How do I suppress the post posted date from blog entries.
Hi shriii!
If you would like to remove whole post meta, add following code to Quick CSS
.post-meta-infos { display: none; }
If you would like to remove only date, go to enfold\includes folder and open loop-index.php file and find following code in lines between 113-116
http://i.imgur.com/xwNgomo.jpg
and comment them out by inserting // in front of all 4 lines
Cheers!
Yigit
How do I accomplish this when using child theme? Do I copy paste the same file and only include the specific function? Thanks.