<?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>How To Create A Website &#187; WordPress</title>
	<atom:link href="http://howtocreateawebsite.biz/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://howtocreateawebsite.biz</link>
	<description>Tips and Tutorials for Webmasters</description>
	<lastBuildDate>Thu, 04 Aug 2011 01:23:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to get recent posts from the same category in WordPress</title>
		<link>http://howtocreateawebsite.biz/webmasters-tips/posts-category-wordpress</link>
		<comments>http://howtocreateawebsite.biz/webmasters-tips/posts-category-wordpress#comments</comments>
		<pubDate>Sat, 23 Jul 2011 05:50:04 +0000</pubDate>
		<dc:creator>hostings</dc:creator>
				<category><![CDATA[Webmasters Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://reliablewebhostings.net/?p=1199</guid>
		<description><![CDATA[&#60;&#63;php global $post; $categories = get_the_category(); $category = $categories[0]; $cat_ID = $category->cat_ID; $myposts = get_posts("numberposts=20&#038;category=$cat_ID"); ?> &#60;&#63;&#112;&#104;&#112;&#32;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#40;&#36;&#109;&#121;&#112;&#111;&#115;&#116;&#115;&#32;&#97;&#115;&#32;&#36;&#112;&#111;&#115;&#116;&#41;&#32;&#58;&#63;&#62;&#32;&#60;&#97;&#32;&#104;&#114;&#101;&#102;&#61;&#34;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#112;&#101;&#114;&#109;&#97;&#108;&#105;&#110;&#107;&#40;&#41;&#59;&#32;&#63;&#62;&#34;&#62;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#116;&#105;&#116;&#108;&#101;&#40;&#41;&#59;&#32;&#63;&#62;&#60;&#47;&#97;&#62;&#32;&#60;&#63;&#112;&#104;&#112;&#32;&#101;&#110;&#100;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#59;&#32;&#63;&#62; Just change numberposts=20 to whatever number you want to display. Add &#8220;&#038;orderby=rand&#8221; after 20 if you want the list to be random.]]></description>
			<content:encoded><![CDATA[<pre class="brush:php">&#60;&#63;php
global $post;
$categories = get_the_category();
$category = $categories[0];
$cat_ID = $category->cat_ID;

$myposts = get_posts("numberposts=20&#038;category=$cat_ID");
?>

&#60;&#63;&#112;&#104;&#112;&#32;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#40;&#36;&#109;&#121;&#112;&#111;&#115;&#116;&#115;&#32;&#97;&#115;&#32;&#36;&#112;&#111;&#115;&#116;&#41;&#32;&#58;&#63;&#62;&#32;&#60;&#97;&#32;&#104;&#114;&#101;&#102;&#61;&#34;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#112;&#101;&#114;&#109;&#97;&#108;&#105;&#110;&#107;&#40;&#41;&#59;&#32;&#63;&#62;&#34;&#62;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#116;&#105;&#116;&#108;&#101;&#40;&#41;&#59;&#32;&#63;&#62;&#60;&#47;&#97;&#62;&#32;&#60;&#63;&#112;&#104;&#112;&#32;&#101;&#110;&#100;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#59;&#32;&#63;&#62;
</pre>
<p>Just change <strong class="highlight">numberposts=20</strong> to whatever number you want to display.</p>
<p>Add &#8220;<strong class="highlight">&#038;orderby=rand</strong>&#8221; after 20 if you want the list to be random.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/webmasters-tips/posts-category-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popular WordPress Plugins by Category</title>
		<link>http://howtocreateawebsite.biz/webmasters-tips/popular-wordpress-plugins-by-category</link>
		<comments>http://howtocreateawebsite.biz/webmasters-tips/popular-wordpress-plugins-by-category#comments</comments>
		<pubDate>Tue, 26 Oct 2010 04:41:47 +0000</pubDate>
		<dc:creator>hostings</dc:creator>
				<category><![CDATA[Webmasters Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.dalatmedia.com/reliablewebhostings/?p=257</guid>
		<description><![CDATA[Administrative Plugins 404 Notifier, Email notification for all 404 errors on your WordPress site. Advertising Manager, Manages and rotate your Google Adsense and other ads on your WordPress blog or site. Contact Form 7, Manages multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports [...]]]></description>
			<content:encoded><![CDATA[<h3>Administrative Plugins</h3>
<ol>
<li><a href="http://crowdfavorite.com/wordpress/plugins/404-notifier/" title="Email notification for all 404 errors on your WordPress site." target="_top">404 Notifier</a>, Email notification for all 404 errors on your WordPress site.</li>
<li><a href="http://wordpress.org/extend/plugins/advertising-manager/" title="Manages and rotate your Google Adsense and other ads on your WordPress blog or site." target="_top">Advertising Manager</a>, Manages and rotate your Google Adsense and other ads on your WordPress blog or site.</li>
<li><a href="http://wordpress.org/extend/plugins/contact-form-7/" title="Manages multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on." target="_blank">Contact Form 7</a>, Manages multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</li>
<li><a href="http://www.contactme.com" title="The quickest and easiest way to get a fully customizable contact form." target="_blank">Contact Me</a>, The quickest and easiest way to get a fully customizable contact form.</li>
<li><a href="http://wordpress.org/extend/plugins/custom-field-template/" title="Adds the default custom fields on the Write Post/Page." target="_top">Custom Field Template</a>, Adds the default custom fields on the Write Post/Page.</li>
<li><a href="http://wordpress.org/extend/plugins/custom-post-template/" title="The plugin makes it possible to have more than a template for different types of posts. Templates are defined similarly to page templates, and will replace single.php for the specified post." target="_top">Custom Post Template</a>, The plugin makes it possible to have more than a template for different types of posts. Templates are defined similarly to page templates, and will replace single.php for the specified post.</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/#wp-dbmanager" title="Perform database tasks right within WordPress with scheduled backups." target="_blank">Database Manager by Lester Chan</a>, Perform database tasks right within WordPress with scheduled backups.</li>
<li><a href="http://wordpress.org/extend/plugins/domain-mirror/" title="Domain Mirror is a plugin to allow one WordPress installation to be accessed form more than one domain." target="_blank">Domain Mirror</a>, Domain Mirror is a plugin to allow one WordPress installation to be accessed form more than one domain.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-downloadmanager/" title="A simple download manager to your WordPress blog." target="_blank">Download Manager by Lester Chan</a>, A simple download manager to your WordPress blog.</li>
<li><a href="http://wordpress.org/extend/plugins/exec-php/" title="Enables execution of PHP code in posts, pages and text widgets." target="_top">Exec-PHP</a>, Enables execution of PHP code in posts, pages and text widgets.</li>
<li><a href="http://wordpress.org/extend/plugins/get-recent-comments/" title="Shows excerpts of the latest comments and/or trackbacks in your sidebar." target="_top">Get Recent Comments</a>, Shows excerpts of the latest comments and/or trackbacks in your sidebar.</li>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" title="Generates a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog." target="_top">Google XML Sitemaps</a>, Generates a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog.</li>
<li><a href="http://wordpress.org/extend/plugins/identify-external-links/" title="Searches the text for links outside of the domain of the blog. To these, it adds class=&#8221;extlink&#8221; (and optionally, target=&#8221;_blank&#8221;)." target="_top">Identify External Links</a>, Searches the text for links outside of the domain of the blog. To these, it adds class=&#8221;extlink&#8221; (and optionally, target=&#8221;_blank&#8221;).</li>
<li><a href="http://wordpress.org/extend/plugins/peters-login-redirect/" title="Defines a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users." target="_top">Peter&#039;s Login Redirect</a>, Defines a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users.</li>
<li><a href="http://crowdfavorite.com/wordpress/plugins/phonefactor/" title="Phone verification system upon logging in for WordPress." target="_top">PhoneFactor</a>, Phone verification system upon logging in for WordPress.</li>
<li><a href="http://wordpress.org/extend/plugins/post-editor-buttons/" title="This plugin allows you add your own buttons to the post editor&#8217;s toolbar." target="_blank">Post Editor Buttons</a>, This plugin allows you add your own buttons to the post editor&#8217;s toolbar.</li>
<li><a href="http://wordpress.org/extend/plugins/post-expirator/" title="Allows you to add an expiration date (minute) to posts which you can configure to either delete the post or change it to a draft." target="_blank">Post Expirator</a>, Allows you to add an expiration date (minute) to posts which you can configure to either delete the post or change it to a draft.</li>
<li><a href="http://wordpress.org/extend/plugins/post-plugin-library/" title="The shared code library for Similar posts, Recent Posts, Random Posts, Popular Posts and Recent Comments." target="_blank">Post Plugin Library</a>, The shared code library for Similar posts, Recent Posts, Random Posts, Popular Posts and Recent Comments.</li>
<li><a href="http://wordpress.org/extend/plugins/pretty-link/" title="Redirects any links from within WordPress." target="_top">Pretty Link</a>, Redirects any links from within WordPress.</li>
<li><a href="http://wordpress.org/extend/plugins/random-posts-plugin/" title="Displays a list of randomly chosen posts. The output can be customised in many ways." target="_top">Random Posts</a>, Displays a list of randomly chosen posts. The output can be customised in many ways.</li>
<li><a href="http://wordpress.org/extend/plugins/seo-ultimate/" title="Gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more." target="_blank">SEO Ultimate</a>, Gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more.</li>
<li><a href="http://wordpress.org/extend/plugins/simple-crumbs/" title="Generates a breadcrumb trail for pages and blog entries and pages." target="_top">Simple Crumbs</a>, Generates a breadcrumb trail for pages and blog entries and pages.</li>
<li><a href="http://wordpress.org/extend/plugins/user-access-manager/" title="Manages the access to your posts, pages and files." target="_top">User Access Manager</a>, Manages the access to your posts, pages and files.</li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-importer/" title="Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file." target="_blank">WordPress Importer</a>, Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-click-track/" title="Adds automated link tracking to your posts and pages" target="_top">WP Click Tracker</a>, Adds automated link tracking to your posts and pages</li>
<li><a href="http://wordpress.org/extend/plugins/wp-super-cache/" title="Generates static html files from your dynamic WordPress blog." target="_top">WP Super Cache</a>, Generates static html files from your dynamic WordPress blog.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-ban/" title="Bans users by IP, IP Range, host name, user agent and referer url from visiting your WordPress&#8217;s blog." target="_blank">WP-Ban</a>, Bans users by IP, IP Range, host name, user agent and referer url from visiting your WordPress&#8217;s blog.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-db-backup/" title="Allows you easily to backup your core WordPress database" target="_top">WP-DB-Backup</a>, Allows you easily to backup your core WordPress database</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/" title="A well designed navigational system for WordPress posts." target="_top">WP-PageNavi</a>, A well designed navigational system for WordPress posts.</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/" title="Gives users the ability to rate your posts." target="_top">WP-PostRatings</a>, Gives users the ability to rate your posts.</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/" title="Keeps track of how many times individual posts or pages have been viewed." target="_top">WP-PostViews</a>, Keeps track of how many times individual posts or pages have been viewed.</li>
</ol>
<h3>Users Interactivity Plugins</h3>
<ol>
<li><a href="http://wordpress.org/extend/plugins/business-directory/" title="The Business Directory plugin for WordPress is an easy way to host a free directory page." target="_blank">Business Directory</a>, The Business Directory plugin for WordPress is an easy way to host a free directory page.</li>
<li><a href="http://www.contactme.com" title="The quickest and easiest way to get a fully customizable contact form." target="_blank">Contact Me</a>, The quickest and easiest way to get a fully customizable contact form.</li>
<li><a href="http://wordpress.org/extend/plugins/disqus-comment-system/" title="Is a service and tool for web comments and discussions." target="_top">DISQUS Comment System</a>, Is a service and tool for web comments and discussions.</li>
<li><a href="http://wordpress.org/extend/plugins/facebook-comments-for-wordpress/" title="Allows your visitors to comment on posts using their Facebook profile. Supports custom styles, notifications, combined comment counts, recent comments" target="_blank">Facebook Comments for WordPress</a>, Allows your visitors to comment on posts using their Facebook profile. Supports custom styles, notifications, combined comment counts, recent comments</li>
<li><a href="http://wordpress.org/extend/plugins/get-recent-comments/" title="Shows excerpts of the latest comments and/or trackbacks in your sidebar." target="_top">Get Recent Comments</a>, Shows excerpts of the latest comments and/or trackbacks in your sidebar.</li>
<li><a href="http://www.gravityforms.com" title="hands down the best contact form plugin for WordPress." target="_blank">Gravity Forms</a>, hands down the best contact form plugin for WordPress.</li>
<li><a href="http://wordpress.org/extend/plugins/intensedebate/" title="Enhances and encourages conversation on your blog or website. " target="_top">IntenseDebate Comments</a>, Enhances and encourages conversation on your blog or website. </li>
<li><a href="http://wordpress.org/extend/plugins/optinpop-unblockable-popup-windows/" title="Easily create unblockable, dynamic and fully configurable popups that can display any web page you choose within a lightbox popup window." target="_blank">OptinPOP</a>, Easily create unblockable, dynamic and fully configurable popups that can display any web page you choose within a lightbox popup window.</li>
<li><a href="http://wordpress.org/extend/plugins/page-peel/" title="Banner ad in web corner." target="_top">Page Peel</a>, Banner ad in web corner.</li>
<li><a href="http://wordpress.org/extend/plugins/polldaddy/" title="Allows you to create and manage polls and ratings from within your WordPress dashboard." target="_top">PollDaddy Polls &amp; Ratings</a>, Allows you to create and manage polls and ratings from within your WordPress dashboard.</li>
<li><a href="http://wordpress.org/extend/plugins/share-this/" title="allows users to share your content through email and 50+ social networks including Facebook and Twitter." target="_top">Share This</a>, allows users to share your content through email and 50+ social networks including Facebook and Twitter.</li>
<li><a href="http://thethefly.com/wp-plugins/thethe-sliding-panels/" title="Provides 5 types of JavaScript-powered Sliding Panels – Top, Bottom, Left, and Right side panels and a Modal Window floating above the main webpage." target="_blank">The Sliding Panels</a>, Provides 5 types of JavaScript-powered Sliding Panels – Top, Bottom, Left, and Right side panels and a Modal Window floating above the main webpage.</li>
<li><a href="http://wordpress.org/extend/plugins/top-commentators-widget/" title="Shows the top commentators in side bar." target="_top">Top Commentators Widget</a>, Shows the top commentators in side bar.</li>
<li><a href="http://wordpress.org/extend/plugins/twitter-tools/" title="Creates a complete integration between your WordPress blog and your Twitter account." target="_top">Twitter Tools</a>, Creates a complete integration between your WordPress blog and your Twitter account.</li>
<li><a href="http://www.wibiya.com/" title="Boosts  blogs / websites with rich and interactive features. (check out the footer at the bottom of this page)" target="_top">Wibiya</a>, Boosts  blogs / websites with rich and interactive features. (check out the footer at the bottom of this page)</li>
<li><a href="http://wordpress.org/extend/plugins/wp-ui/" target="_blank">WP UI &#8211; Tabs, Accordions, Sliders</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-polls/" title="Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress&#8217;s blog post/page." target="_blank">WP-Polls</a>, Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress&#8217;s blog post/page.</li>
</ol>
<h3>Site Design</h3>
<ol>
<li><a href="http://wordpress.org/extend/plugins/slidedeck-lite-for-wordpress/" title="Allows you to easily create a content slider widget or slideshow on your WordPress blog without having to write any code." target="_top">Content Slider by SlideDeck</a>, Allows you to easily create a content slider widget or slideshow on your WordPress blog without having to write any code.</li>
<li><a href="http://wordpress.org/extend/plugins/page-peel/" title="Banner ad in web corner." target="_top">Page Peel</a>, Banner ad in web corner.</li>
<li><a href="http://SyntaxHighlighterMT" title="Self-contained code syntax highlighter developed in JavaScript" target="_top">Syntax Highlighter MT</a>, Self-contained code syntax highlighter developed in JavaScript</li>
<li><a href="http://wordpress.org/extend/plugins/theme-my-login/" title="Themes the WordPress login pages according to your theme." target="_top">Theme My Login</a>, Themes the WordPress login pages according to your theme.</li>
<li><a href="https://typekit.com" title="The easiest way to use Real Fonts on your website ." target="_blank">TypeKit</a>, The easiest way to use Real Fonts on your website .</li>
<li><a href="http://wordpress.org/extend/plugins/wp-ui/" target="_blank">WP UI &#8211; Tabs, Accordions, Sliders</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-typography/" title="Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks." target="_blank">WP-Typography</a>, Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks.</li>
</ol>
<h3>eCommerce Plugins</h3>
<ol>
<li><a href="http://wordpress.org/extend/plugins/wp-e-commerce/" title="Elegant easy to use fully featured shopping cart application suitable for selling your products, services, and or fees online." target="_top">WP e-Commerce</a>, Elegant easy to use fully featured shopping cart application suitable for selling your products, services, and or fees online.</li>
</ol>
<h3>Plugins for Developers</h3>
<ol>
<li><a href="http://www.gravityforms.com" title="hands down the best contact form plugin for WordPress." target="_blank">Gravity Forms</a>, hands down the best contact form plugin for WordPress.</li>
<li><a href="https://typekit.com" title="The easiest way to use Real Fonts on your website ." target="_blank">TypeKit</a>, The easiest way to use Real Fonts on your website .</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://howtocreateawebsite.biz/webmasters-tips/popular-wordpress-plugins-by-category/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

