Hide Metadata in full posts
-
How can I hide the metadata on full posts? There is such an option for excerpts ( customize/content/posts) but I can’t find it for full posts.
-
Hi davidyekutiel,
This feature is only available in the pro version. However, in the lite version, you can hide the metadata in full posts with the following code (this code will hide the metadata also in extracts, although in the customizer is enabled to be displayed)
Go to Appearance > Editor, select the
custom-style.cssfile, paste the following code and save the changes:.sub-title .autor-fecha {display: none;}Regards.
I tried it but it doesn’t work, it’s the first time I edit css so maybe I did something wrong, my custom-style.css page looks likes this:
/* .sub-title .autor-fecha {display: none;}
please advise (I also tried author-date instead of autor-fecha)
You have to remove /*.
It must be so:
.sub-title .autor-fecha {display: none;}Great, it works!
Thank you very muchYou are welcome!
So do where do I paste this code? This is what is in my custom-style.css:
/*
* You can use this file to small changes in the css rules without modifying the file style.php
*/I tried putting it before the last */ and it didn’t work. I also tried putting it after it and it didn’t work. Any suggestions?
Hi stlwebbusiness,
You must put everything under the heading, not inside:
/* * You can use this file to small changes in the css rules without modifying the file style.php */ .sub-title .autor-fecha {display: none;}Regards.
The topic ‘Hide Metadata in full posts’ is closed to new replies.
