• Dear All, First of all thanks to WordPress for providing such a powerful blogging tool. I Love WordPress.

    I have a little problem but i have found no solution yet. Anyone who wants to help me please firstly have a look on my blog:

    https://www.apnabagh.com/blog

    I have put some links and syndication images on my blog. But these appear only on the main page. when i click on any post or comment then these links and images are invisible. Please help me to display the links and on all the pages. I will be very thankful to you.

    Regards,
    Hamid Ali

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is a function of the theme you are using. The links and images you added are on the sidebar.php or index.php file, and when you go to another page, it’s going to use a different template, either page.php or single.php. You need to make sure the links are either on a template that shows regardless of what page you’re viewing, or add them to the other two templates as well.

    In the Almost Spring theme’s sidebar.php try changing this line:
    <?php if ( is_home() ) { get_links_list(); } ?>

    to

    <?php get_links_list(); ?>

    Make a copy of your sidebar.php file before attempting this.

    Thread Starter sirhamid

    (@sirhamid)

    Dear Michael,

    Thanks a lot. It has worked. Hope some more cooperation from you in future.

    Thanks again.
    Hamid

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links on all Pages’ is closed to new replies.