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.
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; }
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>