Karita
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wp_list_pages() questionI wanted to do almost the same thing with my website. I have only parent pages on the navigation tab, and also on the sidebar! Once you click on a page, it shows all the sub pages (offered by the mistylook theme, thanks Sadish!)
What I used for my side bar was this:-
<?php
wp_list_pages(‘exclude=1, 2, 3’ ); ?>With 1, 2 and 3 being the Page_ID of the pages you don’t want displayed on the sidebar.
Forum: Themes and Templates
In reply to: Modifying Details in MistylookFixed 🙂
Why is the zipped file from http://jaredquinn.info/software/wordpress-plugin/sublist/sublist-31/ say it’s affected?Forum: Themes and Templates
In reply to: Already asked? Applying new themeThanks MichaelH.
Forum: Themes and Templates
In reply to: Category Navigation – MistylookIs it possible to create sub-categories with WP?
Forum: Themes and Templates
In reply to: Category Navigation – MistylookI actually want my articles to be sorted in categories.
So I’ll give up the pages, and use posts. One post pages will probably do the thing.Forum: Themes and Templates
In reply to: Category Navigation – MistylookThanks again :).
I was just wondering about pages, because I wouldn’t like them to be all listed at once on the sidebar. I suppose I’ll have to figure out a better way of doing this.
Thank you 🙂Forum: Themes and Templates
In reply to: Category Navigation – MistylookThanks a lot for your answer.
Here: http://www.bos89.nl/1194/
Does that mean that you’ll have anumber of pages limited that is up to 99 and all their titles will be displayed on the sidebar?
And where to use the 4th step?Forum: Themes and Templates
In reply to: Category Navigation – MistylookToo bad, I thought I “understood” that from those articles!
Any tips about CMS use of wordpress?