<?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: Write Faster With WordPress&#8217; Shortcodes</title> <atom:link href="http://wpshout.com/write-faster-with-wordpress-shortcodes/feed/" rel="self" type="application/rss+xml" /><link>http://wpshout.com/write-faster-with-wordpress-shortcodes/</link> <description>WordPress Tutorials</description> <lastBuildDate>Sat, 05 May 2012 01:19:52 +0000</lastBuildDate> <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>By: Ahorrar tiempo en WordPress con atajos &#124; Marcial Soto</title><link>http://wpshout.com/write-faster-with-wordpress-shortcodes/#comment-5496</link> <dc:creator>Ahorrar tiempo en WordPress con atajos &#124; Marcial Soto</dc:creator> <pubDate>Sat, 09 Jan 2010 06:59:17 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1573#comment-5496</guid> <description>[...] al ingresar en el post el shortcode marcialsoto.com. Fácil, ¿no?1 Este truco lo he aprendido de WPShout [...]</description> <content:encoded><![CDATA[<p>[...] al ingresar en el post el shortcode marcialsoto.com. Fácil, ¿no?1 Este truco lo he aprendido de WPShout [...]</p> ]]></content:encoded> </item> <item><title>By: wordpress shortcodes kick ass (or: shortcodes, an affiliate marketer’s best friend) &#124; jazzsequence</title><link>http://wpshout.com/write-faster-with-wordpress-shortcodes/#comment-4543</link> <dc:creator>wordpress shortcodes kick ass (or: shortcodes, an affiliate marketer’s best friend) &#124; jazzsequence</dc:creator> <pubDate>Mon, 14 Dec 2009 19:11:33 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1573#comment-4543</guid> <description>[...] always posts awesome tips, tricks, and hacks for WordPress.  you can take a look at his post Write Faster with WordPress Shortcodes for another explanation of how they [...]</description> <content:encoded><![CDATA[<p>[...] always posts awesome tips, tricks, and hacks for WordPress.  you can take a look at his post Write Faster with WordPress Shortcodes for another explanation of how they [...]</p> ]]></content:encoded> </item> <item><title>By: jazzsequence &#187; &#187; wordpress shortcodes kick ass (or: shortcodes, an affiliate marketer&#8217;s best friend)</title><link>http://wpshout.com/write-faster-with-wordpress-shortcodes/#comment-4540</link> <dc:creator>jazzsequence &#187; &#187; wordpress shortcodes kick ass (or: shortcodes, an affiliate marketer&#8217;s best friend)</dc:creator> <pubDate>Mon, 14 Dec 2009 16:55:21 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1573#comment-4540</guid> <description>[...] always posts awesome tips, tricks, and hacks for WordPress.  you can take a look at his post Write Faster with WordPress Shortcodes for another explanation of how they [...]</description> <content:encoded><![CDATA[<p>[...] always posts awesome tips, tricks, and hacks for WordPress.  you can take a look at his post Write Faster with WordPress Shortcodes for another explanation of how they [...]</p> ]]></content:encoded> </item> <item><title>By: Carrie</title><link>http://wpshout.com/write-faster-with-wordpress-shortcodes/#comment-2486</link> <dc:creator>Carrie</dc:creator> <pubDate>Thu, 29 Oct 2009 17:48:16 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1573#comment-2486</guid> <description>OK never mind, I figured it out - which is what usually happens when I ask question. .-= Carrie´s last blog ..&lt;a href=&quot;http://springsbargains.com/2009/10/whole-foods-deals-through-november-3/&quot; rel=&quot;nofollow&quot;&gt;Whole Foods deals: through November 3&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>OK never mind, I figured it out &#8211; which is what usually happens when I ask question.<br /> .-= Carrie´s last blog ..<a href="http://springsbargains.com/2009/10/whole-foods-deals-through-november-3/" rel="nofollow">Whole Foods deals: through November 3</a> =-.</p> ]]></content:encoded> </item> <item><title>By: Carrie</title><link>http://wpshout.com/write-faster-with-wordpress-shortcodes/#comment-2485</link> <dc:creator>Carrie</dc:creator> <pubDate>Thu, 29 Oct 2009 17:36:51 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1573#comment-2485</guid> <description>Thanks for the awesome  post - I&#039;ve been looking for a plugin that does this and had no clue it was easy to do on my own!I&#039;m having trouble implementing it, though.  Just for testing, I copied your code and pasted it into my functions.php file (actually custom_functions.php - I&#039;m using Thesis)function wpshout() { return &#039;&lt;a href=&quot;http://wpshout.com&quot; rel=&quot;nofollow&quot;&gt;WPShout&lt;/a&gt;&#039;; } add_shortcode(&#039;wp&#039;, &#039;wpshout&#039;);So to insert this shortcode, I&#039;d need to type [wp]??  Or [wpshout]?  I tried doing both in a blog post and it just shows as plain text, the link isn&#039;t showing up.  Is there something I need to change to make shortcodes work? .-= Carrie´s last blog ..&lt;a href=&quot;http://springsbargains.com/2009/10/whole-foods-deals-through-november-3/&quot; rel=&quot;nofollow&quot;&gt;Whole Foods deals: through November 3&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>Thanks for the awesome  post &#8211; I&#8217;ve been looking for a plugin that does this and had no clue it was easy to do on my own!</p><p>I&#8217;m having trouble implementing it, though.  Just for testing, I copied your code and pasted it into my functions.php file (actually custom_functions.php &#8211; I&#8217;m using Thesis)</p><p>function wpshout() {<br /> return &#8216;<a href="http://wpshout.com" rel="nofollow">WPShout</a>&#8216;;<br /> }<br /> add_shortcode(&#8216;wp&#8217;, &#8216;wpshout&#8217;);</p><p>So to insert this shortcode, I&#8217;d need to type [wp]??  Or [wpshout]?  I tried doing both in a blog post and it just shows as plain text, the link isn&#8217;t showing up.  Is there something I need to change to make shortcodes work?<br /> .-= Carrie´s last blog ..<a href="http://springsbargains.com/2009/10/whole-foods-deals-through-november-3/" rel="nofollow">Whole Foods deals: through November 3</a> =-.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 14/26 queries in 0.083 seconds using disk
Content Delivery Network via wpshout.wpcdn.com

Served from: wpshout.com @ 2012-05-21 11:04:53 -->
