I am a reasonably experienced dev myself but just can't get over a problem i have:
Basically (im using a framework called platform pro by pagelines) I want when you click a main nav button, that the second nav button (IE below it) goes and pulls all posts and categories under that parent by using the menu system. Obviously this changes as you click through the top menus.
However the current system does not use the menu, it uses the page parent system only instead of calling the menu.
If you have a high volume of posts and they're all featuring that menu system that menu system will start looking ridiculous.
Have pages for everything, but the blog part of the site. Simple. Everything you're currently trying to achieve with categories can be achieved by just keeping a sensible heirarchy to your pages.
It's also dead simple to explain to the client when handing over if you do it the correct way. You just tell them to use a post if they want a blog post and a page if they want to add a new web page (though normally they shouldn't need to touch this part).
That's certainly a crafty way on cutting down on posts, obviously at present, when you click a categories it breaks down into other categories and more and more posts.
As has been said, posts (at least the standard WP post type) shouldn't be used for anything but blog posts. For static pages, you should be using....pages.
The only crafty thing about it is that it's the correct way to do things in WP.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.