Oxygen Theme Blog Page
-
In order for the static front page to work, I have some of my posts labeled as ‘sticky’.
Is there a way to cancel or ignore the sticky setting on just the blog page (http://mrskatystacy.com/blog-2/) and instead just have a timeline of posts, showing the most recent first?
Right now it obviously has the sticky posts at the top of the page, but I’d rather the blog page just be a running view of posts.
Thank you in advance!
Katy
The blog I need help with is: (visible only to logged in users)
-
Is there a way to cancel or ignore the sticky setting on just the blog page (http://mrskatystacy.com/blog-2/) and instead just have a timeline of posts, showing the most recent first?
In general, the blog page will show all posts whether they are sticky or not, but we can hide sticky posts from the blog page.
Create a category for your sticky posts that you wish to appear in the front page slider and assign that category to each post you have in the slider (sticky). You can then use the following CSS, which specifically hides posts in that category from the “blog” page. We do that using the unique body class for the blog page, and the unique category class. This would be an example using a category named “featured”.
.blog .category-featured { display: none; }
- The topic ‘Oxygen Theme Blog Page’ is closed to new replies.