• Hi

    I would like to add partner links on home page.
    I don’t want to show partner links on every page, because it look like spam links.

    If I add the links on blogrool,it will be shown on very page.

    Do you have the plugin that can show partner links on home page only?

    Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 11adisak11

    (@11adisak11)

    No one help me

    You can use this code somewhere inside one of your theme files (sidebar.php, footer.php, etc.):

    <?php if (is_front_page()) { ?>
    <!-- put your partner link here -->
    <?php } else { ?>
    <!-- put a different link or nothing here -->
    <?php } ?>

    Of course, this does require some coding and so may not be the simple solution you were looking for.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Add Partner Link on home Page’ is closed to new replies.