NiceThemesRemove date and category – NiceThemes http://nicethemeswp.com/forums/topic/remove-date-and-category/feed/ Wed, 23 Apr 2025 15:31:05 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3399 <![CDATA[Remove date and category]]> http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3399 Sun, 09 Feb 2014 20:18:45 +0000 ronaldwiedemeyer 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?

]]>
http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3400 <![CDATA[Reply To: Remove date and category]]> http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3400 Sun, 09 Feb 2014 20:22:38 +0000 ronaldwiedemeyer I allready installed WP Date remover so the date is removed. But I also want to remove the categories and ‘no comment’

]]>
http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3401 <![CDATA[Reply To: Remove date and category]]> http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3401 Sun, 09 Feb 2014 20:52:25 +0000 Juanfra Aldasoro Hello Ronald,

Thanks for writing.

You can edit that on the function nice_post_meta(), in the file /includes/functions.php

Best,
Juan

]]>
http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3416 <![CDATA[Reply To: Remove date and category]]> http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3416 Mon, 10 Feb 2014 20:43:47 +0000 ronaldwiedemeyer grrrrrr 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;}

http://www.gedragswaaier.nl

]]>
http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3417 <![CDATA[Reply To: Remove date and category]]> http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3417 Mon, 10 Feb 2014 20:45:52 +0000 ronaldwiedemeyer OK, got it back 😉
But didnt understand your nice_post_meta…….. etc.

]]>
http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3418 <![CDATA[Reply To: Remove date and category]]> http://nicethemeswp.com/forums/topic/remove-date-and-category/#post-3418 Mon, 10 Feb 2014 22:09:39 +0000 Juanfra Aldasoro Hello 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

]]>