<?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: WordPress 2.5 Shortcodes</title>
	<atom:link href="http://bluedogwebservices.com/wordpress-25-shortcodes/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluedogwebservices.com/wordpress-25-shortcodes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-25-shortcodes</link>
	<description>BlueDog Web Services</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:06:46 +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: myfreightaudit</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-263</link>
		<dc:creator>myfreightaudit</dc:creator>
		<pubDate>Wed, 22 Dec 2010 16:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-263</guid>
		<description>Brilliant!!! It works for me :D thanks so much Aaron!!! hah! My wordpress now rocks m/</description>
		<content:encoded><![CDATA[<p>Brilliant!!! It works for me :D thanks so much Aaron!!! hah! My wordpress now rocks m/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-262</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Tue, 16 Nov 2010 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-262</guid>
		<description>11 is the priority.  The default priority that most existing filters use is 10 (including wpautop()).  We&#039;re trying to make sure this runs AFTER all of those so we set it to 11.  Any number greater than 10 would work, but if you make it too high (like 999) it&#039;s likely that other plugins will do stuff between wpautop() and our filter.</description>
		<content:encoded><![CDATA[<p>11 is the priority.  The default priority that most existing filters use is 10 (including wpautop()).  We&#8217;re trying to make sure this runs AFTER all of those so we set it to 11.  Any number greater than 10 would work, but if you make it too high (like 999) it&#8217;s likely that other plugins will do stuff between wpautop() and our filter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enable Shortcode in Widget # WordPress Tricks &#38; Tips</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-261</link>
		<dc:creator>Enable Shortcode in Widget # WordPress Tricks &#38; Tips</dc:creator>
		<pubDate>Tue, 16 Nov 2010 15:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-261</guid>
		<description>[...] That&#8217;s it, add_filter will be filter your text widget. So, when you put some shortcode (example [ gallery ] in your text widget. The code will be processed by WordPress system. Another useful source about shortcode here [...] </description>
		<content:encoded><![CDATA[<p>[...] That&#8217;s it, add_filter will be filter your text widget. So, when you put some shortcode (example [ gallery ] in your text widget. The code will be processed by WordPress system. Another useful source about shortcode here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jauhari</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-260</link>
		<dc:creator>Jauhari</dc:creator>
		<pubDate>Tue, 16 Nov 2010 15:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-260</guid>
		<description>Can you explain to me what 11 number mean on 
add_filter(&#039;the_content&#039;, &#039;do_shortcode&#039;, 11); // AFTER wpautop() 

What will happen when I changed 11 with 10 or 20?</description>
		<content:encoded><![CDATA[<p>Can you explain to me what 11 number mean on<br />
add_filter(&#8216;the_content&#8217;, &#8216;do_shortcode&#8217;, 11); // AFTER wpautop() </p>
<p>What will happen when I changed 11 with 10 or 20?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-259</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-259</guid>
		<description>Great Article!
Bookmarked this page for further use.
I have planned to use shortcodes for a while now.

Finally i can start doing that because your article made this a lot cleared:)</description>
		<content:encoded><![CDATA[<p>Great Article!<br />
Bookmarked this page for further use.<br />
I have planned to use shortcodes for a while now.</p>
<p>Finally i can start doing that because your article made this a lot cleared:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Cammack</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-258</link>
		<dc:creator>Brett Cammack</dc:creator>
		<pubDate>Mon, 13 Sep 2010 00:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-258</guid>
		<description>Okay, I figured it out.  nevermind... :)</description>
		<content:encoded><![CDATA[<p>Okay, I figured it out.  nevermind&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Cammack</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-257</link>
		<dc:creator>Brett Cammack</dc:creator>
		<pubDate>Mon, 13 Sep 2010 00:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-257</guid>
		<description>I just started with using WordPress, but I have a broad background in computers and used to fabricate websites (ages ago) in NotePad and Internet Explorer.  My reaction upon learning a bit about WordPress?  &quot;Where you been all my life!&quot;  LOL

I am dealing with an &quot;assumed knowledge&quot; issue (I suspect) where I understand what shortcodes do and, to a degree, how to implement them.  The problem I have is that I&#039;ve not had that Gestalten &quot;ahah!&quot; moment yet about how to apply, wp-ImageFlow2, in a page!  I downloaded and activated the widget and then.... I have no idea.  I tend to edit my pages in HTML, so how do I implement the widget&#039;s function on a page?  I added some images to a gallery.  I know where they&#039;re located.   So I just... what?

I&#039;m sure it&#039;s probably simple, but for whatever reason, it&#039;s non-obvious to me.  Help!</description>
		<content:encoded><![CDATA[<p>I just started with using WordPress, but I have a broad background in computers and used to fabricate websites (ages ago) in NotePad and Internet Explorer.  My reaction upon learning a bit about WordPress?  &#8220;Where you been all my life!&#8221;  LOL</p>
<p>I am dealing with an &#8220;assumed knowledge&#8221; issue (I suspect) where I understand what shortcodes do and, to a degree, how to implement them.  The problem I have is that I&#8217;ve not had that Gestalten &#8220;ahah!&#8221; moment yet about how to apply, wp-ImageFlow2, in a page!  I downloaded and activated the widget and then&#8230;. I have no idea.  I tend to edit my pages in HTML, so how do I implement the widget&#8217;s function on a page?  I added some images to a gallery.  I know where they&#8217;re located.   So I just&#8230; what?</p>
<p>I&#8217;m sure it&#8217;s probably simple, but for whatever reason, it&#8217;s non-obvious to me.  Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victor</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-256</link>
		<dc:creator>victor</dc:creator>
		<pubDate>Sat, 24 Jul 2010 20:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-256</guid>
		<description>hi

can anyone let me know what code above i can use to hide specific contet if user logged in (loged in form) but another of user is logged in (hidden text)

let say following senario:
I have a chunk of text i want to hide, in its place i want to show log in form
when user have logged in i want the form to be hidden and the chunk of text that were hidden to be shown

any idea ?</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>can anyone let me know what code above i can use to hide specific contet if user logged in (loged in form) but another of user is logged in (hidden text)</p>
<p>let say following senario:<br />
I have a chunk of text i want to hide, in its place i want to show log in form<br />
when user have logged in i want the form to be hidden and the chunk of text that were hidden to be shown</p>
<p>any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vince jelenic</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-255</link>
		<dc:creator>vince jelenic</dc:creator>
		<pubDate>Sat, 03 Jul 2010 22:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-255</guid>
		<description>thanks, that quick note about creating custom shortcode saved me a lot of time. 
I&#039;m not a programmer or developer... but know my way around a bit...   so... 

Added to functions.php file. and roaring away now...  
 excellent! 

cheers. 
And many thanks. 
Vince.</description>
		<content:encoded><![CDATA[<p>thanks, that quick note about creating custom shortcode saved me a lot of time.<br />
I&#8217;m not a programmer or developer&#8230; but know my way around a bit&#8230;   so&#8230; </p>
<p>Added to functions.php file. and roaring away now&#8230;<br />
 excellent! </p>
<p>cheers.<br />
And many thanks.<br />
Vince.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lilianev</title>
		<link>http://bluedogwebservices.com/wordpress-25-shortcodes/#comment-254</link>
		<dc:creator>lilianev</dc:creator>
		<pubDate>Wed, 23 Jun 2010 14:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/?p=84#comment-254</guid>
		<description>Did you ever get this to work for you? I&#039;m attempting to do the something similar.

I have multiple widgets registered (named uniquely), and one widget per dynamic sidebar.

1) example shortcode functions:
function archive_shortcode() { dynamic_sidebar(&#039;archive&#039;);	};
add_shortcode( &#039;archive&#039;, &#039;archive_shortcode&#039; );

function tags_shortcode() { 
 	echo &#039;What&#039;s Going On?&#039;;
	$tags=wp_tag_cloud( );
	return $tags;
	echo &#039;&#039;;
	};
add_shortcode( &#039;tags&#039;, &#039;tags_shortcode&#039; );


2) example of calling shortcode in page:
[archive]
[tags] </description>
		<content:encoded><![CDATA[<p>Did you ever get this to work for you? I&#8217;m attempting to do the something similar.</p>
<p>I have multiple widgets registered (named uniquely), and one widget per dynamic sidebar.</p>
<p>1) example shortcode functions:<br />
function archive_shortcode() { dynamic_sidebar(&#8216;archive&#8217;);	};<br />
add_shortcode( &#8216;archive&#8217;, &#8216;archive_shortcode&#8217; );</p>
<p>function tags_shortcode() {<br />
 	echo &#8216;What&#8217;s Going On?&#8217;;<br />
	$tags=wp_tag_cloud( );<br />
	return $tags;<br />
	echo &#8221;;<br />
	};<br />
add_shortcode( &#8216;tags&#8217;, &#8216;tags_shortcode&#8217; );</p>
<p>2) example of calling shortcode in page:<br />
[archive]<br />
[tags]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

