Sidebar – no links and categories initially
-
Hi, thanks for a great BLOG!
I have a little problem, I recently installed WP 1.5 here https://www.br-eng.info/words/ – and changed the theme to look like the rest of my site, with the sidebar on the left.
The problem is, when I visit the main page after a long wait, it displays “No categories” under Categories, and no links. But when I refresh the page, they display fine. It uses wp_list_pages() and list_cats() exactly as per the default sidebar, they haven’t been modified. I thought it might be a problem with initialising $post, so I added the dummy line from index.php:
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
But still the problem persists. Anyone have any ideas what might be happening?
Thanks
ROSCO
- The topic ‘Sidebar – no links and categories initially’ is closed to new replies.