skube
Forum Replies Created
-
Forum: Plugins
In reply to: Pages and subpages highlight bothI believe the solution lies in the Fold Page Plugin.
Forum: Plugins
In reply to: static front page plugin and .current_page_itemniziol, can you post the bit of code, instead of linking to the pastebin (which is empty when I click on the link)?
Forum: Installing WordPress
In reply to: Post editor problems.I’m having the same problems too. Only happens in Firefox, not IE.
Forum: Fixing WordPress
In reply to: Using Pages with Blogs and WP as CMSOk, so I guess my question at this point is how do I specify the blog’s main page as a menu item among other Pages? Right now, I’m creating a horizontal nav by using wp_list_pages() in my header. I’m also selectively listing Pages in the Sidebar to get the subnavs.
I gather what I need to do is list Pages, inserting the blog’s main page. I guess I’m confused as to how to get the Blog’s page to show up in the menu.
Forum: Fixing WordPress
In reply to: Using Pages with Blogs and WP as CMSWhat is what you call a “Blog page”?
I guess I consider a Blog page any page which has multiple time-sensitive posts (such as a Recent News page).
If I’m understanding correctly, only a Category page can have multiple Posts shown on a page? A (WP) Page is simply used for one (static-like) Post for CMS situations.
Forum: Fixing WordPress
In reply to: Using Pages with Blogs and WP as CMSThanks moshu. Are you suggesting I use Categories instead of Pages to handle sections and sub-sections?
I can try and outline the desired structure. Imagine a simplified site with three main sections. One section being a “static” homepage, the next being a blog with “static” content and possible sub-sections and the last section which could two levels deep of sub-sections. (Ignore periods, as I don’t know how to space)
HOME
NEWS + Blog
.....|
.....+ Events + Event 1
..............|
..............+ Event 2
PROGRAMS + Program 1 + Program 1 Detail
.........|...........|
.........|...........+ Program 1 Other Misc.
.........|
.........|
.........+ Program 2 + Program 2 Detail
So, I’ve created HOME, NEWS and PROGRAMS as Pages. Events, Program 1 and 2 are all sub-Pages and so on.Is there a way for a Blog page to have sub-Pages or even sibling Pages associated with it?
I was thinking about using Get-a-Post plugin and specifying a single post to be used as the “static” content above the normal Loop posts to sort of fake a CMS Page.
Forum: Fixing WordPress
In reply to: How to show ancestors and descendants of any page in the sidebar?I think the answer is indeed with the Fold Page plugin. Thanks to this post I’ve managed to do what I need.
Thanks for listening. ??