• Resolved Eve

    (@etransac)


    Hi Greg,
    Sorry for asking too many ?’s

    But is it possible to add the sellers name in between the ads name and date of ad?

    It would be nice to see the sellers name in the advert list straightaway and if it’s not too much I also want to add like/dislke button or icon for rating.

    https://www.ads-software.com/plugins/wpadverts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    You would need to do this directly inside wpadverts/templates/list-item.php file.

    The name of a person who posted the Ad you can display with following code

    <?php echo get_post_meta(get_the_ID(), 'adverts_person', true) ?>
    Thread Starter Eve

    (@etransac)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add on in Advert List’ is closed to new replies.