• Resolved sulive

    (@sulive)


    Hi Greg,

    How do I hide the published date when using the shortcode: [adverts_list list_type=”featured”]?
    So I only want the title and the thumbnail to be shown.

    Thanks
    Sylvia

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

    (@gwin)

    In wp-admin / Appearance / Customize / Additional CSS panel add the code below

    
    page-id-1000 .adverts-list span.advert-date {
        visibility: hidden;
    }
    

    Where 1000 is the ID of the page on which you are using this shortcode.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide published date’ is closed to new replies.