<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Garage &#187; tags</title>
	<atom:link href="http://wpgarage.com/tag/tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Transferring Simple Tagging tags into another WordPress blog</title>
		<link>http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/</link>
		<comments>http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 22:11:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/</guid>
		<description><![CDATA[<p>I recently had to migrate an entire blog from one installation to another. WordPress does have an export function, and there are many database backup plugins and managers, but these really only work well with a basic installation that doesn&#8217;t use any plugins that created tables. So, in my case, I couldn&#8217;t find anything that enabled [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/">Transferring Simple Tagging tags into another WordPress blog</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/" data-url="http://illum.in/pjAtFK" data-text="Transferring Simple Tagging tags into another WordPress blog" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/"></g:plusone></div></div><p>I recently had to migrate an entire blog from one installation to another.  WordPress does have an export function, and there are many database backup  plugins and managers, but these really only work well with a basic installation  that doesn&#8217;t use any plugins that created tables. So, in my case, I couldn&#8217;t  find anything that enabled me to move the <a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/">Simple  Tagging</a> tags from one blog to another &#8211; easily.</p>
<p>Why am I still using Simple Tagging, you may ask, if shiny new WordPress 2.3  has tags built-in?</p>
<p>The answer, my friends, is that most of my blogs are still running on 2.2.x,  and that is because <a href="news-views/fantastico-now-offers-wordpress-22-upgrade-and-install/">I  try to install all my WordPress sites with Fantastico</a>, and Fantastico  has still not upgraded to 2.3. But once I&#8217;ve got my Simple Tagging tags in my  new blog, they can be automatically integrated into 2.3&#8242;s tagging system once I  upgrade.</p>
<p>I finally figured out how to move the whole blog, tags and all, using  phpMyAdmin, so here are the directions in case anyone else may find they need  them. These directions can be applied to migrating any plugin databases to an  entirely new installation. Before you do any of this, backup ALL database files,  and pray that nothing gets screwed up:</p>
<ol>
<li>Log in to phpMyAdmin for the old site. You can do this through your Control  Panel, or I guess through complicated server commands. I&#8217;m a Control Panel gal  myself.</li>
<li>Click on the drop-down menu on the left and select the right database, or  click on Databases in the main window, and then click on the database. You will  now see a list of all the tables in this database.</li>
<li>Click on the Export tab at the top of the page.</li>
<li>There is an Export box at the top right-hand side of the main window. It  lists all available tables in the database. Select the following by holding down  Ctrl and clicking: wp_categories, wp_comments, wp_link2cat, wp_links,  wp_post2cat, wp_post2tag (this is a Simple Tagging (ST) table), wp_postmeta,  wp_posts, wp_stp_tags (ST table), wp_tags (ST table), wp_tag_synonyms (ST  table), wp_usermet, wp_users. If you&#8217;re doing this for other plugin tables, just  ignore the tables above that say (ST table) after them, and look for unique  databases that are not in the list above (except wp_options &#8211; see below to find  out why).</li>
<li>Leave all the other options as they are, click on Save as file, leave the  File name template as is, Compression can be None or zipped or gzipped &#8211; if your  databases are really big, you might want to choose zip or gzipped so that the  download (and later the upload), won&#8217;t take so long.</li>
<li>Click Go.</li>
<li>Save this file somewhere where you can find it easily.</li>
<li>Now, go to the other database in phpMyAdmin. Depending on how your sites are  set up, you may be able to access the database where you are right now, or you  may need to login to phpMyAdmin somehwere else.</li>
<li>Once you have clicked on the correct database, delete all the tables that  have the same name as the ones listed above in step 4. The reason for this is  that you are going to be importing the tables from the old blog, and when  phpMyAdmin sees a file with the same name, it won&#8217;t import it and will skip it.  In short, phpMyAdmin does not synchronize tables. To delete the files quickly,  select each table you want to delete by checking the box on the left of it, and  then scroll to the bottom of the list of tables to a drop-down box that says  &#8220;With selected:&#8221;. Click on that, and select Drop. That will delete all the  selected tables.</li>
<li>Now, click Import. Under File to Import, browse to find the file you  exported in Steps 4-6. Leave all the other settings, and press Go.</li>
</ol>
<p>That&#8217;s it! Now hopefully your new blog works and has all the info from the  old one. If it doesn&#8217;t, you&#8217;ll just restore all your backups and try again!</p>
<p>You may have noticed that we ignored a table in both blogs called wp_options.  The reasons for this is that it seems that this file records the domain and URL  for the blog. So if your old blog was at www.mydomain.com, and your new one is  at www.yourdomain.com, the first domain will appear in the second blog. This can  screw things up pretty royally in terms of folders and files for the blog.  Believe me, I know. At one point I couldn&#8217;t even get into the Options page in  the WordPress admin anymore.</p>
<p>I hope I didn&#8217;t miss anything in the steps, and I hope this helps!</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/">Transferring Simple Tagging tags into another WordPress blog</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/transferring-simple-tagging-tags-into-another-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My favorite WordPress tip</title>
		<link>http://wpgarage.com/tips/my-favorite-wordpress-tip/</link>
		<comments>http://wpgarage.com/tips/my-favorite-wordpress-tip/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 21:20:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/my-favorite-wordpress-tip/</guid>
		<description><![CDATA[<p>In Lorelle&#8217;s latest blog challenge, she asks us to describe our favorite WordPress tip. She says to think back to when we started experimenting with WordPress, and try to remember what tips we found valuable. I started WordPress Garage in order to document my discoveries about WordPress. It was meant to serve as an online [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/my-favorite-wordpress-tip/">My favorite WordPress tip</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/my-favorite-wordpress-tip/" data-url="http://illum.in/q9Z0dG" data-text="My favorite WordPress tip" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/my-favorite-wordpress-tip/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/my-favorite-wordpress-tip/"></g:plusone></div></div><p><img src="http://wpgarage.com/wp-content/uploads/2007/09/blogchallenge.gif" alt="Blogging Challenge - Lorelle on WordPress" align="left" />In Lorelle&#8217;s latest blog challenge, <a href="http://lorelle.wordpress.com/2007/09/07/blog-challenge-your-favorite-wordpress-tip/" title="Blog Challenge: Your Favorite WordPress Tip">she asks us to describe our favorite WordPress tip</a>. She says to think back to when we started experimenting with <a href="http://wordpress.org" title="WordPress">WordPress</a>, and try to remember what tips we found valuable.</p>
<p>I started <a href="http://wpgarage.com" title="WordPress Garage">WordPress Garage</a> in order to document my discoveries about <a href="http://wordpress.org" title="WordPress">WordPress</a>. It was meant to serve as an online manual of sorts. So I decided to go back in time to see what I was blogging about close to the beginning of my WordPress journey.</p>
<p>I can see that the issues that interested me most at that time were related to optimizing blogs for search engines and readers. Here are the tips that most interested me at that time:</p>
<ul>
<li><strong>Tags</strong> &#8211; Tags are useful for more detailed categorization of posts, search engine optimization, and user navigation. I wanted to find the perfect tagging plugin that not only would add tagging, but enable me to create tag clouds and list related posts based on those tags, so that I could use one plugin for three features. First <a href="plugins/jeromes-keywords-plugin/" title="Jerome's Keywords Plugin">I tried Jerome&#8217;s Keywords Plugin</a>, only to find that it <a href="plugins/jeromes-keywords-broke-now-using-simple-tagging/" title="Jerome’s Keywords broke during upgrade, now using Simple Tagging">didn&#8217;t work once I upgraded</a> from WordPress version 2.1.1 to 2.1.2. I then tried out <a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/" title="Simple Tagging Plugin">Simple Tagging</a>, which works wonderfully and does everything I want it to do, and now use it on all WordPress blogs and sites that I build.</li>
<li><strong>Excerpts</strong> &#8211; if you use <code>&lt;?php the_excerpt() ?&gt;</code> instead of <code>&lt;?php the_content() ?&gt;</code> in your template files so that certain pages automatically display excerpts instead of the full text of the post, all html tags are stripped from the text. That means that if you have images or links in the first paragraph or so of text, they are removed from the excerpt. Annoying. I searched for a solution <a href="plugins/the-excerpt-reloaded/" title="The Excerpt Reloaded">and found The Excerpt Reloaded plugin</a>. Only, it didn&#8217;t work quite right &#8211; if my excerpt had a bulleted list in it, for example, the entire page following that excerpt would be styled as one long list. But <a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's Notebook - The Excerpt Reloaded">Rob</a>, a blessed plugin developer, <a href="plugins/important-mod-to-the-excerpt-reloaded-plugin/" title="Important mod to the Excerpt Reloaded Plugin">created a mod of the plugin that fixed this problem</a>. I highly recommend using <a href="http://robsnotebook.com/the-excerpt-reloaded2" title="The Excerpt Reloaded">this plugin</a> if you want to automatically display excerpts and retain the formatting.<br />
Excerpts and videos: even with Rob&#8217;s plugin, <a href="tips/video-manual-excerpts/" title="Videos and excerpts don’t jive - and how to manually create excerpts">videos that are embedded in the beginning of any post will not appear in excerpts</a> &#8211; only the code will. So far, the only way that I have found for displaying videos in excerpts is to stop using <code>&lt;?php the_excerpt() ?&gt;</code> and to manually insert excerpts.</li>
<li><strong>Future posting</strong> &#8211; this is a tip that <a href="http://lorelle.wordpress.com/2006/10/01/working-ahead-future-posts-with-wordpress/" title="Working Ahead - Future Posts with WordPress">I learned from Lorelle</a>. When I first started blogging, I would write five posts on one day, and then publish nothing for the next couple of days. Not a very good strategy, since people, and maybe even search engines, like to see new content on a daily basis. So I started future posting whenever possible, which gave me some peace of mind for a few days where I knew I could take a break from blogging.</li>
</ul>
<p>The above tips are pretty basic, but I think they can mean the difference between a well optimized and usable blog, and one that doesn&#8217;t reach its potential.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/my-favorite-wordpress-tip/">My favorite WordPress tip</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/my-favorite-wordpress-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging</title>
		<link>http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/</link>
		<comments>http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 22:59:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/</guid>
		<description><![CDATA[<p>I was using Jerome&#8217;s Keywords for tagging posts, and all was working fine until I finally upgraded from 2.1.1 to 2.1.2 (yes, I know, I should have done it a long time ago, but upgrades scare me). The upgrade went fine, but I noticed that when you clicked on a tag, it takes you to [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/">Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/" data-url="http://illum.in/niPcZX" data-text="Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/"></g:plusone></div></div><p>I was using <a href="http://vapourtrails.ca/wp-keywords" title="Jerome's Keywords plugin">Jerome&#8217;s Keywords</a> for tagging posts, and all was working fine until I finally upgraded from 2.1.1 to 2.1.2 (yes, I know, I should have done it a long time ago, but upgrades scare me).</p>
<p>The upgrade went fine, but I noticed that when you clicked on a tag, it takes you to a 404 error page. I searched the web to find out what was going on, and it seems that Jerome&#8217;s Keywords has a bug that makes it problematic with WP 2.1. He&#8217;s released a <a href="http://vapourtrails.ca/2006-08/keywords-20-beta">beta of this plugin that is compatible with WP 2.1</a>, but I definitely don&#8217;t want to work anything unstable after this tagging fiasco. <a href="http://www.neato.co.nz/ultimate-tag-warrior" title="Ultimate Tag Warrior">Ultimate Tag Warrior</a> is also not an option, since it seems that the tagging breaks if you approve a comment. Yikes.</p>
<p><em>Addendum: Since I wrote this post, <a href="http://www.solo-technology.com/blog/" title="Solo Technology blog">Chris from Solo Technology</a> <a href="plugins/jeromes-keywords-broke-now-using-simple-tagging/#comment-143" title="Chris' comment">wrote a comment</a> saying that Ultimate Tag Warrior works fine with WP 2.1. This is good to know since there are a lot of plugins for WordPress that are based on Ultimate Tag Warrior and add extra functionality to your blog. In the meantime, I&#8217;m still using Simple Tagging.</em></p>
<p>I found the solution: the <a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/" title="Simple Tagging">Simple Tagging</a> plugin. This is a brilliant plugin that does more than just tag, and has many great features that Jerome&#8217;s Keywords does not. Once you&#8217;ve activated the plugin, it creates a new toolbar called Tags, under which you have a few options: Tag Options, Manage Tags, Not Tagged Articles, and Import Tags. There are so many options on these pages, such as batch changing, adding, or deleting tags, feed options, meta options, tag cloud options, identifying articles that haven&#8217;t been tagged, and importing tags from Jerome&#8217;s Keywords or the Ultimate Tag Warrior Plugins.</p>
<p><strong>Features:</strong></p>
<p>First of all, this plugin displays the tags you&#8217;ve already used in Write&gt;Post so that you can easily select tags for a post. It also auto-completes for you if you start typing a tag. You can set it up to add tags to the meta data on a page, and have related posts based on tags appear. This removes the need for two separate plugins for meta data and related posts.</p>
<p>It has an import function for importing tags from Jerome&#8217;s Keywords which works smoothly, and you can create a tag cloud.</p>
<p><strong>How I installed it and tweaks I needed to make:</strong></p>
<p>First I imported my tags from Jerome&#8217;s Keywords. This went smoothly, but I was still getting 404 error pages when I clicked on a tag. I fixed this by going to Tags&gt;Tag Options, and under General Options changing the Tag search base from &#8220;tag&#8221; to &#8220;keywords&#8221; and then back to &#8220;tag&#8221; again. For some reason, this resolved the issue.</p>
<p>Then I pasted the code for displaying the tags in my home, index, search and archive page templates. I also pasted the code for displaying related posts. This worked fine.</p>
<p>Finally, I pasted the code for the tag cloud in my sidebar. This didn&#8217;t work quite so well, and needed some tweaking. First of all, if you want to style your tag cloud, make sure to paste the following into your template page:</p>
<p><code>&lt;?php if (class_exists('SimpleTagging')) : ?&gt;<br />
&lt;ul id ="tagcloud"&gt;&lt;?php STP_Tagcloud(); ?&gt;&lt;/ul&gt;&lt;?php endif; ?&gt;</code></p>
<p>Then, you need to add styles to your stylesheet. There is available CSS on the <a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/simple-tagging-tag-cloud/">Tag Cloud page</a> of the plugin, which I used, but it created a list of tags rather than a cloud. So first I went into the WordPress administration, and went to Tags&gt;Tag Options, and under Tag Cloud I changed the &#8220;Cloud tag link format&#8221; to</p>
<p><code>&lt;a class="t%scale%" title="%tagname% (%count%)" href="%fulltaglink%"&gt;%tagname%&lt;/a&gt;</code> so that it wouldn&#8217;t be based on <code>&lt;li&gt;</code>. Then I changed the CSS to the following:</p>
<p><code>ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }<br />
ul#tagcloud { display:inline; color:#FF6600; background: none; padding: 0;}<br />
ul#tagcloud a, ul#tagcloud a:link { text-decoration:none; }<br />
ul#tagcloud a:hover { text-decoration:underline; }<br />
ul#tagcloud a.t1 { font-size: 80%; }<br />
ul#tagcloud a.t2 { font-size: 110%; }<br />
ul#tagcloud a.t3 { font-size: 150%; }<br />
ul#tagcloud a.t4 { font-size: 180%; }<br />
ul#tagcloud a.t5 { font-size: 200%; }<br />
ul#tagcloud a.t6 { font-size: 220%; }<br />
ul#tagcloud a.t7 { font-size: 250%; }<br />
ul#tagcloud a.t8 { font-size: 280%; }<br />
ul#tagcloud a.t9 { font-size: 310%; }<br />
ul#tagcloud a.t10 { font-size: 330%; }</code></p>
<p>These styles did the following: it made sure the text was the same orange as on this blog; and I changed the percentages so that they were more in line with what looked ok to me. Finally, to center the whole thing, I went into my sidebar template and wrapped the whole thing in a centered div, so that the code there looked as follows:</p>
<p><code>&lt;h2&gt;Tags&lt;/h2&gt;<br />
&lt;div align="center"&gt;<br />
&lt;?php if (class_exists('SimpleTagging')) : ?&gt;<br />
&lt;ul id ="tagcloud"&gt;<br />
&lt;?php STP_Tagcloud(); ?&gt;<br />
&lt;/ul&gt;<br />
&lt;?php endif; ?&gt;</code></p>
<p>This is a really handy plugin, and I recommend checking it out.</p>
<p><a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/simple-tagging-tag-cloud/">Simple Tagging plugin&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/">Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Jerome&#8217;s Keywords Plugin</title>
		<link>http://wpgarage.com/plugins/jeromes-keywords-plugin/</link>
		<comments>http://wpgarage.com/plugins/jeromes-keywords-plugin/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 11:13:34 +0000</pubDate>
		<dc:creator>David Stein</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/jeromes-keywords-plugin/</guid>
		<description><![CDATA[<p>“Jerome’s Keywords” is a plugin for WordPress 1.5.x and 2.0 and to associate keywords with your posts. I used it for my tags on the right. To get them to look like a cloud, I used the following code: &#60;?php all_keywords('&#60;strong&#62;&#60;a href="/tag/%keylink%" style="font-size: %count%px" &#62;%keyword%&#60;/a&#62;&#60;/strong&#62;', '', 10, 30) ?&#62; Jerome&#8217;s Keywords Plugin&#62;&#62;</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/jeromes-keywords-plugin/">Jerome&#8217;s Keywords Plugin</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/jeromes-keywords-plugin/" data-url="http://illum.in/pI35tc" data-text="Jerome&#8217;s Keywords Plugin" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/jeromes-keywords-plugin/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/jeromes-keywords-plugin/"></g:plusone></div></div><p>“Jerome’s Keywords” is a plugin for <a href="http://wordpress.org/">WordPress 1.5.x and 2.0</a> and to associate keywords with your posts.</p>
<p>I used it for my tags on the right. To get them to look like a cloud, I used the following code:</p>
<p><code>&lt;?php all_keywords('&lt;strong&gt;&lt;a href="/tag/%keylink%" style="font-size: %count%px" &gt;%keyword%&lt;/a&gt;&lt;/strong&gt;', '', 10, 30) ?&gt;</code></p>
<p><a title="Jerome's Keywords Plugin" href="http://vapourtrails.ca/wp-keywords">Jerome&#8217;s Keywords Plugin&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/jeromes-keywords-plugin/">Jerome&#8217;s Keywords Plugin</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/jeromes-keywords-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

