• Resolved bensonghana

    (@bensonghana)


    Hi, please how do i add an icon after the title on homepage. if you look at my website https://ghanahookup.com/ i was able to add verified icon to premium users using css. but where can i locate the actual code for the ad title on homepage.

    The page I need help with: [log in to see the link]

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

    (@gwin)

    Hi,

    i have sent you a reply to this question via email, but for anyone wondering about the same thing the solution is to use the adverts_list_after_title action, for example you can add the code below in your theme functions.php file to do it

    add_action( "adverts_list_after_title", function( $post_id ) {
    echo "Hello World!";
    } );

    BTW. Please do not double post your questions, thanks.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.