Archived topic
Featured image in the body
3 replies · Started by Yhonatan on April 26, 2020
Good afternoon. Is there a way to generate a hook with the featured image?
What happens is that I want to include the featured image in the body of the article and not in the header. I have a plugin that allows me to do it, but I need a shortcode that has the image highlighted.
Hi there,
Which hook would you be using? Hooks accept PHP, so you can generate the featured image with them using this function: <?php the_post_thumbnail(); ?>
Well. I'm planning to ad the featured image after the thirth pararagraph. I'm not sur if it is possible with generateprees. If possible possible with a generatepress hook, it would be great. If not, I can use a pluggin.
There is no hook between the paragraphs unfortunately.