• Resolved 4star

    (@4star)


    I would like to hide the blog roll header that reads
    <h2>blogroll</h2> before my blogroll list

    I went here http://codex.ww.wp.xz.cn/Template_Tags/wp_list_bookmarks

    I’m using the <?phpwp_list_bookmarks();?> code, but where do i or how do i customise it to get the header off?

    it said title_li should do it but what should i do to get it to work, it seems everything i’ve tried is just changing the size of the header or either getting an error sign.

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

    (@michaelh)

    Something like:

    <?php wp_list_bookmarks('title_li='); ?>

    Thread Starter 4star

    (@4star)

    I’ve tried this and it doesn’t work. What am i doing wrong?

    MichaelH

    (@michaelh)

    Try using the categorize=0 parameter.

    Thread Starter 4star

    (@4star)

    Thanks it works. i used it like this.
    <?php wp_list_bookmarks(‘title_li=&categorize=0’); ?>

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

The topic ‘Hide blogroll header’ is closed to new replies.