Forums

[resolved] getting links to appear on all pages (3 posts)

  1. kingjim
    Member
    Posted 5 years ago #

    Good morning,

    I am need of a little help this end.

    I have taken the default theme and done a bit of modification,

    see http://www.uyaphi.com/blog/ everything seems to be working except on my home page (above link) I have 2 link categories which only show on the home page. See http://www.uyaphi.com/blog/?cat=3 where the link categories have gone (on holiday I fear).

    I know it is possible to get these link categories to appear on all other pages but I am unsure of the code, see below ( I am presuming that this is the code that needs adjustment

    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    <?php get_links_list(); ?>
    <?php } ?>

    Any idea's anybody what I need to change to get my link categories to appear on all my generated pages.

    Thanks a million in advance

  2. Yosemite
    Member
    Posted 5 years ago #

    Delete or comment out lines 1 and 3 above.

    <!-- <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> -->
    <?php get_links_list(); ?>
    <!-- <?php } ?> -->

  3. kingjim
    Member
    Posted 5 years ago #

    Thanks a million Yosemite,

    Comment out lines does not work - no idea why but deleting the line does.

    Again thanks

Topic Closed

This topic has been closed to new replies.

About this Topic