• 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)
  • Thread Starter editortnm

    (@editortnm)

    The “view site” feature never showed the updated version until about 5 minutes after I had made the changes – still, not sure about my code placement above so if anyone has some advice please suggest. If there is no response in the next day or two this can be put aside as resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘chicklet creator rss – not showing up’ is closed to new replies.