Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorseroxatmad
    • CommentTimeJul 19th 2009
     
    Hi

    I have just found plogger and added it to my website - www.thestottfamily.co.uk/gallery. I am using the Lucid theme but it doesn't have a RSS feed button.

    Any help appreciated.

    Cheers

    John
    •  
      CommentAuthorsidtheduck
    • CommentTimeJul 20th 2009
     
    seroxatmad,

    Just add the following code to the footer.php file in the lucid directory:
    <?php if (plogger_rss_feed_button() != '') { ?>
    <div id="rss-tag-container"><?php echo plogger_rss_feed_button(); ?></div><!-- /rss-tag-container -->
    <?php } ?>


    That should do it for you.

    p.s. I just took that code from the Air theme :D
    • CommentAuthorseroxatmad
    • CommentTimeJul 20th 2009
     
    Cheers

    I managed to get it working with <div id="rss-tag-container">'.plogger_rss_feed_button().'</div>

    For some reason the code you gave me wasn't happy causing the layout to change.

    John