posts to a static homepage
-
I want to be able to choose what posts go to my homepage. Is there a way to post and choose which posts go to the homepage and others to go directly to their category. Is there a way to do this without a static page?
Or is there a way to do this with a static page. How would I add the the posts to the static homepage?
I am using the Dyad theme. Thanks
-
-
I figured it out in an older post thanks to justpi
“The previous replies seem to overlook that you posted in the CSS forum. Since you have the Custom Design upgrade, it’s very easy to make your homepage display only one category of posts. Suppose you file these posts under a category named “news”. After you set the blog front to display your latest posts instead of a static page, you’ll simply add this in the CSS editor:
.home article { display: none; } .home article.category-news { display: block; }”
- The topic ‘posts to a static homepage’ is closed to new replies.