• bbelack

    (@bbelack)


    Hi. My blog is benbelack.com/blog Theme is imprezz

    I have searched up and down the header, function, and style files…and I can’t seem to figure out how to remove the blogroll.

    I’m kind of a newb, but I’m a fast learner. Firebug points me to the code below, but I’ve checked every single file in the theme via the editor, and I can’t find this section.

    Thanks in advance!

    <li class="categories">
    </li>
    <li id="linkcat-2" class="linkcat">
    <h2>Blogroll</h2>
    <ul class="xoxo blogroll">
    </ul>
    </li>

    Some help here would be greatly appreciated!

    Thanks in advance!!

    `

Viewing 1 replies (of 1 total)
  • stvwlf

    (@stvwlf)

    Hi

    That blogroll code is generated from a single PHP statement. Its usually in /wp-content/themes/{themename}/sidebar.php and usually looks like this
    <?php wp_list_bookmarks(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Please help remove blogroll :)’ is closed to new replies.