Deafult sidebar change to widgeted sidebar
-
I have a site up at http://wywdesign.com that is using a modified Starfish Theme and it is set up to use widgets. I placed the widgets in and the sidebar is still showing the default and not the widgets. I am fairly good with php but this one is kicking my bum! The sidebar code is as follows:
‘<div class=”sidebar”>
-
<?php if ( function_exists(‘dynamic_sidebar ‘) && dynamic_sidebar(‘sidebar’) ) : else : ?>
-
<h2>Pages</h2>
-
<?php wp_list_pages(‘title_li=’); ?>
-
<h2>Meta</h2>
- <?php wp_loginout(); ?>
- WordPress Themes
-
<h2>Blogroll</h2>
-
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘between’, FALSE, ‘name’, FALSE, FALSE, -1, FALSE); ?>
<?php wp_list_categories(‘orderby=name&show_count=0&title_li=<h2>Categories</h2>’); ?><?php endif; ?>
<?php include(TEMPLATEPATH . “/sidebarad.php”); ?></div>’
As far as I can see it is set up correctly. I have searched through the support forums and found similar issues with the Tiga code but it isn’t helping here. The only thing I have modified are the page links at the top.
So any help here would be appreciated.
Namaste!
Chel
-
<h2>Pages</h2>
-
Since you are self-hosted and using the software downloaded from wordpress.org, you need to direct your question to http://wordpress.org/support/ . WordPress.com uses a multi-user version of the software which is different and few, if any, here know anything about it.
7 Things to Know Before Posting in WordPress.com Forums
WordPress.com or WordPress.org? The difference.” -
That blog appears to be self-hosted. If so, you’ll need to get help at
http://wordpress.org/supportWe use very different software here at wordpress.com and are unable to help with this sort of problem.
-
-
- The topic ‘Deafult sidebar change to widgeted sidebar’ is closed to new replies.