<?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: Creating a dynamic WordPress sidebar</title>
	<atom:link href="http://www.daobydesign.com/blog/2007/08/creating-a-dynamic-wordpress-sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daobydesign.com/blog/2007/08/creating-a-dynamic-wordpress-sidebar/</link>
	<description>Tips on blogging, design and the IT industry.</description>
	<pubDate>Wed, 07 Jan 2009 02:42:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Webseiten Optimierung</title>
		<link>http://www.daobydesign.com/blog/2007/08/creating-a-dynamic-wordpress-sidebar/comment-page-1/#comment-1258</link>
		<dc:creator>Webseiten Optimierung</dc:creator>
		<pubDate>Fri, 21 Dec 2007 20:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/08/17/creating-a-dynamic-wordpress-sidebar/#comment-1258</guid>
		<description>Hallo danke fuer die Infos. Wie kann ich in deinem Blog noch weiter stoebern</description>
		<content:encoded><![CDATA[<p>Hallo danke fuer die Infos. Wie kann ich in deinem Blog noch weiter stoebern</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.daobydesign.com/blog/2007/08/creating-a-dynamic-wordpress-sidebar/comment-page-1/#comment-932</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 13 Dec 2007 14:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/08/17/creating-a-dynamic-wordpress-sidebar/#comment-932</guid>
		<description>Hey Alex, make sure you change the code for where your main template calls the sidebar. By default WP uses its own built-in function to load the sidebar.php file. Because of this variables set in the main files (index.php, single.php, page.php, etc.) don't carry over to the sidebar.

You need to change it to:
[?php include (TEMPLATEPATH . ‘/sidebar.php’); ?]

(obviously changing the square brackets for their sharper cousins).

Let me know if that works for you.</description>
		<content:encoded><![CDATA[<p>Hey Alex, make sure you change the code for where your main template calls the sidebar. By default WP uses its own built-in function to load the sidebar.php file. Because of this variables set in the main files (index.php, single.php, page.php, etc.) don&#8217;t carry over to the sidebar.</p>
<p>You need to change it to:<br />
[?php include (TEMPLATEPATH . ‘/sidebar.php’); ?]</p>
<p>(obviously changing the square brackets for their sharper cousins).</p>
<p>Let me know if that works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.daobydesign.com/blog/2007/08/creating-a-dynamic-wordpress-sidebar/comment-page-1/#comment-927</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 13 Dec 2007 09:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.daobydesign.com/blog/2007/08/17/creating-a-dynamic-wordpress-sidebar/#comment-927</guid>
		<description>This is just what i was looking for. I tried to put de content words counter as you said. Also i have put the conditional tags in my isdebar, but it seems that the variable $xxx is not being received in my sidebar. 

here is my code :

single.php







&#60;div class="post" id="post-"&#62;




&#60;a href="" rel="bookmark" title=""&#62;&lt;/a&gt;

categoria:  &#124;  























	














main_right_home.php (sidebar)


&#160;





  3500) { ?&#62;

&#60;img src="/images/masleidos.jpg" alt="" /&#62;  

&#60;img src="/images/artnuevos.jpg" alt="" /&#62; 


&#60;img src="/images/side-top-bot.jpg" alt="" /&#62;
  

   

	 
 

 &#60;?php if (is_home() &#124;&#124; $contlen 
&#60;img src="/images/artnuevos.jpg" alt="" /&#62; 

	
	&#60;img src="/images/side-top-bot.jpg" alt="" /&#62;
	  

     
  Can you helpme to resolve this?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>This is just what i was looking for. I tried to put de content words counter as you said. Also i have put the conditional tags in my isdebar, but it seems that the variable $xxx is not being received in my sidebar. </p>
<p>here is my code :</p>
<p>single.php</p>
<p>&lt;div class=&#8221;post&#8221; id=&#8221;post-&#8221;&gt;</p>
<p>&lt;a href=&#8221;" rel=&#8221;bookmark&#8221; title=&#8221;"&gt;</p>
<p>categoria:  |  </p>
<p>main_right_home.php (sidebar)</p>
<p>&nbsp;</p>
<p>  3500) { ?&gt;</p>
<p>&lt;img src=&#8221;/images/masleidos.jpg&#8221; alt=&#8221;" /&gt;  </p>
<p>&lt;img src=&#8221;/images/artnuevos.jpg&#8221; alt=&#8221;" /&gt; </p>
<p>&lt;img src=&#8221;/images/side-top-bot.jpg&#8221; alt=&#8221;" /&gt;</p>
<p> &lt;?php if (is_home() || $contlen<br />
&lt;img src=&#8221;/images/artnuevos.jpg&#8221; alt=&#8221;" /&gt; </p>
<p>	&lt;img src=&#8221;/images/side-top-bot.jpg&#8221; alt=&#8221;" /&gt;</p>
<p>  Can you helpme to resolve this?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
