<?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: Hybrid 0.7 survey results: Theme hooks</title>
	<atom:link href="http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks/feed" rel="self" type="application/rss+xml" />
	<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks</link>
	<description>A WordPress theme club</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:23:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sam</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4946</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 21 Oct 2009 21:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4946</guid>
		<description>I don&#039;t see any WP hook to remove or cancel the `comments_template()` function call.

`comments_template()` will always query the database for comments if it&#039;s called during a single post/Page request  -- you can check with var_dump or SAVEQUERIES -- it just won&#039;t include the comments template file if it finds zero comments.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any WP hook to remove or cancel the `comments_template()` function call.</p>
<p>`comments_template()` will always query the database for comments if it&#8217;s called during a single post/Page request  &#8212; you can check with var_dump or SAVEQUERIES &#8212; it just won&#8217;t include the comments template file if it finds zero comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: websiter</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4933</link>
		<dc:creator>websiter</dc:creator>
		<pubDate>Wed, 21 Oct 2009 05:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4933</guid>
		<description>I was asking about the subscription system. 
I might be wrong, but I don&#039;t think it comes with WordPress. 
So I suppose it&#039;s either a plug-in or a set of functions you made (that could be plug-in-able)...</description>
		<content:encoded><![CDATA[<p>I was asking about the subscription system.<br />
I might be wrong, but I don&#8217;t think it comes with WordPress.<br />
So I suppose it&#8217;s either a plug-in or a set of functions you made (that could be plug-in-able)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4929</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Wed, 21 Oct 2009 02:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4929</guid>
		<description>There&#039;s already a WordPress hook for that.  Plus, there&#039;s no need because the database isn&#039;t called if there are no comments.</description>
		<content:encoded><![CDATA[<p>There&#8217;s already a WordPress hook for that.  Plus, there&#8217;s no need because the database isn&#8217;t called if there are no comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4928</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Wed, 21 Oct 2009 02:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4928</guid>
		<description>I&#039;m not sure what &quot;notification system&quot; you&#039;re asking about.  Could you explain?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what &#8220;notification system&#8221; you&#8217;re asking about.  Could you explain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4879</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4879</guid>
		<description>Could you add a hook to control the showing of the comments template?

You could either convert the &lt;code&gt;comments_template()&lt;/code&gt; call to a default Hybrid action that could be moved or removed, or you could call it with a boolean filter like

&lt;code&gt;apply_filters( &#039;hybrid_show_comments&#039;, true ) and comments_template( &#039;&#039;, true );&lt;/code&gt;

to allow toggling it.

It would help publishers who don&#039;t use comments at all save a few database queries.</description>
		<content:encoded><![CDATA[<p>Could you add a hook to control the showing of the comments template?</p>
<p>You could either convert the <code>comments_template()</code> call to a default Hybrid action that could be moved or removed, or you could call it with a boolean filter like</p>
<p><code>apply_filters( 'hybrid_show_comments', true ) and comments_template( '', true );</code></p>
<p>to allow toggling it.</p>
<p>It would help publishers who don&#8217;t use comments at all save a few database queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: websiter</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4476</link>
		<dc:creator>websiter</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4476</guid>
		<description>Not sure if this is the right place to ask this... 
I noticed the notification system on themehybrid.com. I was wondering if that&#039;s already part of Hybrid Framework, where can it be enabled/disabled from and what would be the right way to do it.

If it&#039;s not, I&#039;m sure there&#039;s a lot of people who would cheer it&#039;s implementation.</description>
		<content:encoded><![CDATA[<p>Not sure if this is the right place to ask this&#8230;<br />
I noticed the notification system on themehybrid.com. I was wondering if that&#8217;s already part of Hybrid Framework, where can it be enabled/disabled from and what would be the right way to do it.</p>
<p>If it&#8217;s not, I&#8217;m sure there&#8217;s a lot of people who would cheer it&#8217;s implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4414</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4414</guid>
		<description>You&#039;ll have to ask over on the ThemeShaper forums about the &lt;em&gt;Thematic&lt;/em&gt; theme.  If you have questions about &lt;em&gt;Hybrid&lt;/em&gt;, post it here in the &lt;a href=&quot;http://themehybrid.com/support&quot; title=&quot;Theme Hybrid support forums&quot; rel=&quot;nofollow&quot;&gt;support forums&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll have to ask over on the ThemeShaper forums about the <em>Thematic</em> theme.  If you have questions about <em>Hybrid</em>, post it here in the <a href="http://themehybrid.com/support" title="Theme Hybrid support forums" rel="nofollow">support forums</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4412</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 08 Sep 2009 00:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4412</guid>
		<description>Is there a way to activate a Thematic sidebar (widget area) even if it’s currently empty of widgets?

I was trying to add a menu to the sidebar via the &lt;code&gt;hybrid_before_primary&lt;/code&gt; hook, but I realized the hook action isn&#039;t actually called unless there are widgets there already.

I guess I can write my own widget instead, if that&#039;s the way to do it.</description>
		<content:encoded><![CDATA[<p>Is there a way to activate a Thematic sidebar (widget area) even if it’s currently empty of widgets?</p>
<p>I was trying to add a menu to the sidebar via the <code>hybrid_before_primary</code> hook, but I realized the hook action isn&#8217;t actually called unless there are widgets there already.</p>
<p>I guess I can write my own widget instead, if that&#8217;s the way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4411</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Mon, 07 Sep 2009 23:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4411</guid>
		<description>WordPress already has like three different hooks for disabling widget areas.  This is a topic that&#039;s been covered several times in the support forums.</description>
		<content:encoded><![CDATA[<p>WordPress already has like three different hooks for disabling widget areas.  This is a topic that&#8217;s been covered several times in the support forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://themehybrid.com/archives/2009/08/hybrid-07-survey-results-theme-hooks#comment-4408</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 07 Sep 2009 22:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://themehybrid.com/?p=992#comment-4408</guid>
		<description>A &lt;code&gt;is_sidebar_active&lt;/code&gt; filter allowing a child theme or plugin to activate or deactivate sidebars independently of the widgets inside them would be very useful.

Thank you for your work on this terrific theme.</description>
		<content:encoded><![CDATA[<p>A <code>is_sidebar_active</code> filter allowing a child theme or plugin to activate or deactivate sidebars independently of the widgets inside them would be very useful.</p>
<p>Thank you for your work on this terrific theme.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
