Specify a category for recent post in front page
-
Hello,
I want to choose a specific category for blog part in home page,
For example I just want to fetch from category called “Blog” that shows website news,
I try this line
$args = array( 'post_type' => 'post','category_name=blog&posts_per_page' => 6);
By just adding
category_name=blog&
in home-blog.php but it doesn’t work
would you please help me with this
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Specify a category for recent post in front page’ is closed to new replies.