Support

Home Forums Event Espresso Premium Copyright text on Pictures

Copyright text on Pictures

Posted: June 29, 2017 at 8:07 am

Viewing 3 reply threads


slidebird

June 29, 2017 at 8:07 am

Hi

We use mostly pictures which should have a copyright text. But when i fill in the caption Text in wordpress it doesnt show up in the frontend?!

thanks for help


Josh

  • Support Staff

June 29, 2017 at 8:15 am

Hi there,

You actually asked about this before and I answered your question here:

https://eventespresso.com/topic/caption-for-featured-image/


slidebird

July 3, 2017 at 3:36 am

ok thanks… my single.php of my theme is very short its just this

get_header();
oxy_blog_header();
get_template_part(‘partials/blog/list/’ . oxy_get_option(‘blog_style’));
get_footer();

if i place your code the pages doesnt load at all?!

thanks for help


Josh

  • Support Staff

July 3, 2017 at 7:34 am

The code from the other topic starts with an opening PHP tag, so at the very least you’ll need to remove the opening and closing PHP tags if code in context is already within a PHP tag.

Also, since your single.php template does not call the_post_thumbnail() you’ll need to dig a little to find where it does. This line of code tells you where to look next:

get_template_part(‘partials/blog/list/’ . oxy_get_option(‘blog_style’));

That’s actually opening another file in the partials/blog/list/ folder of your theme. The actual name of the file will depend on what you have set for the theme’s blog style option.

Hope that helps!

Viewing 3 reply threads

The support post ‘Copyright text on Pictures’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso