• I am working on the site dot2dothealthcareblog.com

    It is the plaintxtblog.20 template, and while it said there was a blogroll in the dashboard, the links didn’t show up on the front page. So I assumed I needed a plugin to make that happen.

    Using the tag: `

      <?php get_links(‘-1’, ‘

    • ‘, ‘
    • ‘, ‘
      ‘, FALSE, ‘id’, FALSE, TRUE, -1, FALSE);

    ?>
    ` gives me no “blogroll” name and little zeros after the links. (what is currently up)

    Using the tag: <?php get_links_list('id'); ?> made nothing show up.

    Using the tag: `<li id=”linkcat-1″><h2>Blogroll</h2>

    `
    means I can add the links in the code but it wouldn’t recognize them through the dashboard. This is doable but a pain.

    I also checked the template’s site and saw nothing of this kind mentioned.

    Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blogroll presentation problem’ is closed to new replies.