Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove author and date with Mystique theme’ is closed to new replies.