• WordPress 2.7

    Ok, im trying to create this effect on my homepage, and manage the content with the Wordress bookmarks manager.
    Image, click here

    My category is 34, So I use the following code:

    <?php wp_list_bookmarks(‘title_li=0&categorize=0&category=34&before=<p>&after=</p>&show_images=1&show_description=1&limit=3&title_before=<span>&title_after=</span>’); ?>

    And that code gives me this output:
    Image, click here

    It appears you can do an image, OR a title, not both. Is their a way I can display the tite and the image?

Viewing 1 replies (of 1 total)
  • Thread Starter jomilla

    (@jomilla)

    by the way, I added the &show_title=1 argument to see if it would work, and of course it doesn’t and isn’t supported in the codex..

Viewing 1 replies (of 1 total)
  • The topic ‘WP Bookmarks – Image and Title?’ is closed to new replies.