Specific Post Category on Home Page
-
Hello, I need only posts from a specific category to be on the home page. I found a number of solutions, but most of them are dated like this one:
https://www.ads-software.com/support/topic/show-a-specific-category-on-homepage
The index page only contains this code:
<?php
get_template_part( ‘loop’, ‘index’ );
?>Is there any way to add categories to that code? Or how would i modify the home page to only show posts from one category? Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Specific Post Category on Home Page’ is closed to new replies.