• I added all my links into the link manager, but I notice that anywhere I have an image, the image doesn’t show up – just the text.
    Does anybody know why? As far as I know, in all the settings, I have enabled images.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jackiefg,
    you need to enable show images for each category in admin -> links -> link categories.
    Mike

    i;m having the same problem…

    i’ve

    1) enabled images in the link
    2) enabled images in the category
    3) added the code for the image to the template:

    ‘blockqoute’

    • <?php _e(‘Links’); ?>
      <?php get_links(-1, ‘

    • ‘, ‘
    • ‘, ”, false, ‘Name’, false, true, -1, true, ‘strong”show_images’, true’/strong’); ?>

    ‘/blockquote’

    gah… so much for the forum allowed codes…

    • <?php _e(‘Links’); ?>
      <?php get_links(-1, ‘

    • ‘, ‘
    • ‘, ”, false, ‘Name’, false, true, -1, true, ‘show_images’, true); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images don’t show from link manager’ is closed to new replies.