chicklet creator rss – not showing up
-
Added this:
>? if (function_exists('chicklet_creator')) { chicklet_creator(); } ?>
to this:
...</li> <? if (is_home()) { ?> <li id="archives" class="widget widget_archive">? if (function_exists('chicklet_creator')) { chicklet_creator(); } ?><h2><?php _e('Archives:'); ?></h2> <ul> <?php wp_get_archives('type=monthly&show_post_count=true&limit=9'); ?></ul> </ul> </li> ...
in sidebar.php and ftp’d up.
The instructions say to insert it before the <h2> archives bit so I did. Have tried various variations. But no luck.
Anyone point me in the right direction?
p.s. I am clueless about php ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘chicklet creator rss – not showing up’ is closed to new replies.