Forums

[resolved] Links in footer (3 posts)

  1. shaigan
    Member
    Posted 1 year ago #

    Hey,

    Just wondering, is it possible to place a link in the footer and have it show up on the home page only?

    Any help appreciated :)

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    yup, you would need to use a conditional
    http://codex.wordpress.org/Conditional_Tags#The_Front_Page

    <?php
    if (is_front_page()) {
       echo 'your link here';
    }
    ?>

    I believe....

  3. shaigan
    Member
    Posted 1 year ago #

    worked perfect, thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic