<?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 for Web Citizen Magazine</title>
	<atom:link href="http://www.webcitizenmag.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webcitizenmag.com</link>
	<description>Web Design Tutorials &#38; Tips: HTML, CSS, PHP, Wordpress, jQuery, Expression Engine, SEO and more</description>
	<lastBuildDate>Wed, 15 Feb 2012 16:58:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC3</generator>
	<item>
		<title>Comment on How To Add Custom Styles To The WordPress Editor Dropdown by Jet</title>
		<link>http://www.webcitizenmag.com/2010/05/22/how-to-add-your-own-styles-to-the-wordpress-editor-dropdown/#comment-287</link>
		<dc:creator>Jet</dc:creator>
		<pubDate>Wed, 15 Feb 2012 16:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=97#comment-287</guid>
		<description>Try this by putting the code below into your functions file:

function yourprefix_tiny_mce_before_init( $init_array ) {
$init_array[&#039;theme_advanced_styles&#039;] = &quot;your_style=your_class;another_class=your_class2&quot;; // filter styles
$init_array[&#039;theme_advanced_blockformats&#039;] = &quot;p,h3,h4,h5&quot;; // filter formats
return $init_array;
}
add_filter( &#039;tiny_mce_before_init&#039;, &#039;yourprefix_tiny_mce_before_init&#039; );

Where &quot;your_style_name=your_class; another_style_name=your_class2&quot;; is where you add the class styles/names you want to appear in the tinyMCE Style dropdown.</description>
		<content:encoded><![CDATA[<p>Try this by putting the code below into your functions file:</p>
<p>function yourprefix_tiny_mce_before_init( $init_array ) {<br />
$init_array['theme_advanced_styles'] = &#8220;your_style=your_class;another_class=your_class2&#8243;; // filter styles<br />
$init_array['theme_advanced_blockformats'] = &#8220;p,h3,h4,h5&#8243;; // filter formats<br />
return $init_array;<br />
}<br />
add_filter( &#8216;tiny_mce_before_init&#8217;, &#8216;yourprefix_tiny_mce_before_init&#8217; );</p>
<p>Where &#8220;your_style_name=your_class; another_style_name=your_class2&#8243;; is where you add the class styles/names you want to appear in the tinyMCE Style dropdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Add Custom Styles To The WordPress Editor Dropdown by Dustin - WordPress Theme Reviewer</title>
		<link>http://www.webcitizenmag.com/2010/05/22/how-to-add-your-own-styles-to-the-wordpress-editor-dropdown/#comment-282</link>
		<dc:creator>Dustin - WordPress Theme Reviewer</dc:creator>
		<pubDate>Wed, 28 Dec 2011 20:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=97#comment-282</guid>
		<description>Thanks for this post. I&#039;m still having some issues adding custom styles, but am playing with it.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. I&#8217;m still having some issues adding custom styles, but am playing with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Top Parent Page ID In WordPress by Milap</title>
		<link>http://www.webcitizenmag.com/2010/05/20/how-to-get-top-parent-page-id-in-wordpress/#comment-281</link>
		<dc:creator>Milap</dc:creator>
		<pubDate>Mon, 19 Dec 2011 15:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=69#comment-281</guid>
		<description>hey , it worked perfectly for me..

Thanks  a lot...</description>
		<content:encoded><![CDATA[<p>hey , it worked perfectly for me..</p>
<p>Thanks  a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Highlight Current Category In WordPress Menu (wp_nav_menu) For Single Post Pages Using jQuery by ismael</title>
		<link>http://www.webcitizenmag.com/2010/05/23/how-to-highlight-current-category-in-wordpress-menu-for-single-post-pages-using-jquery/#comment-280</link>
		<dc:creator>ismael</dc:creator>
		<pubDate>Tue, 13 Dec 2011 16:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=71#comment-280</guid>
		<description>very usefull.
many tks</description>
		<content:encoded><![CDATA[<p>very usefull.<br />
many tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Add Custom Styles To The WordPress Editor Dropdown by gary dawson</title>
		<link>http://www.webcitizenmag.com/2010/05/22/how-to-add-your-own-styles-to-the-wordpress-editor-dropdown/#comment-269</link>
		<dc:creator>gary dawson</dc:creator>
		<pubDate>Thu, 10 Nov 2011 23:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=97#comment-269</guid>
		<description>does not work nor dpo any of the plugins listed here. somebody needs to write a functional plugin</description>
		<content:encoded><![CDATA[<p>does not work nor dpo any of the plugins listed here. somebody needs to write a functional plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Description Field To Images In WordPress by Marco Berrocal</title>
		<link>http://www.webcitizenmag.com/2010/06/12/add-description-field-to-images-in-wordpress/#comment-247</link>
		<dc:creator>Marco Berrocal</dc:creator>
		<pubDate>Thu, 20 Oct 2011 19:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=171#comment-247</guid>
		<description>I am kind of stuck on this as well. I need the description only for an image gallery and then use the attachments to the page to actually describe the galleries. Like a short code for a gallery, puts the id&#039;s of each image, and then it grabs the description and title for them.</description>
		<content:encoded><![CDATA[<p>I am kind of stuck on this as well. I need the description only for an image gallery and then use the attachments to the page to actually describe the galleries. Like a short code for a gallery, puts the id&#8217;s of each image, and then it grabs the description and title for them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Top Parent Page ID In WordPress by thecitizen</title>
		<link>http://www.webcitizenmag.com/2010/05/20/how-to-get-top-parent-page-id-in-wordpress/#comment-244</link>
		<dc:creator>thecitizen</dc:creator>
		<pubDate>Wed, 19 Oct 2011 03:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=69#comment-244</guid>
		<description>Thanks Dallon and Andy...was a typo. Has been fixed.</description>
		<content:encoded><![CDATA[<p>Thanks Dallon and Andy&#8230;was a typo. Has been fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check If Current Page Has Any Subpages in WordPress by John</title>
		<link>http://www.webcitizenmag.com/2010/05/14/check-if-current-page-has-any-child-subpages-in-wordpress/#comment-241</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 08 Oct 2011 00:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=46#comment-241</guid>
		<description>Big ups. This works great. has_subpage() should be built into WP.</description>
		<content:encoded><![CDATA[<p>Big ups. This works great. has_subpage() should be built into WP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Description Field To Images In WordPress by Alisa</title>
		<link>http://www.webcitizenmag.com/2010/06/12/add-description-field-to-images-in-wordpress/#comment-240</link>
		<dc:creator>Alisa</dc:creator>
		<pubDate>Tue, 27 Sep 2011 18:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=171#comment-240</guid>
		<description>I second that question.  If you don&#039;t enter the description with the original &quot;add image&quot;, when you edit the image, adding or changing a description is not an option.  Is editing html the only option?</description>
		<content:encoded><![CDATA[<p>I second that question.  If you don&#8217;t enter the description with the original &#8220;add image&#8221;, when you edit the image, adding or changing a description is not an option.  Is editing html the only option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Top Parent Page ID In WordPress by Adam</title>
		<link>http://www.webcitizenmag.com/2010/05/20/how-to-get-top-parent-page-id-in-wordpress/#comment-239</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 05 Sep 2011 00:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcitizenmag.com/?p=69#comment-239</guid>
		<description>I fail to see why you&#039;re passing the page id in as a parameter if you&#039;re not using it.  Is this a typo, or is there something magical happening here?</description>
		<content:encoded><![CDATA[<p>I fail to see why you&#8217;re passing the page id in as a parameter if you&#8217;re not using it.  Is this a typo, or is there something magical happening here?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

