In my wordpress site on www.nooroon.com I want to remove "Posted By" and "Posting Date" option from each post. How do I do? Can anyone help me?
Go into the theme editor, and select the page you want to remove the text from, ie category.php archive.php (for tags, date pages) or single.php for the post page. edit out the text, it may be in a div or span element with the class of "meta" Click save and you will be done!
Hello. Try adding this css to your custom.css. .post-meta { display:none; } let me know if it works. dean
Hi. Can you please try this code to your custom.ss .post-meta { display:none; } then make sure you update your file. dean