• KalElVZ

    (@kalelvz)


    I’m using the Ocean Mist theme on the latest version of WP, and I simply don’t want “Blogroll” followed by the links in an <ul>. I just want to get rid of the “Blogroll” that comes up at the top. The best example would just be to check out my site and the sidebar.

    I’d like it to show:
    LINKS

      LinkedIn Profile
      Vinni’s Photosite

    and so forth.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • MichaelH

    (@michaelh)

    I downloaded that theme and in sidebar.php i replace this line:
    <?php get_linksbyname('', '<li>', '</li>', '', TRUE, 'name', FALSE, TRUE); ?>

    with this line:

    <?php wp_list_bookmarks('categorize=0&title_li='); ?>

    Thread Starter KalElVZ

    (@kalelvz)

    Worked like a charm. How on earth did you know to do that? Am I really that much of an idiot? Sheesh. I need to get crackin’ on learning these tags in WP.

    Thanks again, have a great day. 🙂

    MichaelH

    (@michaelh)

    Oops, I should have provided the links:
    Template_Tags
    Template_Tags/wp_list_bookmarks

    and the deprecated tag Template_Tags/get_linksbyname

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Ocean Mist Theme Blogroll Issue’ is closed to new replies.