• berimba

    (@berimba)


    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

Viewing 1 replies (of 1 total)
  • lewisc1985

    (@lewisc1985)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Delicate Theme] How to remove date, category and author?’ is closed to new replies.