Greenguy's Board


Go Back   Greenguy's Board > Blogs and Blogging
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2008-07-13, 11:22 AM   #15
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Quote:
Originally Posted by ladydesigner View Post
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).
Hard to not use widgets for tag cloud, but to get the tags to display, you can use this code:

Code:
<?php the_tags('Tags: ', ', ', ''); ?>
I normally put it under the post, with at least one blank line between the post code and it. I put this on the main index page template, single post template, search, and archives pages so it shows up everywhere.

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);
		}
Comment it out like this:

Code:
	// Remove embedded tags in posts display
	//	if ( $this->options['use_embed_tags'] == 1 ) {
	//		add_filter('the_content', array(&$this, 'filterEmbedTags'), 0);
	//	}
and your tags will show up in your posts too.
RedCherry is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:38 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc