• I notice my blogroll links are only appearing in the sidebar of my main blog page, but not in the Archive or individual post pages. How do I get them to appear on all my pages? Does Google or Yahoo not have a problem with it?

    I am unable to figure out the source of the Blogroll links in Theme editor. This is a real mystery. I looked in sidebar.php but I don’t see it there. I would expect to see it in sidebar.php immediately below this:

    • <h2>Categories</h2>
      <?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>

    But it isn’t there.

    https://www.beyourowndetective.com/blog
    Fred

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have links for blogroll set up in the links section on the admin page, then in mly sidebar this php call:

    <li id=”bloglinks”>

      <?php get_links(‘1’, ‘

    • ‘, ‘
    • ‘, ‘
      ‘, TRUE, ‘rating’, FALSE,
      FALSE, 6, TRUE); ?>

    Thread Starter netdetective

    (@netdetective)

    I took a closer look at sidebar.php and noticed this:

    <?php /* If this is the frontpage

    */ if ( is_home() || is_page() ) { ?>
    <?php get_links_list(); ?>

    I don’t suppose this controls where the blogroll links appear?

    BTW, something really weird is happening to the formatting of this posting. Everything below my original post is centered and bunched together.

    Thanks,
    Fred

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Source of “Blogroll” links a mystery’ is closed to new replies.