|
|
|
|
|
|
|
|
|
|
|
#1 | |
|
~Serving Up Sinful Sex ~
Join Date: Apr 2003
Location: Missouri City, Texas
Posts: 1,928
|
Quote:
I noticed that too <sigh>. Thanks for looking. Right now I'm going to try to figure out how to make the tags display under each post (it's a wordpress blog) and how to add the tag cloud to the sidebar (without using the widgets - I edit/add html by hand). |
|
|
|
|
|
|
#2 | |
|
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 |
|
|
|
|
![]() |
|
|