WordPress.org

Forums

[Delicate Theme] How to remove date, category and author? (2 posts)

  1. berimba
    Member
    Posted 1 year ago #

    Hi everyone,

    I use "Delicate Theme" in my blog and I don't know how to remove the date, author e category from my post page.

    When I write a new post date, author e category appeas on the top of the page. Does anyone know how to remove them?

    Thanks in advance,

    Berimba

  2. lewisc1985
    Member
    Posted 1 year ago #

    Berimba, edit your single post file, "single.php" and look for

    <?php the_time('F jS, Y') ?> | <?php _e('Posted by','nattywp'); ?> <span class="author"><?php natty_get_profile() ?></span> <?php _e('in','nattywp'); ?>

    and comment this out. it will remove the Date, Author, and Category ONLY on individual post pages. you'll have to alter your index and archive pages as well, i believe, if you want those pages altered, too.

Topic Closed

This topic has been closed to new replies.

About this Topic