Thread Starter
lutzer
(@lutzer)
Another question: Isn’t page and post very similar to each other. Probably a blog is just a specific category. Why not use only one terminology (e.g. “post”) and drop the other (e.g. “page”) but add a new category “blog”? Users would be free in the choice what they want to do with there posts. Several blogs can easily created just by listing the posts belonging to a specific category. Additionally this concept would be more easy to understand and to manage in the user interface than the current one.
Thread Starter
lutzer
(@lutzer)
In my navigation bar I use get_settings(‘home’) to show a link to my home page and gengo_list_pages(‘sort_column=menu_order&depth=1&title_li=’) to list links to all pages. Unfortunately my home page shows in both sections. Is there a way to suppress its listing in the second part?
Thread Starter
lutzer
(@lutzer)
Thank you for these information. The plugin seems to work, at least for the quick test I have done right now.