Forum Replies Created

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

    (@epfp)

    The code above doesn’t work for me and it’s not the same as another code I found posted by esmi in an earlier post.
    WordPress HELP 257467 11 months ago

    <ul class="linklist">
    <?php wp_list_bookmarks('title_li=&show_description=1&orderby=name&between=<br />'); ?>
    </ul>

    The code posted 11 months ago works for me – and I’ve just tweaked it to add a space and hyphen between the title and the description instead of putting the description onto a new line.

    I am using:

    <ul class="linklist">
    <?php wp_list_bookmarks('title_li=&show_description=1&orderby=name&between= - '); ?>
    </ul>

    I love having a page with the list of links on it. I’m glad I found these helps.

    epfp

    (@epfp)

    Oops, hit “post” too soon (it’s my first time) and forgot to put in the URL of my page:

    ePlaceForPets LINKS page

    I’m a WordPress novice and this is my first attempt at a blog site.

    epfp

    (@epfp)

    I love this idea and used it to create a page of Links on my site.

    However, I only tested it in Firefox and IE.

    When I opened it in Google Chrome this morning….UGH!!!

    The layout graduates the font all the way to the bottom of the list until it’s HUGE.

    Any ideas?

    I used the page.php and added the coding above.

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