How to hide date/tag with Mckinley theme
-
Hi, I would like to hide the post date & tag. I would also like to move the comment & category icon to the end of the post, so there is nothing between my post title & the pictures. My blog is http://thriftoutfit.com/
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try this CSS:
/* Hide date, categories and tags */ .entry-meta .date, .entry-meta .categories-links, .entry-meta .tags-links { display: none; } /* Anchoring for .entry-meta's positioning */ article.type-post { position: relative; } /* Move to the bottom */ .entry-meta { position: absolute; bottom: 25px; } -
-
- The topic ‘How to hide date/tag with Mckinley theme’ is closed to new replies.