Best Premium and Free WordPress Themes › Forums › Mercantile › Hide author, date, section, tag
- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by
acmesupports.
- AuthorPosts
- April 2, 2017 at 2:54 pm #15569
marcoluca1988
ParticipantHi, 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
April 3, 2017 at 3:26 am #15581acmesupports
ModeratorHello 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 - AuthorPosts
- You must be logged in to reply to this topic.