<?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: Display Widgets WordPress Plugin</title>
	<atom:link href="http://strategy11.com/display-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://strategy11.com/display-widgets/</link>
	<description>Web Design and Development</description>
	<lastBuildDate>Wed, 15 Feb 2012 21:38:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-898</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 15 Feb 2012 21:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-898</guid>
		<description>Hey Steph,

Loving this plugin! 

I have run into a unique way to use this plugin and was wondering if you had any advice. 

Basically, I have a Wordpress page template that will loop through every child page and display the title, content and sidebars. So the sidebar gets called inside a custom Wordpress loop as it loops each child page.

Here&#039;s my code so far which will work but shows the parent page sidebar instance each time if gets called in the loop.




$currentpageid = $post-&gt;ID;
	$args = array(
				&#039;post_parent&#039; =&gt; $currentpageid, 
				&#039;post_type&#039; =&gt; &#039;page&#039;
			);
	
	// The Query
	$the_query = new WP_Query( $args );

	// The Loop
	while ( $the_query-&gt;have_posts() ) : $the_query-&gt;the_post(); 
		?&gt;
			
				
					
					
				
				
					
				
			
		&lt;?php
		
	endwhile;
	
	wp_reset_postdata();




I was thinking I might write a function that would accept a post/page ID and return the widgets for that page.

Not sure if this is clear but if you have any questions, ideas or suggestions you can reply or email me at beaudrymatt@gmail.com

Thanks so much and great work on this plugin!
Matt</description>
		<content:encoded><![CDATA[<p>Hey Steph,</p>
<p>Loving this plugin! </p>
<p>I have run into a unique way to use this plugin and was wondering if you had any advice. </p>
<p>Basically, I have a WordPress page template that will loop through every child page and display the title, content and sidebars. So the sidebar gets called inside a custom WordPress loop as it loops each child page.</p>
<p>Here&#8217;s my code so far which will work but shows the parent page sidebar instance each time if gets called in the loop.</p>
<p>$currentpageid = $post-&gt;ID;<br />
	$args = array(<br />
				&#8216;post_parent&#8217; =&gt; $currentpageid,<br />
				&#8216;post_type&#8217; =&gt; &#8216;page&#8217;<br />
			);</p>
<p>	// The Query<br />
	$the_query = new WP_Query( $args );</p>
<p>	// The Loop<br />
	while ( $the_query-&gt;have_posts() ) : $the_query-&gt;the_post();<br />
		?&gt;</p>
<p>		&lt;?php</p>
<p>	endwhile;</p>
<p>	wp_reset_postdata();</p>
<p>I was thinking I might write a function that would accept a post/page ID and return the widgets for that page.</p>
<p>Not sure if this is clear but if you have any questions, ideas or suggestions you can reply or email me at <a href="mailto:beaudrymatt@gmail.com">beaudrymatt@gmail.com</a></p>
<p>Thanks so much and great work on this plugin!<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-887</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Sat, 11 Feb 2012 19:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-887</guid>
		<description>@max, Around line 264, you&#039;ll find this: 
&#039;numberposts&#039; =&gt; 999

Change 999 to -1. This will be included in the next version. 

@Chellie, please refer to the FAQs for this plugin. 
http://wordpress.org/extend/plugins/display-widgets/faq/</description>
		<content:encoded><![CDATA[<p>@max, Around line 264, you&#8217;ll find this:<br />
&#8216;numberposts&#8217; => 999</p>
<p>Change 999 to -1. This will be included in the next version. </p>
<p>@Chellie, please refer to the FAQs for this plugin.<br />
<a href="http://wordpress.org/extend/plugins/display-widgets/faq/" rel="nofollow">http://wordpress.org/extend/plugins/display-widgets/faq/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chellie</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-886</link>
		<dc:creator>Chellie</dc:creator>
		<pubDate>Sat, 11 Feb 2012 19:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-886</guid>
		<description>I&#039;ve using it for about 2 months and it&#039;s great. I have one issue.  There is one widget, About me,  that I only want to show on one page but for that one widget, it does not give you the checkbox option.  Ironically, this was the reason I used Display widgets. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve using it for about 2 months and it&#8217;s great. I have one issue.  There is one widget, About me,  that I only want to show on one page but for that one widget, it does not give you the checkbox option.  Ironically, this was the reason I used Display widgets. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-880</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 09 Feb 2012 17:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-880</guid>
		<description>I installed the plugin always worked fine until I got now over 5000 wordpress pages.. and only the pages starting with the &quot;A&quot; are showed to check for hiding or showing.</description>
		<content:encoded><![CDATA[<p>I installed the plugin always worked fine until I got now over 5000 wordpress pages.. and only the pages starting with the &#8220;A&#8221; are showed to check for hiding or showing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liz</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-748</link>
		<dc:creator>liz</dc:creator>
		<pubDate>Tue, 03 Jan 2012 16:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-748</guid>
		<description>still loving the plug in - still not sorted the home page out but i&#039;m not too bothered about that. 

One small wish....I&#039;ve got a couple of pages where i&#039;ve added a sub menu in the side bar, with a separate text widget immediately above along the lines of &#039;select from menu below&#039;. Works great but - there is a lot of space between the two and i&#039;d like to reduce it down. Anyone have any ideas?

Cheers

Liz</description>
		<content:encoded><![CDATA[<p>still loving the plug in &#8211; still not sorted the home page out but i&#8217;m not too bothered about that. </p>
<p>One small wish&#8230;.I&#8217;ve got a couple of pages where i&#8217;ve added a sub menu in the side bar, with a separate text widget immediately above along the lines of &#8216;select from menu below&#8217;. Works great but &#8211; there is a lot of space between the two and i&#8217;d like to reduce it down. Anyone have any ideas?</p>
<p>Cheers</p>
<p>Liz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert Padilla</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-733</link>
		<dc:creator>Bert Padilla</dc:creator>
		<pubDate>Sun, 01 Jan 2012 11:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-733</guid>
		<description>Hi! I think I&#039;m also getting the same problem with some users here. I got the plugin installed and it seemed not to work with my current theme (News Leak). I installed the same plugin in a separate blog using a theme based on PageLines framework so I believe this has something to do with the theme. Do you have any suggestion how to fix this without having to replace the theme? I appreciate it a lot. Thanks!

-Bert</description>
		<content:encoded><![CDATA[<p>Hi! I think I&#8217;m also getting the same problem with some users here. I got the plugin installed and it seemed not to work with my current theme (News Leak). I installed the same plugin in a separate blog using a theme based on PageLines framework so I believe this has something to do with the theme. Do you have any suggestion how to fix this without having to replace the theme? I appreciate it a lot. Thanks!</p>
<p>-Bert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harmony</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-722</link>
		<dc:creator>Harmony</dc:creator>
		<pubDate>Sat, 31 Dec 2011 03:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-722</guid>
		<description>Hi there- love your plugin but, like some other posters, I find it does not work with all widgets - the options just don&#039;t show up - any suggestions on how to make it work for all widgets?

Thanks!
Harmony</description>
		<content:encoded><![CDATA[<p>Hi there- love your plugin but, like some other posters, I find it does not work with all widgets &#8211; the options just don&#8217;t show up &#8211; any suggestions on how to make it work for all widgets?</p>
<p>Thanks!<br />
Harmony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-686</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Sun, 25 Dec 2011 20:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-686</guid>
		<description>I am using Display Widget with no problems so far. This widget is great.  I am wondering, however, if there is a way to extend the page content to the full page width when the widgets are not displayed.  I am currently displaying a widget on my home pager only, on the primary area, but on the other pages where the widget is not displayed, I have a large margin area. Thanks.</description>
		<content:encoded><![CDATA[<p>I am using Display Widget with no problems so far. This widget is great.  I am wondering, however, if there is a way to extend the page content to the full page width when the widgets are not displayed.  I am currently displaying a widget on my home pager only, on the primary area, but on the other pages where the widget is not displayed, I have a large margin area. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-671</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 20 Dec 2011 01:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-671</guid>
		<description>Display Widgets not working with Headway base theme and WP 3.3.

Widgets show on home page but no other pages, even though &#039;show on checked&#039; is selected and the checked items are &#039;front page, blog page, archive page, single post&#039;.

Any one else experienced this, or know of a solution?</description>
		<content:encoded><![CDATA[<p>Display Widgets not working with Headway base theme and WP 3.3.</p>
<p>Widgets show on home page but no other pages, even though &#8216;show on checked&#8217; is selected and the checked items are &#8216;front page, blog page, archive page, single post&#8217;.</p>
<p>Any one else experienced this, or know of a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://strategy11.com/display-widgets/comment-page-2/#comment-658</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 13 Dec 2011 18:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.strategy11.com/?p=44#comment-658</guid>
		<description>Is this plugin similar to how &#039;TS Custom Widgets&#039; works? I&#039;m trying to find a better widget controller.</description>
		<content:encoded><![CDATA[<p>Is this plugin similar to how &#8216;TS Custom Widgets&#8217; works? I&#8217;m trying to find a better widget controller.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

