• Resolved sroskylos

    (@sroskylo1)


    Hello
    Is it possible to show image (of each brand in my case) under or over each listing item?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    This will require adding a template to your theme and customising accordingly in a manner similar to other theme coding. The template is saved in wp-content/plugins/a-z-listing/templates/a-z-listing.php; copy it to your theme at wp-content/themes/<yourtheme>/a-z-listing.php and amend to output the image.

    Depending on how your image is attached to the post you might want to use the_post_thumbnail() for the actual output, though that only works with images attached via the “featured image” functionality.

    Thread Starter sroskylos

    (@sroskylo1)

    Thank you for the help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Images?’ is closed to new replies.