| User | Post |
|
7:17 am May 18, 2009
| Sire
| | |
| Member | posts 12 | |
|
|
Ryan, I have a couple of queries. The first is to do with breaking the comments into pages. To conserve resources I've broken the comments down to 15 per page, the thing is there is nothing to click on to show the next page.
The other issue is to do with pages where it won't show multiple categories. Is there anyway to resolve these issues?
|
|
|
|
|
6:31 am May 19, 2009
| Ryan
| | |
| Admin
| posts 1523 | |
|
|
It should show both "older comments" and "newer comments" links under the last post. I tried it out on both Flex2 and FlexSqueeze and it worked fine so I don't know what would be causing your links to not show.
How are you trying to show multiple categories? Archive pages are generally used for single categories and multiple categories require multiple loops: http://codex.wordpress.org/The_Loop
|
|
|
10:48 pm May 19, 2009
| Sire
| | |
| Member | posts 12 | |
|
|
It's got me beat Ryan. This is the link in question http://www.theelusivepotofgold…..a-watches/
As you can see there are over 130 comments. I have set it to 15 comments and it only shows one page?
As for the pages, I have a 'Privacy' page whose 'parent' is the Disclosure page. Normally by hovering over the Disclosure it should show the Privacy page but it doesn't. You can see what I mean on this link http://wassupblog.com/
Any help appreciated.
Thanks Ryan.
|
|
|
|
|
4:57 am May 20, 2009
| Ryan
| | |
| Admin
| posts 1523 | |
|
|
Have you tried using a comment paging plugin? It's worth a shot.
On the pages issue, you're referring to a drop-down menu? There is no drop-down built into the theme. The navigation by default only shows 1 level (parent) of navigation, but you can change that so it shows 2 levels (not a drop-down).
Go into your header.php and find the line of code that displays the navigation:
wp_list_pages('echo=0&orderby=name&exclude=&title_li=&depth=1')
Change depth to 2.
|
|
|
7:25 am May 20, 2009
| Sire
| | |
| Member | posts 12 | |
|
|
That line of code actually appears twice and after trying it I reverted back to the way it was, as a drop down would look heaps better.
Tried several plugins and they either did not work or screwed up the blog.
|
|
|
|