I want to get remove the author and date which appears in every post on my blog. How do I do so?
It's a Mystique template.
I want to get remove the author and date which appears in every post on my blog. How do I do so?
It's a Mystique template.
In the Themes->Mystique Settings->Content under Post Previews uncheck the Info bar box.
Otherwise you'd likely need to revise wp-content/themes/mystique/lib/core.php and delete the code related to the_time and get_the_author.
Hi,
You need to edit the index.php and page.php of your theme and remove this code from there:
the_date()
the_time()
the_author()
After that have a check.
Thanks,
Shane G.
yeah, good luck find it in index.php :)
This topic has been closed to new replies.