Adding an excerpt to featured
-
Is there an way to add a short excerpt/description to the featured posts?
Also, is there a way to set the number for non-featured posts that appear on the main page?
Thanks,
AaronThe blog I need help with is: (visible only to logged in users)
-
Hi Aaron
I like the idea of adding support for displaying the excerpt, so I will see if I can add that in the next update.
For the non-featured posts – you want to find the ‘blog pages show at most’ setting, and change that to the number of posts you want to display.
Thanks – Ben
-
I was just looking at displaying the excerpt on the featured content and realised it’s already there for the posts that display in the white box.
If you add the following custom css then it will display in the white box, and will display for the main featured post once it’s ready.
.showcase article.post-archive.post-has-thumbnail .excerpt, article.featured-post .excerpt { display: block; }
- The topic ‘Adding an excerpt to featured’ is closed to new replies.