|
|
|
|
|
|
|
|
|
#15 | |
|
Of all the things I've lost, I miss my mind the most.
|
Quote:
Code:
<?php the_tags('Tags: ', ', ', ''); ?>
If you want to display tags in your post, you need to edit the simple tags file. Find the file simple-tags.client.php in both the 2.3 folder, and 2.5. Go down to approx line 182 you will see code that looks like this: Code:
// Remove embedded tags in posts display
if ( $this->options['use_embed_tags'] == 1 ) {
add_filter('the_content', array(&$this, 'filterEmbedTags'), 0);
}
Code:
// Remove embedded tags in posts display
// if ( $this->options['use_embed_tags'] == 1 ) {
// add_filter('the_content', array(&$this, 'filterEmbedTags'), 0);
// }
__________________
Our 3D Comics and Props on Renderotica |
|
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|