<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>WPBeginner &#187; WordPress Plugins</title>
	<atom:link href="http://www.wpbeginner.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:37:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.wpbeginner.com/?pushpress=hub'/>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Show Your Latest Pinterest Pins in WordPress Sidebar Widgets</title>
		<link>http://www.wpbeginner.com/plugins/how-to-show-your-latest-pinterest-pins-in-wordpress-sidebar-widgets/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-show-your-latest-pinterest-pins-in-wordpress-sidebar-widgets/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:23:12 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[display latest pinterest pins in wordpress]]></category>
		<category><![CDATA[how to add latest pinterest pins in wordpress sidebar]]></category>
		<category><![CDATA[how to show your latest pinterest pins in wordpress]]></category>
		<category><![CDATA[pinterest]]></category>
		<category><![CDATA[pinterest rss widget for wordpress]]></category>
		<category><![CDATA[showing latest pinterest pins in wordpress]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=5160</guid>
		<description><![CDATA[<p>Few days ago, we showed you how to add the Pinterest &#8220;Pin It&#8221; button in your WordPress blog. We are seeing more and more people joining Pinterest every day. Some of you might even want to show your latest pins in your sidebar. Well, in this article, we will show you an easy way to displaying your latest pinterest pins in your sidebar or any other dynamic widgets area. First thing you need to do is install and activate the...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-show-your-latest-pinterest-pins-in-wordpress-sidebar-widgets/">How to Show Your Latest Pinterest Pins in WordPress Sidebar Widgets</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>Few days ago, we showed you <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-pinterest-pin-it-button-in-your-wordpress-blog/" title="How to Add the Pinterest Pin It Button in WordPress Blogs">how to add the Pinterest &#8220;Pin It&#8221; button in your WordPress blog</a>. We are seeing more and more people joining <a href="http://pinterest.com/syedbalkhi" title="Pinterest" target="_blank">Pinterest</a> every day. Some of you might even want to show your latest pins in your sidebar. Well, in this article, we will show you an easy way to displaying your latest pinterest pins in your sidebar or any other dynamic widgets area. </p>
<p>First thing you need to do is install and activate the <a href="http://wordpress.org/extend/plugins/pinterest-rss-widget/" title="Pinterest RSS Widget" target="_blank" rel="nofollow">Pinterest RSS Widget plugin</a>. After installation, simply go to Appearance &raquo; Widgets. There will be a widget called  Pinterest RSS Widget. Drag it in the appropriate widget area, and configure the settings.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/pinterestrsswidget.gif" alt="Pinterest RSS Widget for WordPress" title="Pinterest RSS Widget for WordPress" width="520" height="480" class="alignnone size-full wp-image-5161" /></p>
<p>You can customize the size of your thumbnails. You can also choose to display the titles below the images or not. </p>
<p>If you want to show the Pinterest Pins on a post or a page, then you can do that using the following shortcode:</p>
<p>[prw username="syedbalkhi" maxfeeds="10" divname="myList" printtext="0" target="newwindow" useenclosures="yes" thumbwidth="100" thumbheight="100" showfollow="medium"]</p>
<p>If you want to show the Pinterest Pins in your theme by hard coding it, you can also do that using this plugin. Simply add the following codes wherever you want to display the latest pins:</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php get_pins_feed_list($username, $maxfeeds, $divname, $printtext, $target, $useenclosures, $thumbwidth, $thumbheight, $showfollow); ?&gt;
</pre>
<p>The parameters are:</p>
<ul>
<li><strong>username</strong> is the Pinterest username you wish to display Pins from (mandatory)</li>
<li><strong>maxfeeds</strong> is the maximum number of Pins to display (optional, default = 25)</li>
<li><strong>divname</strong> is a name suffix for the list class. &#8220;myList&#8221; will become &#8220;pins-feed-myList&#8221; (optional)</li>
<li><strong>printtext</strong> must be 1 if you want the first few words of the Pin description to be printed below the thumbnail (optional)</li>
<li><strong>target</strong> is &#8220;samewindow&#8221; or &#8220;newwindow&#8221;, depending on where you want links to open (optional, default = samewindow)</li>
<li><strong>useenclosures</strong> is &#8220;yes&#8221; or &#8220;no&#8221; (optional, default = yes). Use this if you don&#8217;t want to use the tag in the feed and force the script to find an image
<li>link in the feed item description.</li>
<li><strong>thumbwidth</strong> is a number that will set the width in pixels of the Pin&#8217;s thumbnail (optional, default = 150)</li>
<li><strong>thumbheight</strong> is a number that will set the height in pixels of the Pin&#8217;s thumbnail (optional, default = 150)</li>
<li><strong>showfollow</strong> is &#8220;large&#8221;, &#8220;medium&#8221;, &#8220;small&#8221;, &#8220;tiny&#8221; or &#8220;none&#8221; (optional, default = none). Use this if you want to show the &#8220;Follow Me On Pinterest&#8221; button below the thumbnails. Select the size that best fits the space allowed (&#8220;large&#8221; is 156&#215;26, &#8220;medium&#8221; is 78&#215;26, &#8220;small&#8221; is the square 61&#215;61 logo, and &#8220;tiny&#8221; is the 16&#215;16 logo.)</li>
</ul>
<p>When installing this plugin, we ran into the issue of images not showing up. Thankfully, it is a known issue and the author has already covered it into the FAQ&#8217;s section of the plugin. If your images are not showing up, then below are the possible solutions:</p>
<ul>
<li>TimThumb requires the GD library, which is available on any host sever with PHP 4.3+ installed. Make sure your host has this installed (most do).</li>
<li>Once installed and in-use, TimThumb will automatically create a /prw_tmp/ subfolder in your/ wp-content/uploads/ directory with proper write-permissions. If your host server doesn&#8217;t allow this by default, be sure to manually create the /prw_tmp/ subfolder in your/ wp-content/uploads/ directory and set the /prw_tmp/ folder permissions to 755. If this still doesn&#8217;t work, try setting the /cache/ folder permissions to 777.</li>
<li>Known issue with timthumb.php on <a href="http://www.wpbeginner.com/refer/hostgator" style="" target="_blank" rel="nofollow" onmouseover="self.status='Host Gator - Best Web Host for WordPress';return true;" onmouseout="self.status=''">Hostgator</a>: If your website is hosted on <a href="http://www.wpbeginner.com/refer/hostgator" style="" target="_blank" rel="nofollow" onmouseover="self.status='Host Gator - Best Web Host for WordPress';return true;" onmouseout="self.status=''">Hostgator</a>, you may need to contact <a href="http://www.wpbeginner.com/refer/hostgator" style="" target="_blank" rel="nofollow" onmouseover="self.status='Host Gator - Best Web Host for WordPress';return true;" onmouseout="self.status=''">HostGator</a> to request &#8220;mod_security whitelisting&#8221;. More info here: <a href="http://support.hostgator.com/articles/specialized-help/technical/timthumb-basics" title="TimThumb Hostgator" target="_blank" rel="nofollow">http://support.hostgator.com/articles/specialized-help/technical/timthumb-basics</a></li>
</ul>
<p>Download <a href="http://wordpress.org/extend/plugins/pinterest-rss-widget/" title="Pinterest RSS Widget" target="_blank" rel="nofollow">Pinterest RSS Widget plugin</a></p>
<p><strong>P.S. Don&#8217;t forget to <a href="http://pinterest.com/syedbalkhi" title="Pinterest" target="_blank">follow Syed on Pinterest</a></strong></p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-show-your-latest-pinterest-pins-in-wordpress-sidebar-widgets/">How to Show Your Latest Pinterest Pins in WordPress Sidebar Widgets</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-show-your-latest-pinterest-pins-in-wordpress-sidebar-widgets/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/pinterestrsswidget-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/pinterestrsswidget.gif" medium="image">
			<media:title type="html">Pinterest RSS Widget for WordPress</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/pinterestrsswidget-150x150.gif" />
		</media:content>
	</item>
		<item>
		<title>How to Show Weather Forecast in Your WordPress</title>
		<link>http://www.wpbeginner.com/plugins/how-to-show-weather-forecast-in-your-wordpress/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-show-weather-forecast-in-your-wordpress/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 18:31:19 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[how to auto-detect user location to show weather in wordpress]]></category>
		<category><![CDATA[how to display weather in wordpress]]></category>
		<category><![CDATA[how to show weather forecast in wordpress]]></category>
		<category><![CDATA[weather forecast in wordpress]]></category>
		<category><![CDATA[weather in wordpress]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=5151</guid>
		<description><![CDATA[<p>Recently one of our users asked us if there was an easy way for her to display local weather on her blog. After doing some research, we found that there were tons of plugins available that will let you display weather forecast in WordPress. In this article, we will share two plugins that will let you show daily weather forecast in your WordPress blog. WP Google Weather The reason why we picked this plugin was its ease of installation. Unlike...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-show-weather-forecast-in-your-wordpress/">How to Show Weather Forecast in Your WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>Recently one of our users asked us if there was an easy way for her to display local weather on her blog. After doing some research, we found that there were tons of plugins available that will let you display weather forecast in WordPress. In this article, we will share two plugins that will let you show daily weather forecast in your WordPress blog.</p>
<h4><a href="http://wordpress.org/extend/plugins/wp-google-weather/" title="WP Google Weather" target="_blank" rel="nofollow">WP Google Weather</a></h4>
<p>The reason why we picked this plugin was its ease of installation. Unlike many other plugins, this plugin does not require you to signup with a third-party service to get an API. Also, this plugin does not require any link backs on the front end.</p>
<p>All you have to do is install and activate <a href="http://wordpress.org/extend/plugins/wp-google-weather/" title="WP Google Weather" target="_blank" rel="nofollow">WP Google Weather</a>. Then go to Appearance &raquo; Widgets. Then simply drag the WP Google Weather widget into the Sidebar. Enter the title of the widget, location, which language the display should be in, which unit the display should be in, and whether you want to show just today&#8217;s weather or the 3 day forecast. </p>
<p>Here is how the settings and the front-end display looks:</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/wp-google-weather.gif" alt="WP Google Weather" title="WP Google Weather" width="520" height="312" class="alignnone size-full wp-image-5152" /> </p>
<p>The front-end display is not the best however it can be customized to your liking. All you have to do is edit your stylesheet.</p>
<h4><a href="http://wordpress.org/extend/plugins/weather-and-weather-forecast-widget/" title="Weather and Weather Forecast Widget" target="_blank" rel="nofollow">Weather and Weather Forecast Widget</a></h4>
<p>This plugin comes with a lot of options. It allows you to use the services like Wunderground and World Weather Online API to get your data. This plugin also has the auto-detect option for location, but you need to signup for another API service for that. The biggest downside in our eyes is that it is mandatory for you to display the link to the provider otherwise your API can be terminated. All those companies do have monthly paid API options where you can remove their link back.</p>
<p>First thing you need to do is install and activate <a href="http://wordpress.org/extend/plugins/weather-and-weather-forecast-widget/" title="Weather and Weather Forecast Widget" target="_blank" rel="nofollow">Weather and Weather Forecast Widget</a>. Then go to Appearance &raquo; Widgets. Drag the GoGadget Weather Widget. Fill out all the settings. There are tons of options.</p>
<p>Here is how the preview looks:</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/weatherforecast.gif" alt="Weather Forecast Widget" title="Weather Forecast Widget" width="520" height="300" class="alignnone size-full wp-image-5153" /></p>
<p>Although the preview looks a lot nicer, the data powered by link is a really big turn down for us.</p>
<p>We hope that you like these plugins. If you know of a better plugin, then feel free to suggest it in the comments.</p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-show-weather-forecast-in-your-wordpress/">How to Show Weather Forecast in Your WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-show-weather-forecast-in-your-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/wp-google-weather-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/wp-google-weather.gif" medium="image">
			<media:title type="html">WP Google Weather</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/wp-google-weather-150x150.gif" />
		</media:content>
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/weatherforecast.gif" medium="image">
			<media:title type="html">Weather Forecast Widget</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/weatherforecast-150x150.gif" />
		</media:content>
	</item>
		<item>
		<title>How to Create a Blogging Checklist in WordPress</title>
		<link>http://www.wpbeginner.com/plugins/how-to-create-a-blogging-checklist-in-wordpress/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-create-a-blogging-checklist-in-wordpress/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:59:35 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[blog checklist]]></category>
		<category><![CDATA[blogging checklist]]></category>
		<category><![CDATA[blogging checklist in wordpress]]></category>
		<category><![CDATA[blogging checklist plugin for wordpress]]></category>
		<category><![CDATA[writing checklist wordpress]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=5110</guid>
		<description><![CDATA[<p>Whether you have a multi-author blog or a single-author blog, a checklist is something that everyone needs. When writing we often make careless mistakes. Often we go live with those changes and have our users point out the errors. Sometimes the error in the post goes uncaught for weeks. Well that is when you need a checklist can come handy. Checklist can serve as a list of reminders that you set for yourself before you publish a post. Most folks...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-create-a-blogging-checklist-in-wordpress/">How to Create a Blogging Checklist in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>Whether you have a multi-author blog or a single-author blog, a checklist is something that everyone needs. When writing we often make careless mistakes. Often we go live with those changes and have our users point out the errors. Sometimes the error in the post goes uncaught for weeks. Well that is when you need a checklist can come handy. Checklist can serve as a list of reminders that you set for yourself before you publish a post. Most folks just create a PDF checklist for their authors and send it to them via email. Some utilize services like Google Docs or even a project management platform. In this article, we will show you how to create a blogging checklist in WordPress.</p>
<p>First you need to install and activate the plugin called <a href="http://wordpress.org/extend/plugins/blogging-checklist/" title="Blogging Checklist" target="_blank" rel="nofollow">Blogging Checklist</a>. Upon activation, a new menu &#8220;Blogging Checklist&#8221; will appear under the Settings tab.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/bloggingchecklistsetting.gif" alt="Blogging Checklist Settings" title="Blogging Checklist Settings" width="520" height="422" class="alignnone size-full wp-image-5111" /></p>
<p>You can add whatever you like in to your checklist. There are examples to copy and paste on the checklist screen. Once you click save changes, then your checklist will be visible on the post write page.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/bloggingchecklist.gif" alt="Blogging Checklist" title="Blogging Checklist" width="520" height="185" class="alignnone size-full wp-image-5112" /></p>
<p>One of the downside of this plugin is that it does not store any of the checklist data. So lets say you did 3 out of 5 things on the checklist and you reload the page, it will reset all boxes. It would be great if this plugin can actually store the data and not let the user hit publish until all boxes are checked.</p>
<p><a href="http://wordpress.org/extend/plugins/blogging-checklist/" title="Blogging Checklist" target="_blank" rel="nofollow">Download Blogging Checklist</a></p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-create-a-blogging-checklist-in-wordpress/">How to Create a Blogging Checklist in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-create-a-blogging-checklist-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/bloggingchecklistsetting-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/bloggingchecklistsetting.gif" medium="image">
			<media:title type="html">Blogging Checklist Settings</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/bloggingchecklistsetting-150x150.gif" />
		</media:content>
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/bloggingchecklist.gif" medium="image">
			<media:title type="html">Blogging Checklist</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/bloggingchecklist-150x150.gif" />
		</media:content>
	</item>
		<item>
		<title>How to Add Google Fonts in WordPress Post Editor</title>
		<link>http://www.wpbeginner.com/plugins/how-to-add-google-fonts-in-wordpress-post-editor/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-add-google-fonts-in-wordpress-post-editor/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:57:06 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[add google webfonts to wordpress]]></category>
		<category><![CDATA[google webfonts for wordpress]]></category>
		<category><![CDATA[how to add google webfonts to wordpress]]></category>
		<category><![CDATA[supreme google webfonts]]></category>
		<category><![CDATA[supreme google webfonts for wordpress]]></category>
		<category><![CDATA[supreme google webfonts plugin for wordpress]]></category>
		<category><![CDATA[wordpress google webfonts]]></category>
		<category><![CDATA[wordpress supreme google webfonts plugin]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4813</guid>
		<description><![CDATA[<p>Fonts are one of the most important aspects of your WordPress blog, and in case you didn&#8217;t know Google has a library of about 300 webfonts that you can use on your WordPress site. Because they are hosted on Google&#8217;s servers they load quickly and they are also open source so you are free to use them as you wish. In this article we are going to show you how to easily access these fonts by using a plugin. First...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-add-google-fonts-in-wordpress-post-editor/">How to Add Google Fonts in WordPress Post Editor</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>Fonts are one of the most important aspects of your WordPress blog, and in case you didn&#8217;t know Google has a library of about 300 webfonts that you can use on your WordPress site. Because they are hosted on Google&#8217;s servers they load quickly and they are also open source so you are free to use them as you wish. In this article we are going to show you how to easily access these fonts by using a plugin.</p>
<p>First thing you need to do is install and activate <a href="http://wordpress.org/extend/plugins/supreme-google-webfonts/" title="Supreme Google Webfonts Plugin for WordPress" target="_blank" rel="nofollow">Supreme Google Webfonts Plugin for WordPress</a>.</p>
<p>Once you have activated it, if you go to your post editor you will find an extra column at the top with a drop down list for choosing fonts.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/googlefonts.png" alt="Supreme Google Webfonts" title="Supreme Google Webfonts" width="520" height="328" class="alignnone size-full wp-image-5092" /></p>
<p>You might notice that there is a second drop-down for choosing font-size as well. Also, if you are using WordPress multisite, don&#8217;t worry, the plugin can be activated on all of your blogs.</p>
<p><a href="http://wordpress.org/extend/plugins/supreme-google-webfonts/screenshots/" title="Supreme Google Webfonts" target="_blank" rel="nofollow">Download Supreme Google Webfonts for WordPress here.</a></p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-add-google-fonts-in-wordpress-post-editor/">How to Add Google Fonts in WordPress Post Editor</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-add-google-fonts-in-wordpress-post-editor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/googlefonts-150x150.png" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/googlefonts.png" medium="image">
			<media:title type="html">Supreme Google Webfonts</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2012/01/googlefonts-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>How to Track Site or Network-wide User Activity in WordPress</title>
		<link>http://www.wpbeginner.com/plugins/how-to-track-site-or-network-wide-user-activity-in-wordpress/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-track-site-or-network-wide-user-activity-in-wordpress/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 15:29:37 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[monitor user activity]]></category>
		<category><![CDATA[threewp activity monitor]]></category>
		<category><![CDATA[user activity monitor]]></category>
		<category><![CDATA[user activity monitor plugin for wordpress]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=5039</guid>
		<description><![CDATA[<p>Have you ever managed a multi-author blog or a network of blogs? Things can get chaotic when there are that many users making changes. Yes, WordPress post drafts keep records of who changed what, but it is really hard for an administrator to keep track of all of these activities. We ran into this problem recently, so we looked around to find a solution. And you know when they say &#8220;There&#8217;s a Plugin for That&#8221;, yup there is. In this...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-track-site-or-network-wide-user-activity-in-wordpress/">How to Track Site or Network-wide User Activity in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>Have you ever managed a multi-author blog or a network of blogs? Things can get chaotic when there are that many users making changes. Yes, WordPress post drafts keep records of who changed what, but it is really hard for an administrator to keep track of all of these activities. We ran into this problem recently, so we looked around to find a solution. And you know when they say &#8220;There&#8217;s a Plugin for That&#8221;, yup there is. In this article, we will show you how you can track and display site or network-wide user activity in WordPress.</p>
<p>We will do this using a free plugin called <a href="http://wordpress.org/extend/plugins/threewp-activity-monitor/" title="ThreeWP Activity Monitor" target="_blank" rel="nofollow">ThreeWP Activity Monitor</a>. The plugin displays the following activity to the administrators: </p>
<ul>
<li>Logins (successful and failed)</li>
<li>Retrieved and reset passwords</li>
<li>Posts/pages created, updated, trashed, untrashed and deleted</li>
<li>Comments approved, trashed, spammed, unspammed, trashed, untrashed and deleted</li>
<li>Changed passwords</li>
<li>Changed user info</li>
<li>User registrations</li>
<li>User deletions</li>
<li>Custom activities from other plugins</li>
</ul>
<p>It also keeps track of the latest login times and displays a column in the user overviews. Once you install and activate it, a new option will be added under the Dashboard tab.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/threewpactivitymonitor1.gif" alt="ThreeWP Activity Monitor" title="ThreeWP Activity Monitor" width="520" height="421" class="alignnone size-full wp-image-5043" /></p>
<p>This is also a good plugin for the security of your blog because you can monitor if anything unusual happens.</p>
<p><a href="http://wordpress.org/extend/plugins/threewp-activity-monitor/" title="ThreeWP Activity Monitor" target="_blank" rel="nofollow">Get ThreeWP Activity Monitor</a></p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-track-site-or-network-wide-user-activity-in-wordpress/">How to Track Site or Network-wide User Activity in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-track-site-or-network-wide-user-activity-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/threewpactivitymonitor1-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/threewpactivitymonitor1.gif" medium="image">
			<media:title type="html">ThreeWP Activity Monitor</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/threewpactivitymonitor1-150x150.gif" />
		</media:content>
	</item>
		<item>
		<title>How to Allow PHP in WordPress Posts and Pages</title>
		<link>http://www.wpbeginner.com/plugins/how-to-allow-php-in-wordpress-posts-and-pages/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-allow-php-in-wordpress-posts-and-pages/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 15:26:05 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[allow php in pages]]></category>
		<category><![CDATA[allow php in posts]]></category>
		<category><![CDATA[allow php in wordpress pages]]></category>
		<category><![CDATA[allow php in wordpress posts]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=5007</guid>
		<description><![CDATA[<p>By default, you cannot execute PHP in WordPress posts and pages. We have made it a rule of thumb to never execute PHP in our posts and pages either because it can be hectic to change things in the future. A better practice would be to edit the WordPress theme by creating a custom page template, or single post template. However for some users, it may be necessary to execute PHP in WordPress posts. We couldn&#8217;t find a need for...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-allow-php-in-wordpress-posts-and-pages/">How to Allow PHP in WordPress Posts and Pages</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>By default, you cannot execute PHP in WordPress posts and pages. We have made it a rule of thumb to never execute PHP in our posts and pages either because it can be hectic to change things in the future. A better practice would be to edit the WordPress theme by creating a <a href="http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/" title="Custom Page Template in WordPress">custom page template</a>, or <a href="http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/" title="Single Post Template">single post template</a>. However for some users, it may be necessary to execute PHP in WordPress posts. We couldn&#8217;t find a need for it, but apparently over 26,000 people have. So in this article, we will share how to allow PHP in WordPress posts and pages.</p>
<p>Simply install and activate the plugin <a href="http://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/" title="Allow PHP in Posts and Pages" target="_blank" rel="nofollow">Allow PHP in Posts and Pages</a>. After installation, simply wrap your php queries inside the shortcode:</p>
<p>[ php] [ /php] &#8211; Please ignore the spaces. We cannot use this shortcode because it will pull our Syntax Highlighter Evolved plugin.</p>
<p>You can also save your php queries and call them on post or pages when you need them. To do this, simply click on Allow PHP in Posts menu option. Click on the Code Snippets Tab. Add your PHP query there.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/allowphpinposts.gif" alt="Allow PHP in Posts and Pages" title="Allow PHP in Posts and Pages" width="520" height="428" class="alignnone size-full wp-image-5009" /></p>
<p>Then in your post, simply use the shortcode with the Snippet ID:</p>
<p>[ php function=ID]</p>
<p><a href="http://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/" title="Allow PHP in Posts and Pages" target="_blank" rel="nofollow">Get Allow PHP in Posts and Pages</a></p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-allow-php-in-wordpress-posts-and-pages/">How to Allow PHP in WordPress Posts and Pages</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-allow-php-in-wordpress-posts-and-pages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/allowphpinposts-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/allowphpinposts.gif" medium="image">
			<media:title type="html">Allow PHP in Posts and Pages</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/allowphpinposts-150x150.gif" />
		</media:content>
	</item>
		<item>
		<title>Change Background Colors of Posts in WordPress Admin Based on Status</title>
		<link>http://www.wpbeginner.com/plugins/change-background-colors-of-posts-in-wordpress-admin-based-on-status/</link>
		<comments>http://www.wpbeginner.com/plugins/change-background-colors-of-posts-in-wordpress-admin-based-on-status/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 21:32:39 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[admin color posts]]></category>
		<category><![CDATA[change background colors of posts]]></category>
		<category><![CDATA[change color of posts based on status]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4967</guid>
		<description><![CDATA[<p>It can get pretty crazy when you have multiple people working on various posts on the site. You have draft posts, pending posts, private posts, future posts, and published posts. It can be a total mess. Well if you are like me who wants everything sorted, then you are in for a treat. Recently, we discovered a free WordPress plugin that lets you change the background colors of the post/page within the admin based on the current status : Draft,...</p><p><a href="http://www.wpbeginner.com/plugins/change-background-colors-of-posts-in-wordpress-admin-based-on-status/">Change Background Colors of Posts in WordPress Admin Based on Status</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>It can get pretty crazy when you have multiple people working on various posts on the site. You have draft posts, pending posts, private posts, future posts, and published posts. It can be a total mess. Well if you are like me who wants everything sorted, then you are in for a treat. Recently, we discovered a free WordPress plugin that lets you change the background colors of the post/page within the admin based on the current status : Draft, Pending, Published, Future, Private. </p>
<p>First thing you need to do is install and activate <a href="http://wordpress.org/extend/plugins/color-admin-posts/" title="Color Admin Posts" target="_blank" rel="nofollow">Color Admin Posts</a>.</p>
<p>Once you activate it, in the plugin settings you can select which color you want to assign for each post status.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/coloradminposts.gif" alt="Color Admin Posts" title="Color Admin Posts" width="520" height="541" class="alignnone size-full wp-image-4968" /></p>
<p>Once you have selected the colors, then your posts section will look like this:</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/coloradminposts2.gif" alt="Color Admin Posts Display" title="Color Admin Posts Display" width="520" height="280" class="alignnone size-full wp-image-4969" /></p>
<p>Oh when you do this, don&#8217;t forget to let your authors know about it. Otherwise, they will freak out. (Speaking from experience)</p>
<p><a href="http://wordpress.org/extend/plugins/color-admin-posts/" title="Color Admin Posts" target="_blank" rel="nofollow">Get Color Admin Posts</a></p>
<p><a href="http://www.wpbeginner.com/plugins/change-background-colors-of-posts-in-wordpress-admin-based-on-status/">Change Background Colors of Posts in WordPress Admin Based on Status</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/change-background-colors-of-posts-in-wordpress-admin-based-on-status/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/coloradminposts-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/coloradminposts.gif" medium="image">
			<media:title type="html">Color Admin Posts</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/coloradminposts-150x150.gif" />
		</media:content>
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/coloradminposts2.gif" medium="image">
			<media:title type="html">Color Admin Posts Display</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/coloradminposts2-150x150.gif" />
		</media:content>
	</item>
		<item>
		<title>How to do Lazy Load Images in WordPress</title>
		<link>http://www.wpbeginner.com/plugins/how-to-do-lazy-load-images-in-wordpress/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-do-lazy-load-images-in-wordpress/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 19:06:06 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[lazy load]]></category>
		<category><![CDATA[lazy load images in wordpress]]></category>
		<category><![CDATA[lazy loading images in wordpress]]></category>
		<category><![CDATA[wordpress lazy load]]></category>
		<category><![CDATA[wordpress lazy loading]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4961</guid>
		<description><![CDATA[<p>Have you ever visited a blog post that has a lot of images? If you have, then you probably have an idea of how SLOW it loads. Well Lazy load is to prevent that slow page load time. According to Wikipedia, &#8220;Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program&#8217;s operation if properly and appropriately used.&#8221;...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-do-lazy-load-images-in-wordpress/">How to do Lazy Load Images in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>Have you ever visited a blog post that has a lot of images? If you have, then you probably have an idea of how SLOW it loads. Well Lazy load is to prevent that slow page load time. According to Wikipedia, &#8220;Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program&#8217;s operation if properly and appropriately used.&#8221; In other words, when you install Lazy Load, it only loads the areas that is being accessed right away. So if you have a page with <a href="http://list25.com/25-epic-fail-gifs/" title="25 Epic Fail GIFs" target="_blank">25 Fail GIFs</a>, then only the first few images in the post will be loaded. The rest of the images load as the user scrolls down. By using this technique, the perceived page load time is a lot faster. This technique is used by many big sites including the likes of Mashable, TechCrunch etc. In this article, we will show you how to lazy load post images in WordPress.</p>
<p>First thing you need to do is install and activate the plugin called <a href="http://wordpress.org/extend/plugins/lazy-load/" title="Lazy Load" target="_blank" rel="nofollow">Lazy Load</a>.</p>
<p>And you are DONE. </p>
<p>This plugin was created by WordPress.com VIP team at Automattic, the TechCrunch 2011 Redesign team, and Jake Goldman (10up LLC). It is using the jQuery.sonar script by Dave Artz (AOL).</p>
<p>As you can see there is a very high qualified team behind the plugin.</p>
<p>When we first installed the plugin on List25, it did not work. All of our images broke. But the issue was not with the plugin. It was the way JavaScripts were in our theme. We adjusted the script order, and it works perfectly fine.</p>
<p>Combined with <a href="http://www.wpbeginner.com/refer/maxcdn" style="" target="_blank" rel="nofollow" >MaxCDN</a> and <a href="http://www.wpbeginner.com/plugins/how-to-install-and-setup-w3-total-cache-for-beginners/" title="W3 Total Cache">W3 Total Cache</a>, This plugin will make your site load even faster.</p>
<p>Get <a href="http://wordpress.org/extend/plugins/lazy-load/" title="Lazy Load for WordPress" target="_blank" rel="nofollow">Lazy Load for WordPress</a> now.</p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-do-lazy-load-images-in-wordpress/">How to do Lazy Load Images in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-do-lazy-load-images-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
	</item>
		<item>
		<title>How to Create a Clean Price Table in WordPress</title>
		<link>http://www.wpbeginner.com/plugins/how-to-create-a-clean-price-table-in-wordpress/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-create-a-clean-price-table-in-wordpress/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 15:48:47 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[beautiful price table designs wordpress]]></category>
		<category><![CDATA[how to create a price table in wordpress]]></category>
		<category><![CDATA[price table]]></category>
		<category><![CDATA[price table in wordpress]]></category>
		<category><![CDATA[price table plugin for wordpress]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4952</guid>
		<description><![CDATA[<p>You probably have seen those pretty looking price tables all across the web. Are you using WordPress and want to create a clean price table? Usually the pricing table requires a fair knowledge of design and CSS which is why beginners often run away from creating a beautiful price table. Recently, one of our users asked us if we know of a plugin that lets you create a price table. After doing some research, we have found a plugin that...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-create-a-clean-price-table-in-wordpress/">How to Create a Clean Price Table in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>You probably have seen those pretty looking price tables all across the web. Are you using WordPress and want to create a clean price table? Usually the pricing table requires a fair knowledge of design and CSS which is why beginners often run away from creating a beautiful price table. Recently, one of our users asked us if we know of a plugin that lets you create a price table. After doing some research, we have found a plugin that lets you create beautiful price tables in WordPress without editing a single line of code.</p>
<p>Before we start with the tutorial, we want to show you the final product that we created in 5 minutes using this free plugin.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetable.gif" alt="Price Table Example in WordPress" title="Price Table Example in WordPress" width="520" height="335" class="alignnone size-full wp-image-4953" /></p>
<p>First thing you need to do is install and activate the plugin <a href="http://wordpress.org/extend/plugins/pricetable/" title="Price Table" target="_blank" rel="nofollow">Price Table</a>. Upon activation, a new menu option will be added called &#8220;Price Tables&#8221;. Price Table essentially is just another custom post type, but it has Drag drop feature in there that lets you add columns.</p>
<p>Click on Add New and you will see something like this:</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/addpricetable.gif" alt="Adding a Price Table" title="Adding a Price Table" width="520" height="437" class="alignnone size-full wp-image-4954" /></p>
<p>Click on Add Column, and you will see a column. We don&#8217;t recommend you to add more than 4 columns because it starts to look ugly after that (unless your theme has a super wide design). When using Twenty Ten theme with no-sidebar template, we only used 3 columns to make it look good. So we went ahead and filled the details for our table. Below is an explanation of features that this plugin has to offer:</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/addpricingtabledetails.gif" alt="Add Pricing Table with Feature Details" title="Add Pricing Table with Feature Details" width="520" height="345" class="alignnone size-full wp-image-4955" /></p>
<p>Once you have created the table, simply Publish it. A shortcode will be displayed which looks like:</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetableshortcode.gif" alt="Shortcode for Price Table Plugin" title="Shortcode for Price Table Plugin" width="520" height="77" class="alignnone size-full wp-image-4956" /></p>
<p>Take the shortcode and paste it into any WordPress page or post, and it will work.</p>
<p>Final outcome that we got:</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetable.gif" alt="Price Table Example in WordPress" title="Price Table Example in WordPress" width="520" height="335" class="alignnone size-full wp-image-4953" /></p>
<p><a href="http://wordpress.org/extend/plugins/pricetable/" title="Price Table" target="_blank" rel="nofollow">Get Price Table Plugin Now</a></p>
<p>P.S. At the time of writing this plugin, the repository shows that 2 people have voted that this plugin is broken and 2 says that it works. We tried it, and it works for us. If it does not work for you, then the developer has offered to provide free support if you send him an email as he builds this plugin up to version 1.0. </p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-create-a-clean-price-table-in-wordpress/">How to Create a Clean Price Table in WordPress</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-create-a-clean-price-table-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetable-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetable.gif" medium="image">
			<media:title type="html">Price Table Example in WordPress</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetable-150x150.gif" />
		</media:content>
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/addpricetable.gif" medium="image">
			<media:title type="html">Adding a Price Table</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/addpricetable-150x150.gif" />
		</media:content>
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/addpricingtabledetails.gif" medium="image">
			<media:title type="html">Add Pricing Table with Feature Details</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/addpricingtabledetails-150x150.gif" />
		</media:content>
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetableshortcode.gif" medium="image">
			<media:title type="html">Shortcode for Price Table Plugin</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetableshortcode-150x77.gif" />
		</media:content>
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetable.gif" medium="image">
			<media:title type="html">Price Table Example in WordPress</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/12/pricetable-150x150.gif" />
		</media:content>
	</item>
		<item>
		<title>How to Exclude Specific Pages, Authors, and More from WordPress Search</title>
		<link>http://www.wpbeginner.com/plugins/how-to-exclude-specific-pages-authors-and-more-from-wordpress-search/</link>
		<comments>http://www.wpbeginner.com/plugins/how-to-exclude-specific-pages-authors-and-more-from-wordpress-search/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 14:29:31 +0000</pubDate>
		<dc:creator>Editorial Staff</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[exclude individual pages from wordpress search]]></category>
		<category><![CDATA[exclude specific authors from wordpress archive]]></category>
		<category><![CDATA[exclude specific authors from wordpress feed]]></category>
		<category><![CDATA[exclude specific authors from wordpress search]]></category>
		<category><![CDATA[exclude specific categories from wordpress archive]]></category>
		<category><![CDATA[exclude specific categories from wordpress search]]></category>
		<category><![CDATA[exclude specific pages from wordpress search]]></category>
		<category><![CDATA[exclude specific tags from wordpress archive]]></category>
		<category><![CDATA[exclude specific tags from wordpress search]]></category>
		<category><![CDATA[simply exclude plugin]]></category>
		<category><![CDATA[simply exclude specific pages from wordpress search]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4940</guid>
		<description><![CDATA[<p>In the past, we have shown you how to exclude pages, and other post types from WordPress search. But what if you want to exclude a specific page, author, category, and tag from WordPress search? What if you want to exclude it from search, feed, archive, and front page? Well than you are in for a treat. In this article, we will show you how you can exclude specific pages, authors, categories, and tags from WordPress search, feed, archive, and...</p><p><a href="http://www.wpbeginner.com/plugins/how-to-exclude-specific-pages-authors-and-more-from-wordpress-search/">How to Exclude Specific Pages, Authors, and More from WordPress Search</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></description>
			<content:encoded><![CDATA[<p>In the past, we have shown you how to <a href="http://www.wpbeginner.com/wp-tutorials/how-to-exclude-pages-from-wordpress-search-results/" title="Exclude Pages from WordPress Search">exclude pages</a>, and <a href="http://www.wpbeginner.com/wp-tutorials/how-to-limit-search-results-for-specific-post-types-in-wordpress/" title="Limit Search Results for specific post types in WordPress">other post types</a> from WordPress search. But what if you want to exclude a specific page, author, category, and tag from WordPress search? What if you want to exclude it from search, feed, archive, and front page? Well than you are in for a treat. In this article, we will show you how you can exclude specific pages, authors, categories, and tags from WordPress search, feed, archive, and front page.</p>
<p>First thing you need to do is install and activate the plugin called <a href="http://wordpress.org/extend/plugins/simply-exclude/" title="Simply Exclude" target="_blank" rel="nofollow">Simply Exclude</a>. Upon activation, a new menu will be added called &#8220;Simply Exclude&#8221;. You will see there is an option for  tags, categories, authors, and pages.</p>
<p><img src="http://cdn.wpbeginner.com/wp-content/uploads/2011/11/simplyexcludecategories.gif" alt="Simply Exclude Categories" title="Simply Exclude Categories" width="520" height="375" class="alignnone size-full wp-image-4941" /></p>
<p>On each page, you can check what you want the item to be excluded from. You can exclude the category from Front page, Archive, search, and/or feed. Pages however can only be excluded from WordPress search.</p>
<p>Check the ones you want excluded and save changes. That is it. No need for code, this plugin will take care of everything for you.</p>
<p><a href="http://wordpress.org/extend/plugins/simply-exclude/" title="Simply Exclude" target="_blank" rel="nofollow">Download Simply Exclude Now</a></p>
<p><a href="http://www.wpbeginner.com/plugins/how-to-exclude-specific-pages-authors-and-more-from-wordpress-search/">How to Exclude Specific Pages, Authors, and More from WordPress Search</a> is a post from: <a href="http://www.wpbeginner.com" target="_blank" rel="friend">WPBeginner</a> which is not allowed to be copied on other sites.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wpbeginner.com/plugins/how-to-exclude-specific-pages-authors-and-more-from-wordpress-search/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/11/simplyexcludecategories-150x150.gif" />
		<media:content url="http://cdn.wpbeginner.com/wp-content/uploads/2011/11/simplyexcludecategories.gif" medium="image">
			<media:title type="html">Simply Exclude Categories</media:title>
			<media:thumbnail url="http://cdn.wpbeginner.com/wp-content/uploads/2011/11/simplyexcludecategories-150x150.gif" />
		</media:content>
	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-08 19:20:41 -->
