Forums

chicklet creator rss - not showing up (2 posts)

  1. editortnm
    Member
    Posted 3 years ago #

    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 ;)

  2. editortnm
    Member
    Posted 3 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic