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

    (@gwin)

    Hi, if you mean the “by John Doe” below gallery on Ad details pages then the easiest way to hide it is to add following code in your theme CSS file

    .adverts-single-author-name { display: none !important }

    It is also possible that you mean some other “Posted By”, if that’s the case it is most likely coming from your theme not WPAdverts, if you paste a link to page where this happens i can send you a code snippet which will hide it on the theme.

    Thread Starter dskurth

    (@dskurth)

    Ya, you are right. It is the “Posted By”. Here is one of the links:
    http://sandiegodressage.com/advert/for-sale-2013-imported-grp-gelding/

    Plugin Author Greg Winiarski

    (@gwin)

    You should be able to hide it by adding following code to your theme CSS file

    .advert .entry-meta.clearfix {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘REMOVE POSTED LISTING’ is closed to new replies.