Permalinks & sidebar.php image problem
-
I’m using WordPress 2.0.2 and created an image for RSS feeds to each category in the sidebar.php file.
Here is the code in the sidebar.php file:
wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0&
feed_image=wp-content/themes/default/images/rss_sm2.png’);This was working fine for all category pages but as soon as I turned on Permalinks the images are broken on all the category pages except for the main page.
Here is what I’m using for Permalinks:
/%year%/%monthnum%/%day%/%postname%/
Is there something I can add to the sidebar.php image path or to the .htaccess file that will correct this problem?
Thanks in advance,
Doug
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Permalinks & sidebar.php image problem’ is closed to new replies.