Forums

remove author and date with Mystique theme (4 posts)

  1. skinflint
    Member
    Posted 2 years ago #

    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.

    http://www.wotyougot.com/

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    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.

  3. Shane G.
    Member
    Posted 2 years ago #

    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.

  4. digitalnature
    Member
    Posted 2 years ago #

    yeah, good luck find it in index.php :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags