Archived topic
Need Italicized Excerpt After Title, Before Featured Image
5 replies · Started by Patrick on October 14, 2021
Is there an easy way to do this? I have the GP Premium plugin and use Rank Math for SEO. Some type of Elements hook maybe?
I want it to look like this:
https://www.aspicyperspective.com/smoothie-king-caribbean-way-recipe/
Thanks in advance ;-)
Hi there,
It can be done with a Block Element:
https://docs.generatepress.com/article/block-element-overview/
And you can use the after_entry_header hook:
https://docs.generatepress.com/article/hooks-visual-guide/#single-post
Thanks David ... I created a container so that I can adjust the excerpts Typography, and it works great with text. However, how do I get it draw the actual excerpt from the metadata? I tried placing an excerpt block in the container, but in addition to the excerpt it also puts in a Read More link, which I do not want.
Thanks ;-)
Ok, used the dynamic content block, works great. Except, now all of my Medivine Grow social sharing buttons disappeared.
Ok, I think I worked it out, had hook after entry title instead of after entry header. Everything appears to be working now. Thanks ;-)
Glad to hear that!