function the_meta()
-
Hello All,
For the site im doing – I’m trying to replace the date on the categories with a single custom field
`<?php the_meta(); ?>
? <span class=”meta_categories”><?php the_category(‘, ‘); ?></span>`However because of post-template.php the (the_meta) is still retaining its
<ul>
and
<li>
tags, but they will not be needed as I will only ever be using one custom fieldI was wondering is there anyway to manipulate it without editing the post-template file – Id rather try and keep core files as they are
Cheers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘function the_meta()’ is closed to new replies.