Remove date and category
This support request was posted in Netelier by ronaldwiedemeyer
- ronaldwiedemeyer February 9, 2014 at 8:18 pm
Hi,
On the frontpage i got a message. But I don’t want to have the date and category shown.
Can you help me how to remove it?ronaldwiedemeyer February 9, 2014 at 8:22 pmI allready installed WP Date remover so the date is removed. But I also want to remove the categories and ‘no comment’
Juanfra Aldasoro February 9, 2014 at 8:52 pmHello Ronald,
Thanks for writing.
You can edit that on the function nice_post_meta(), in the file /includes/functions.php
Best,
Juanronaldwiedemeyer February 10, 2014 at 8:43 pmgrrrrrr i did something strange. Can u please take a look at my site?
On the left top, i got the words: .post-by {display:none;} .tags {display:none;}ronaldwiedemeyer February 10, 2014 at 8:45 pmOK, got it back 😉
But didnt understand your nice_post_meta…….. etc.Juanfra Aldasoro February 10, 2014 at 10:09 pmHello Ronald,
The function nice_post_meta() in the file I’ve indicated is the function responsible of creating the post metadata (the information that you want to edit).
You can either do that, or use CSS, with the display attribute as you mentioned.
Juan
You must be logged in to reply to this topic.