Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, in .css child .category-xxxx .post-date { display:none; }

    and .category-xxxx .post-category { display: none; }

    hiya,

    is the .category-xxxx the category name or the number id please?

    will this also remove the category and author from a post page?

    thanks.

    Thread Starter tandon316

    (@tandon316)

    Thanks For Reply But nothing happens after do it to down below and after delete this….

    .post-meta { text-transform: uppercase; font-size: 14px; font-weight: 400; color: #bbb; margin-bottom: 0.3em; }
    .post-meta .post-category { display: none; }
    .post-meta .post-date { diaplay: none; }

    Thread Starter tandon316

    (@tandon316)

    I Removes the following lines from content.php and its done 🙂

    <p class=”post-category”><?php the_category(‘ / ‘); ?></p>
    <p class=”post-date”><?php the_time(‘j M, Y’); ?></p>

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Author And Date’ is closed to new replies.