• Resolved Living Passages

    (@fourtheyemtc)


    Hello,

    First – thanks for an amazing plugin, and all the incredible customization help files on your website and github code snippets! You’ve gone above and beyond for a free plugin.

    I’m trying to remove the single advert author name from the single.php page.

    I’ve used the override-template.php snippet/plugin, and see the single.php page calls “adverts_tpl_single_top” and found it in the functions.php file, but can’t figure out how to remove the author name.

    To clarify, this is the author (WP user) name DIRECTLY under the classified listing title at the top of the page and ABOVE the image, not the author box to the left of the price (I figured out how to remove that just fine!).

    Don’t know if I should add and modify the functions.php file in my child-theme folder or if there’s an easier way to modify this.

    Thanks for any support you can provide!

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

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

    (@gwin)

    Hi, most likely this is being added by the theme itself, usually the quickest way to have it removed is to hide it using CSS.

    You can try adding following code in your theme CSS file

    .advert .entry-meta {
        display: none;
    }

    If this won’t help, please paste a link to page having this problem i can take a look at it.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Advert Author from Listing’ is closed to new replies.