How to Display Post Excerpts on Every Blog Post Page?
-
Hi,
Is there a way to have post excerpts displayed along with the blog post (ideally, at the top of it)?
In the theme’s style.css, I can see the style
.entry-summary
, but the summary itself simply never appears anywhere on the site. Is there a way to include it automatically at the top of every post page?As a workaround, I found that if you enter the following short-code at the top of a page:
<!-- wp:post-excerpt /-->
… then the post excerpt does appear as expected, and it’s possible to style it using custom CSS. For example, I have set up:
div.wp-block-post-excerpt
{font-weight: bold; font-size: 1.1em; margin-bottom: 2em}However, is there a way for the post excerpt to appear automatically at the top of every post page?
Is this, maybe, a feature of the paid version of Nisarg? I’m using the free version for now, but I’m willing to purchase the Pro version if it resolves this issue.
Thank you for any help!
- The topic ‘How to Display Post Excerpts on Every Blog Post Page?’ is closed to new replies.