<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Template Tag Shortcodes: WordPress Plugin</title>
	<atom:link href="http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:37:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WP Things &#187; Hello world!</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-176327</link>
		<dc:creator>WP Things &#187; Hello world!</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-176327</guid>
		<description>[...] installation (2.9.1) I use the plugin Template Tag Shortcodes By Justin Tadlock available here http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin Justin&#8217;s plugin rocks!  I am also as of Jan 12th working off of a locally served Wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] installation (2.9.1) I use the plugin Template Tag Shortcodes By Justin Tadlock available here <a href="http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin" rel="nofollow">http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin</a> Justin&#8217;s plugin rocks!  I am also as of Jan 12th working off of a locally served Wordpress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @nomadone</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-166937</link>
		<dc:creator>@nomadone</dc:creator>
		<pubDate>Sat, 05 Dec 2009 21:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-166937</guid>
		<description>Nice one, would definitely come in handy.

I&#039;ve been trying to find the opposite type of thing however, need to learn how to turn a shortcode into a template tag.</description>
		<content:encoded><![CDATA[<p>Nice one, would definitely come in handy.</p>
<p>I&#8217;ve been trying to find the opposite type of thing however, need to learn how to turn a shortcode into a template tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wordpress gallery shortcode update. &#60;&#47;3 at.yamomzcrib.com</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-163152</link>
		<dc:creator>wordpress gallery shortcode update. &#60;&#47;3 at.yamomzcrib.com</dc:creator>
		<pubDate>Wed, 18 Nov 2009 20:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-163152</guid>
		<description>[...] a bunch of the &#8220;core&#8221; functions/tags/etc that are available in WP. one guy even created a plugin that turns template tags into shortcodes. this lets me know that before i go off and try to rewrite history, a little more time on teh googz [...]</description>
		<content:encoded><![CDATA[<p>[...] a bunch of the &#8220;core&#8221; functions/tags/etc that are available in WP. one guy even created a plugin that turns template tags into shortcodes. this lets me know that before i go off and try to rewrite history, a little more time on teh googz [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ka81</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-161187</link>
		<dc:creator>ka81</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-161187</guid>
		<description>Hello!

Thanx for a plugin!!
i&#039;m using - [wp_tag_cloud] in post (publication)
can smbd please tell how to asign a class for that code??
i see the source is:
&lt;a href=&#039;http://x-files.net.ua/?tag=gillian-anderson&#039; title=&#039;2 теми&#039; rel=&quot;nofollow&quot;&gt;Gillian Anderson&lt;/a&gt;
&lt;a href=&#039;http://x-files.net.ua/?tag=david-duchovny&#039; title=&#039;2 теми&#039; rel=&quot;nofollow&quot;&gt;David Duchovny&lt;/a&gt;
&lt;a href=&#039;http://x-files.net.ua/?tag=ken-camroux&#039; title=&#039;1 тема &#039; rel=&quot;nofollow&quot;&gt;Ken Camroux&lt;/a&gt;
so, in style.CSS i put
.tag-link {text-decoration:none; color:black;}
.tag-link a {text-decoration:none; color:black;}
but no result.


please help.</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Thanx for a plugin!!<br />
i&#8217;m using &#8211; [wp_tag_cloud] in post (publication)<br />
can smbd please tell how to asign a class for that code??<br />
i see the source is:<br />
<a href='http://x-files.net.ua/?tag=gillian-anderson' title='2 теми' rel="nofollow">Gillian Anderson</a><br />
<a href='http://x-files.net.ua/?tag=david-duchovny' title='2 теми' rel="nofollow">David Duchovny</a><br />
<a href='http://x-files.net.ua/?tag=ken-camroux' title='1 тема ' rel="nofollow">Ken Camroux</a><br />
so, in style.CSS i put<br />
.tag-link {text-decoration:none; color:black;}<br />
.tag-link a {text-decoration:none; color:black;}<br />
but no result.</p>
<p>please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-157118</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-157118</guid>
		<description>Oh, let me add, because it&#039;s not clear in the instructions, the plug in adds random text via this template tag:

</description>
		<content:encoded><![CDATA[<p>Oh, let me add, because it&#8217;s not clear in the instructions, the plug in adds random text via this template tag:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-157116</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Oct 2009 13:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-157116</guid>
		<description>Ever since OZH Random Words plugin broke with 2.8, I am in desperate need of a random text plugin that works within posts.

There is Random Text by Pants on Head which is compatible with 2.8 but it only displays via widget or template tags.

Can I pay you to add shortcode functionality to Random Text by Pants on Head?http://wordpress.org/extend/plugins/randomtext/
http://www.pantsonhead.com/wordpress/randomtext/

Please email me.  I really need it!</description>
		<content:encoded><![CDATA[<p>Ever since OZH Random Words plugin broke with 2.8, I am in desperate need of a random text plugin that works within posts.</p>
<p>There is Random Text by Pants on Head which is compatible with 2.8 but it only displays via widget or template tags.</p>
<p>Can I pay you to add shortcode functionality to Random Text by Pants on Head?http://wordpress.org/extend/plugins/randomtext/<br />
<a href="http://www.pantsonhead.com/wordpress/randomtext/" rel="nofollow">http://www.pantsonhead.com/wordpress/randomtext/</a></p>
<p>Please email me.  I really need it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demetrio</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-155790</link>
		<dc:creator>Demetrio</dc:creator>
		<pubDate>Tue, 06 Oct 2009 09:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-155790</guid>
		<description>is it possible to insert in the future the last posts written with the function of wordpress??

Example

.aaaa
.bbb
.ccc
.ddd

5 posts recently</description>
		<content:encoded><![CDATA[<p>is it possible to insert in the future the last posts written with the function of wordpress??</p>
<p>Example</p>
<p>.aaaa<br />
.bbb<br />
.ccc<br />
.ddd</p>
<p>5 posts recently</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Litanzios</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-147763</link>
		<dc:creator>Lewis Litanzios</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-147763</guid>
		<description>Hi mate,

Is there any way to filter [wp_list_categories]?

For example I don&#039;t need all category groups, and their sub categories. Just one group. If I could I would be using something like:

... in my code.

Thanks,
L</description>
		<content:encoded><![CDATA[<p>Hi mate,</p>
<p>Is there any way to filter [wp_list_categories]?</p>
<p>For example I don&#8217;t need all category groups, and their sub categories. Just one group. If I could I would be using something like:</p>
<p>&#8230; in my code.</p>
<p>Thanks,<br />
L</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Controllable sidebar sections and shortcodes</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-147392</link>
		<dc:creator>Controllable sidebar sections and shortcodes</dc:creator>
		<pubDate>Mon, 17 Aug 2009 14:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-147392</guid>
		<description>[...] Template Tag Shortcodes, which &#8220;turns many of the WordPress template tags into shortcodes that can be used in posts and pages.&#8221; And can be used in Section Widget. [...]</description>
		<content:encoded><![CDATA[<p>[...] Template Tag Shortcodes, which &#8220;turns many of the WordPress template tags into shortcodes that can be used in posts and pages.&#8221; And can be used in Section Widget. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Collier</title>
		<link>http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin#comment-145718</link>
		<dc:creator>Jay Collier</dc:creator>
		<pubDate>Fri, 07 Aug 2009 10:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1539#comment-145718</guid>
		<description>This is super!

One question. [wp_list_categories] returns list items, but no enclosing  or 

Any suggestions of shortcodes my WYSIWYG editors could use to enclose the list.

Like [ul] [/ul] ? ;)</description>
		<content:encoded><![CDATA[<p>This is super!</p>
<p>One question. [wp_list_categories] returns list items, but no enclosing  or </p>
<p>Any suggestions of shortcodes my WYSIWYG editors could use to enclose the list.</p>
<p>Like [ul] [/ul] ? <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
