<?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>Ruben Sargsyan &#187; widget</title>
	<atom:link href="http://rubensargsyan.com/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubensargsyan.com</link>
	<description>Personal Website</description>
	<lastBuildDate>Thu, 03 May 2012 21:02:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Modify the categories from WordPress default widget &#8220;Categories&#8221;</title>
		<link>http://rubensargsyan.com/modify-the-categories-from-wordpress-default-widget-categories/</link>
		<comments>http://rubensargsyan.com/modify-the-categories-from-wordpress-default-widget-categories/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 17:16:34 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=624</guid>
		<description><![CDATA[I have a post about how to exclude the categories from WordPress default widget &#8220;Categories&#8221;. Now I&#8217;d like to bring to your attention how to modify the categories from WordPress default widget &#8220;Categories&#8221; for the users who probably doesn&#8217;t know WordPress coding so good. The solution is the following: add this code in the file [...]]]></description>
			<content:encoded><![CDATA[<p>I have a post about <a href="http://rubensargsyan.com/exclude-categories-from-the-default-widget-categories/" target="_blank">how to exclude the categories from WordPress default widget &#8220;Categories&#8221;</a>. Now I&#8217;d like to bring to your attention how to modify the categories from WordPress default widget &#8220;Categories&#8221; for the users who probably doesn&#8217;t know WordPress coding so good.<span id="more-624"></span> The solution is the following: add this code in the file functions.php of the using theme:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000000; font-weight: bold;">function</span> modify_widget_categories<span style="color: #009900;">&#40;</span><span style="color: #000088;">$args</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$include</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;3,6,18&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// The IDs of the including categories</span>
  <span style="color: #000088;">$args</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;include&quot;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$include</span> <span style="color: #339933;">;</span>
&nbsp;
  <span style="color: #000088;">$args</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;hide_empty&quot;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// If it is 0 it will show the empty categories as well</span>
&nbsp;
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$args</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;widget_categories_args&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;modify_widget_categories&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>You can find the full list of parameters to modify the widget categories here: <a href="http://codex.wordpress.org/Function_Reference/get_categories#Default_Usage" target="_blank">http://codex.wordpress.org/Function_Reference/get_categories#Default_Usage<br />
</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/modify-the-categories-from-wordpress-default-widget-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugin &#8220;Greetings&#8221; new 1.1 version</title>
		<link>http://rubensargsyan.com/wordpress-plugin-greetings-new-1-1-version/</link>
		<comments>http://rubensargsyan.com/wordpress-plugin-greetings-new-1-1-version/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 18:19:37 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[greetings]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=551</guid>
		<description><![CDATA[The new version of WordPress plugin &#8220;Greetings&#8221; 1.1 is created. The following updates have been done in this version: 1. Changed some deprecated functions. 2. Now the avatars of the greetings authors can be shown. Plugin Homepage]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress plugin &#8220;Greetings&#8221; 1.1 is created. The following updates have been done in this version:<span id="more-551"></span></p>
<p>1. Changed some deprecated functions.<br />
2. Now the avatars of the greetings authors can be shown.</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-greetings/">Plugin Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/wordpress-plugin-greetings-new-1-1-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress plugin &#8220;The Last Comment&#8221;</title>
		<link>http://rubensargsyan.com/wordpress-plugin-the-last-comment/</link>
		<comments>http://rubensargsyan.com/wordpress-plugin-the-last-comment/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 21:26:30 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=540</guid>
		<description><![CDATA[This widget plugin shows the last comment of the WordPress blog in the sidebar. Download the plugin If you find this plugin useful to you, please consider making a small donation to help contribute to further development. Thanks for your kind support!]]></description>
			<content:encoded><![CDATA[<p>This widget plugin shows the last comment of the WordPress blog in the sidebar.<span id="more-540"></span></p>
<p><a href="http://rubensargsyan.com/wp-content/uploads/2010/12/screenshot-11.png"><img src="http://rubensargsyan.com/wp-content/uploads/2010/12/screenshot-11.png" alt="" title="screenshot-1" width="500" height="334" class="aligncenter size-full wp-image-541" /></a></p>
<h2><a href="http://downloads.wordpress.org/plugin/the-last-comment.zip">Download the plugin</a></h2>
<p>If you find this plugin useful to you, please consider making a small donation to help contribute to further development. Thanks for your kind support!<br />
<a href="http://rubensargsyan.com/donate/"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" alt="Donate" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/wordpress-plugin-the-last-comment/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress plugin &#8220;Most Commenting Visitors&#8221; new 1.3 version</title>
		<link>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-3-version/</link>
		<comments>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-3-version/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 17:41:15 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=392</guid>
		<description><![CDATA[The new version of WordPress plugin &#8220;Most Commenting Visitors&#8221; 1.3. is created. The following updates have been done in this version: 1. Now you can set the start date from which the plugin will count the numbers of comments. Plugin Homepage]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress plugin &#8220;Most Commenting Visitors&#8221; 1.3. is created. The following updates have been done in this version:<span id="more-392"></span></p>
<p>1. Now you can set the start date from which the plugin will count the numbers of comments.</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors/">Plugin Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-3-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugin &#8220;Most Commenting Visitors&#8221; new 1.2 version</title>
		<link>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-2-version/</link>
		<comments>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-2-version/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:34:31 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=329</guid>
		<description><![CDATA[The new version of WordPress plugin &#8220;Most Commenting Visitors&#8221; 1.2. is created. The following updates have been done in this version: 1. This version ignores the following types of comments: trackback and pingback. Plugin Homepage]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress plugin &#8220;Most Commenting Visitors&#8221; 1.2. is created. The following updates have been done in this version:<span id="more-329"></span></p>
<p>1. This version ignores the following types of comments: trackback and pingback.</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors/">Plugin Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-2-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugin &#8220;Most Commenting Visitors&#8221; new 1.1 version</title>
		<link>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-1-version/</link>
		<comments>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-1-version/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:59:34 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=309</guid>
		<description><![CDATA[The new version of WordPress plugin &#8220;Most Commenting Visitors&#8221; 1.1. is created. The following updates have been done in this version: 1. Now you can exclude visitors from most commenting visitors by their emails. Plugin Homepage]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress plugin &#8220;Most Commenting Visitors&#8221; 1.1. is created. The following updates have been done in this version:<span id="more-309"></span></p>
<p>1. Now you can exclude visitors from most commenting visitors by their emails.</p>
<p><a href="http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors/">Plugin Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors-new-1-1-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exclude categories from the default widget &#8220;Categories&#8221;</title>
		<link>http://rubensargsyan.com/exclude-categories-from-the-default-widget-categories/</link>
		<comments>http://rubensargsyan.com/exclude-categories-from-the-default-widget-categories/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 08:37:51 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=298</guid>
		<description><![CDATA[When building a WordPress site, there are a lot of different bits and bobs to put in place before the theme, and your site, is up and running. Of course, one of the most important parts of your site are your widgets, as they help to provide useful links and sections down your sidebars for [...]]]></description>
			<content:encoded><![CDATA[<p>When building a WordPress  site, there are a lot of different bits and bobs to put in place before the theme, and your site, is up and running. Of course, one of the most important parts of your site are your widgets, as they help to provide useful links and sections down your sidebars for any new visitors. Of course, one of the most common, especially if you&#8217;re a site with blog or journalistic content, is going to be your categories list.</p>
<p>So, say you&#8217;ve got some categories you use privately so you know which posts you used to talk about your IMAP email server, and which ones you used to talk about the times you play Foxy bingo <strong>(<a href="http://www.foxybingo.com/" target="_blank">www.foxybingo.com</a>)</strong>. If you don&#8217;t want these categories to show up, but you do want &#8220;everyday&#8221;, &#8220;going out&#8221;, &#8220;thoughts on politics&#8221; and such to show without costing you the entire widget, there is a solution. Read on to learn how to sort this issue.<span id="more-298"></span></p>
<p>To exclude categories from WordPress default widget &#8220;Categories&#8221;, add this code in the file functions.php of the using theme:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000000; font-weight: bold;">function</span> exclude_widget_categories<span style="color: #009900;">&#40;</span><span style="color: #000088;">$args</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$exclude</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;3,6,18&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// The IDs of the excluding categories</span>
  <span style="color: #000088;">$args</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;exclude&quot;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$exclude</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$args</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;widget_categories_args&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;exclude_widget_categories&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>The method to exclude the categories from the widget is better, as it is in the file of the theme and it will work after the updating WordPress versions.</p>
<p>After the widget, time to deal with your hosting. Learn more about <a href="https://secure1.inmotionhosting.com/cgi-bin/gby/clickthru.cgi?id=rubensargsyan" target="_blank" rel="nofollow">one of the best wordpress host</a> providers at <a href="https://secure1.inmotionhosting.com/cgi-bin/gby/clickthru.cgi?id=rubensargsyan" target="_blank" rel="nofollow">InMotionHosting.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/exclude-categories-from-the-default-widget-categories/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WordPress plugin &#8220;Most Commenting Visitors&#8221;</title>
		<link>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors/</link>
		<comments>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 18:29:12 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=289</guid>
		<description><![CDATA[This is a widget plugin which helps to display the visitors who left the most number of comments in the WordPress blog. Download the plugin If you find this plugin useful to you, please consider making a small donation to help contribute to further development. Thanks for your kind support!]]></description>
			<content:encoded><![CDATA[<p>This is a widget plugin which helps to display the visitors who left the most number of comments in the WordPress blog.<span id="more-289"></span></p>
<p><img src="http://rubensargsyan.com/wp-content/uploads/2010/02/screenshot-11.png" alt="screenshot-1" title="screenshot-1" width="500" height="168" class="aligncenter size-full wp-image-292" /></p>
<h2><a href="http://downloads.wordpress.org/plugin/most-commenting-visitors.zip">Download the plugin</a></h2>
<p>If you find this plugin useful to you, please consider making a small donation to help contribute to further development. Thanks for your kind support!<br />
<a href="http://rubensargsyan.com/donate/"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" alt="Donate" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/wordpress-plugin-most-commenting-visitors/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress plugin &#8220;Greetings&#8221;</title>
		<link>http://rubensargsyan.com/wordpress-plugin-greetings/</link>
		<comments>http://rubensargsyan.com/wordpress-plugin-greetings/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 19:58:19 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[greetings]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=190</guid>
		<description><![CDATA[Any occasion to receive greetings? So, this plugin is just for you! This Widget plugin shows a greeting image which would be uploaded for the occasion and a pop up form for receiving the greetings. It is possible to show the greetings in any post or page. In administrator panel you can do the following: [...]]]></description>
			<content:encoded><![CDATA[<p>Any occasion to receive greetings? So, this plugin is just for you! This Widget plugin shows a greeting image which would be uploaded for the occasion and a pop up form for receiving the greetings. It is possible to show the greetings in any post or page.<span id="more-190"></span></p>
<p><img class="aligncenter size-full wp-image-191" title="screenshot-1" src="http://rubensargsyan.com/wp-content/uploads/2009/12/screenshot-1.png" alt="screenshot-1" width="500" height="286" /></p>
<p><img class="aligncenter size-full wp-image-192" title="screenshot-2" src="http://rubensargsyan.com/wp-content/uploads/2009/12/screenshot-2.png" alt="screenshot-2" width="500" height="257" /></p>
<p><a href="http://rubensargsyan.com/wp-content/uploads/2009/12/screenshot-31.png"><img class="aligncenter size-full wp-image-553" title="screenshot-3" src="http://rubensargsyan.com/wp-content/uploads/2009/12/screenshot-31.png" alt="" width="500" height="112" /></a></p>
<p>In administrator panel you can do the following:<br />
1. Configure options<br />
2. Approve, unapprove and delete the greetings<br />
3. Upload the images, one of which will be shown random by widget.</p>
<p><img class="aligncenter size-full wp-image-194" title="screenshot-4" src="http://rubensargsyan.com/wp-content/uploads/2009/12/screenshot-4.png" alt="screenshot-4" width="500" height="186" /></p>
<p><img class="aligncenter size-full wp-image-195" title="screenshot-5" src="http://rubensargsyan.com/wp-content/uploads/2009/12/screenshot-5.png" alt="screenshot-5" width="500" height="272" /></p>
<h3 style="text-align: center;"><strong>I wish you to have many occasions to recieve greetings!!!</strong></h3>
<h2><a href="http://downloads.wordpress.org/plugin/greetings.zip">Download the plugin</a></h2>
<p>If you find this plugin useful to you, please consider making a small donation to help contribute to further development. Thanks for your kind support!<br />
<a href="http://rubensargsyan.com/donate/"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" alt="Donate" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/wordpress-plugin-greetings/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

