<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WereWP &#187; widgets</title>
	<atom:link href="http://werewp.com/tag/widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://werewp.com</link>
	<description>Daily WordPress news</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:45:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A new take on Sidebar management: save widgets as menus</title>
		<link>http://werewp.com/wordpress/a-new-take-on-sidebar-management-save-widgets-as-menus/</link>
		<comments>http://werewp.com/wordpress/a-new-take-on-sidebar-management-save-widgets-as-menus/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 08:13:30 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.werewp.com/?p=1618</guid>
		<description><![CDATA[If you experiment with themes, or switch themes often, you&#8217;ve probably experimented problems with widgets: you had lots of them in your sidebar, and they all get dragged into the &#8220;inactive&#8221; zone of your Widgets page. And you have to drag them back to your new widget area. Painful, especially when you have a lot [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<p>If you experiment with themes, or switch themes often, you&#8217;ve probably experimented problems with widgets: you had lots of them in your sidebar, and they all get dragged into the &#8220;inactive&#8221; zone of your Widgets page. And you have to drag them back to your new widget area. Painful, especially when you have a lot of different widget areas.</p>
<p><span id="more-1618"></span></p>
<p>Luckily, the core team decided to address the issue, and thanks to the <a href="http://core.trac.wordpress.org/ticket/17979">ticket #17979</a> (quite an active ticket by the way!), widgets now get saved between themes. But why not push that idea further, and change a bit the way widgets are organized today?</p>
<h2>Widget sidebars as menus, the Ipstenu way</h2>
<p><a title="ipstenu.org" href="http://ipstenu.org/">Mika</a> demonstrated with a series of 3 posts that we could improve the current widget system by completely revisting it, and handle WP sidebars like we manage menus today.</p>
<p><img class="aligncenter size-medium wp-image-1619" title="Widgets as menus" src="http://www.werewp.com/wp-content/uploads/2011/12/widgets-as-menu-4-logic-500x327.png" alt="Widgets as menus" width="500" height="327" /></p>
<p>I like the idea because people might view widgets differently. It also makes it easier to manage multiple sidebar areas, so more flexibility in themes in the future.</p>
<p>Besides, I was never a big found of the drag-and-drop thing: it works great, but it is a bit annoying to use when some widgets are expanded, or when you registered a lot of different sidebars. I used to combine sidebars and conditional tags to be able to have different sidebars on different pages, and that quickly becomes quite a mess. Sure, you have a title and a description for each widget area, but the widgets page quickly gets incredibly long.</p>
<p>By viewing each sidebar in a different tab, we would avoid such issues. And by viewing available widgets in a checkbox list, it allows you to quickly browse and find the widgets you are looking for.</p>
<h2>register_sidebar elements as options</h2>
<p>I would like to add one more option to this Widgets page. This option would not be displayed by default, you could activate it through the screen options, and once you did, you would have access to the different elements associated with that widget area:</p>
<ul>
<li>before_title</li>
<li>after_title</li>
<li>before_widget</li>
<li>after_widget</li>
</ul>
<div><strong>These elements could only be modified by admins</strong>, and could allow you to make deeper changes to your widgets directly from the admin, like you can do today with the additional attributes (css class, rel attributes) in the Menus interface.</div>
<div><img class="aligncenter size-medium wp-image-1623" title="Advanced menu options" src="http://www.werewp.com/wp-content/uploads/2011/12/advanced-menu-options-500x133.png" alt="Advanced menu options" width="500" height="133" /></div>
<h2>One place to find them, One place to bring them all and in the darkness bind them</h2>
<p>Today, if you are looking for new widgets, you look for it in the plugin repo: it is handy, there is <a title="Widgets in the WordPress.org plugin repo" href="http://wordpress.org/extend/plugins/tags/widget">a tag</a> for it, and you can easily add them directly from your WordPress plugin page. But what if we push the concept a bit further? Mika proposed an area where all your available widgets would be listed. I think it would be great to have one more area, where you could search for available widgets in the plugin repo.</p>
<p>The problem is that many widgets are actually binded to a theme or a plugin, so you couldn&#8217;t list all widgets available for download there, but I think that would still be quite useful. Of course, that also means that some clean-up would have to be done in the repo. <a title="Plugin duplicates problem in the plugin repository" href="http://wpcandy.com/reports/plugin-duplicates-may-cause-rejection-at-org">But Otto is working on that&#8230;</a></p>
<p>And you, what do you think about the widgets management today? Are you happy with it? Do you have any ideas to improve them?</p>
<h2>For further reading and experiments</h2>
<ul>
<li><a href="http://tech.ipstenu.org/2011/wordpress-sidebars-as-menus-part-1/">WordPress Sidebars as Menus: Part 1</a></li>
<li><a href="http://tech.ipstenu.org/2011/wordpress-sidebars-as-menus-part-2/">WordPress Sidebars as Menus: Part 2</a></li>
<li><a href="http://tech.ipstenu.org/2011/wordpress-sidebars-as-menus-part-3/">WordPress Sidebars as Menus: Part 3</a></li>
<li><a href="http://core.trac.wordpress.org/ticket/17979">Ticket #17979: Avoid losing widgets when switching themes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/wordpress/a-new-take-on-sidebar-management-save-widgets-as-menus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 25/11</title>
		<link>http://werewp.com/links/links-for-2009-11-25/</link>
		<comments>http://werewp.com/links/links-for-2009-11-25/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 14:02:41 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2009-11-25/</guid>
		<description><![CDATA[Sidebar (widget area) descriptions in WordPress 2.9 WordPress 2.9 will allow theme developers to add a description for each widget area. Here is how to add it<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://justintadlock.com/archives/2009/11/24/sidebar-widget-area-descriptions-in-wordpress-2-9">Sidebar (widget area) descriptions in WordPress 2.9</a></div>
<div class="delicious-extended">WordPress 2.9 will allow theme developers to add a description for each widget area. Here is how to add it</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2009-11-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 21/07</title>
		<link>http://werewp.com/links/links-for-2009-07-21/</link>
		<comments>http://werewp.com/links/links-for-2009-07-21/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:02:52 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[2.8]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2009-07-21/</guid>
		<description><![CDATA[Widgets in WordPress 2.8 I have presented you a very complete tutorial about widgets a few weeks ago, but here are a few others to help you manage your widgets easily: Creating Widgets in WordPress 2.8 with the Widget API &#124; WooCamp A tutorial from Woothemes team, to teach you how to create your own WordPress widgets. [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<h2>Widgets in WordPress 2.8</h2>
<p>I have presented you a very complete tutorial about widgets <a title="Selection of links about WordPress - 25/07" href="http://www.werewp.com/links/links-for-2009-05-27/" target="_blank">a few weeks ago</a>, but here are a few others to help you manage your widgets easily:</p>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://camp.woothemes.com/2009/06/creating-widgets-in-wordpress-2-8-with-the-widget-api/">Creating Widgets in WordPress 2.8 with the Widget API | WooCamp</a></div>
<div class="delicious-extended">A tutorial from Woothemes team, to teach you how to create your own WordPress widgets.</div>
</li>
<li>
<div class="delicious-link"><a href="http://feedproxy.google.com/~r/WordpressTavern/~3/6-YLPM9AFUw/kaspars-adds-widget-context-to-plugin-repository">Kaspars Adds Widget Context To Plugin Repository</a></div>
<div class="delicious-extended">Jeff speaks about two WordPress widget plugins, that can help you to specify where and when widgets are displayed within your WordPress theme. If you are looking for such a plugin, go have a look at Widget Logic and Widget context plugin, they cboth can be really useful!</div>
</li>
</ul>
<h2>Manage your newsletters</h2>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.blogperfume.com/plugin-create-newsletters-with-customized-layout/">Plugin: Create Newsletters with Customized Layout | WordPress Blogging | Blog Perfume</a></div>
<div class="delicious-extended">Another simple but yet great newsletter plugin for WordPress.</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2009-07-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 25/06</title>
		<link>http://werewp.com/links/links-for-2009-06-25/</link>
		<comments>http://werewp.com/links/links-for-2009-06-25/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 14:03:43 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2009-06-25/</guid>
		<description><![CDATA[There are lots of things to say about WordPress today! News First! Yummthemes debacle and what we think &#8211; From The Couch &#124; CSS Videos &#124; Video Tutorials &#124; Video Interviews Yesterday we saw quite a bit of activity on twitter about a new theme company, yummthemes, coming as a competitor to woothemes and Thesis [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<p>There are lots of things to say about WordPress today!</p>
<h2>News First!</h2>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.from-the-couch.com/post.cfm/title/yummthemes-debacle-and-what-we-think">Yummthemes debacle and what we think &#8211; From The Couch | CSS Videos | Video Tutorials | Video Interviews</a></div>
<div class="delicious-extended">Yesterday we saw <a title="search for Yummthemes on Twitter" href="https://twitter.com/#search?q=yummthemes" target="_blank">quite a bit of activity on twitter</a> about a new theme company, <a title="yummthemes" href="http://www.yummthemes.com" target="_blank">yummthemes</a>, coming as a competitor to woothemes and Thesis among others.<br />
One theme has been introduced so far, <a title="Osea WordPress theme" href="http://yummthemes.com/osea/" target="_blank">osea</a>, and it seems interesting even if we have no notions about the price or the conditions attached to that theme coming up in the middle of July.<br />
However the landing page announcing this new theme club seems a bit wrong to me, simply because it shows other WordPress theme developers as competitors when the WordPress community tries to avoid such approach by linking to each other and maintaining good relationship between themselves.<br />
Here is the opinion of the guys from the Couch! Make sure you check the comments as well as yummthemes&#8217; owner has expressed his opinion about all this!</div>
</li>
</ul>
<h2>Then some nice tutorials:</h2>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.catswhocode.com/blog/10-incredibly-cool-wordpress-shortcodes">10 incredibly cool WordPress shortcodes</a></div>
<div class="delicious-extended">Introduced in WordPress 2.5, shortcodes are a very easy way to display lot of things on your blog posts by inserting a very simple code.</div>
</li>
<li>
<div class="delicious-link"><a href="http://camp.woothemes.com/2009/06/creating-dashboard-widgets-in-two-easy-steps/">Creating Dashboard Widgets in Two Easy Steps | WooCamp</a></div>
<div class="delicious-extended">Creating Dashboard Widgets is an easy thing to do, and can add some professional finish to your theme! Check how to do on WooCamp!</div>
</li>
<li>
<div class="delicious-link"><a href="http://themeshaper.com/wordpress-theme-template-directory-structure-tutorial/">WordPress Theme Template &amp; Directory Structure</a></div>
<div class="delicious-extended">It&#8217;s time for another episode of the WordPress theme tutorial series by themeshaper.com. Today, we will speak about what has to be in your theme.</div>
</li>
</ul>
<p>And a nice WordPress theme:</p>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.elegantthemes.com/gallery/ephoto/">ElegantThemes &#8211; ePhoto WordPress Theme</a></div>
<div class="delicious-extended">ePhoto was created for those looking to turn their blog into a photo gallery</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2009-06-25/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

