i want to write a post, and then i want it appear only at cetain page. Let say i have food and wine page. Then i write an article about wine, and i want it appear at wine page only, not "MUST" appear at the frontpage.
how to do it?
Must i wait the next version of WP to do this?
OK, Pages and posts are two different animals.
Why not create categories like: "wine" and "food". Clicking on the category name it will show only the posts/articles in that category. You don't need Pages for that.
As for the front/main/index page - search for category (in)visibility to find a plugin that helps to exclude certain categories to be shown on the frontpage. Or, you can start here Plugins
Cailean
Member
Posted 6 years ago #
I have written a plugin that does exactly what you want... it uses the built-in 'post_parent' field and applies it to posts... basically, every post has a 'parent' which is the appropriate page. This allows you to use categories across pages. The plug-in has not been released yet... very soon, I promise...