stuartmilne
Member
Posted 3 years ago #
Hi there
On our blog homepage at the moment we have the left navigation a list of categories, users and archives. Now when we click to view an article the categories are lost but the archives section is till visable. How do we keep the main navigation throughout?
Any help would be appreciated
stuartmilne
Member
Posted 3 years ago #
stuartmilne
Member
Posted 3 years ago #
It's probably something in your archive template that's excluding the categories.
stuartmilne
Member
Posted 3 years ago #
The archive template calls in the sidebar.php and within the sidebar.php the following is present:
<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
Surley this means that the categories should be present no matter how many levels deep I go.
Any help is appreciated with this matter.
Are you using any widgets? They usually override what's on sidebar.php...
stuartmilne
Member
Posted 3 years ago #
We are using a plugin that orders your categories how you want. Should this make a difference? And also what should the orignal code be in the sidebar for categories?
stuartmilne
Member
Posted 3 years ago #
We are using a plugin that orders your categories how you want. Should this make a difference?
Dunno; if you disable that plugin and just use the default category widget in you sidebar, does that do anything?
Also a URL for us to actually see what you are referring to often helps.
stuartmilne
Member
Posted 3 years ago #
Hi you can see what I mean at the following URLS
here you will see the list of categories on the right hand side.
now if you go to the following link you will see that the categories are lost.
Removed the widget and this does not help.
Amy ideas?
stuartmilne
Member
Posted 3 years ago #
Can anyone help with this??
sustainfood
Member
Posted 2 years ago #
stuartmilne
Looks like you fixed your problem. What was the issue and how did you fix it? I'm having a similar problem, but only in certain browsers.