Hide author, date, section, tag - Acme Themes

Best Premium and Free WordPress Themes Forums Mercantile Hide author, date, section, tag

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15569
    marcoluca1988
    Participant

    Hi, i would like to hide date, author, section and tag by article. I have used a lot of plug in but all of them show a warning (deprecate etc.) So i would like to know how make it with php file. Thanks a lot

    (My site is offline)

    MArco

    #15581
    acmethemes
    Keymaster

    Hello marcoluca1988,
    Thank you so much for your question regarding our theme Mercantile.
    If you want to hide such meta tags, you have three methods.
    1. Simple method is, purchase the premium theme and use it. Premium theme have lots of additional features and you can easily manage everything on your site including meta, slider, sidebars etc. Check premium products here.
    2. Customize the theme code. Find the codes on theme file and customize it. Note: Child theme is recommend to customize the theme.
    3. Use the below CSS codes on Appearance > Customize > Additional CSS to hide the meta from the blog page.

    .entry-meta {
        display: none;
    }
    
    .comments-link {
        display: none;
    }

    Hope, you choose the best suitable method for your website.

    You can read this blog post to know more about the theme as well.

    If you have any query, feel free to ask.

    Regards
    Acme Supports

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.