I would like to suppress the output of one of my custom fields. Is there a way to do this using the <?php the_meta(); ?>command?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||||
|
|
The function,
http://core.trac.wordpress.org/browser/tags/3.2.1/wp-includes/post-template.php#L735 This filter is applied to each and every meta pair, which means that you can add a filter to suppress based on a specific key, value or key/value pair like so:
Tried and tested, seems to work, so I hope it helps. |
||||
|
|
|
Have you tried with Since |
||||
|
|