Home page with 1 cat posts and blog page with all posts
-
I would like to have the home page to show two widgets and the latest post out of one category and on the blog page all posts.
Initially I made a home.php that did what I wanted as the front page and a blog page with a template that showed all posts.
But when I went to blog, my home page link in the menu would be highlighted. AND I would see the two widgets that are called for with if (is_front_page()) from the header. Widgets should only show on the homepage and home should not light up when I am on the blog page.
When I chose newly created home as home page and blog as posts page I got two home links in the menu. I don’t want that either…?!#$%$
Is there another conditional I could use to show the widgets on the home page and not the blog page? Or is there another way I can do this?
- The topic ‘Home page with 1 cat posts and blog page with all posts’ is closed to new replies.