<?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>Gabfire Premium WordPress Themes &#187; How To</title>
	<atom:link href="http://www.gabfirethemes.com/category/blog/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gabfirethemes.com</link>
	<description>Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:19:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Optimization Tips</title>
		<link>http://www.gabfirethemes.com/wordpress-optimization-tips/</link>
		<comments>http://www.gabfirethemes.com/wordpress-optimization-tips/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 22:15:23 +0000</pubDate>
		<dc:creator>Charlie Patel</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.gabfirethemes.com/?p=1340</guid>
		<description><![CDATA[<p><p><a href="http://www.gabfirethemes.com/wordpress-optimization-tips/">WordPress Optimization Tips</a></p><p>I was particularly interested in attending the WordPress Optimization session presented by Ben Metcalfe of WP Engine during WordCamp Philly. Considering that most of our end-users are on shared hosting and not well-versed on technical jargon, it&#8217;s common to receive questions on the support forums related to slow sites / servers / and optimization tips. [...]</p></p><p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gabfirethemes.com/wordpress-optimization-tips/">WordPress Optimization Tips</a></p><p>I was particularly interested in attending the WordPress Optimization session presented by <a title="Ben Metcalfe" href="http://benmetcalfe.com/blog/" target="_blank">Ben Metcalfe</a> of <a title="WP Engine" href="http://wpengine.com" target="_blank">WP Engine</a> during <a title="WordCamp Philly" href="http://2011.philly.wordcamp.org/" target="_blank">WordCamp Philly</a>. Considering that most of our end-users are on shared hosting and not well-versed on technical jargon, it&#8217;s common to receive questions on the support forums related to slow sites / servers / and optimization tips.</p>
<p>Ben provided a list of to-dos for WordPress optimization. Some are a bit technical and you may need a server admin to perform them, however others are do-able right from within WordPress. If I find a link to Ben&#8217;s presentation online, I&#8217;ll be sure to link directly to it. For now, here&#8217;s the quick list to consider depending on your setup and circumstances:</p>
<h2>For all users:</h2>
<ul class="regular">
<li><strong>Keep WP Updated</strong> &#8211; Always stay updated.</li>
<li><strong>Use a Cache Plugin</strong> &#8211; WP Super Cache or W3 Total Cache work for most users. Even WordPress.com uses a cache plugin.</li>
<li><strong>Deactivate Unused Plugins</strong> &#8211; If you have plugins you are not using, deactivate them. If you&#8217;re sure you do not need them, delete the plugins. Note that in some cases, even if a plugin is deactivated, it may still be loaded into memory. In short, be a neat-freak about your plugins.</li>
<li><strong>Avoid Bad Plugins</strong> &#8211; I provide a list of some of these on the support forums.</li>
<li><strong>Review Your Theme</strong> &#8211; roughly 1/3 of all optimization problems are due to theme code. Ensure it validates. When possible, place CSS at top and Javascript at bottom (not inline). If you see any weird code (i.e., making requests to other sites on the internet) then abandon that theme.</li>
<li><strong>Hosting</strong> &#8211; Check your hosting solution. Who is on your server? Use YouGetSignal&#8217;s Reverse IP Lookup if you wish to see other sites on your site. If you have non-kosher sites on the same server, ask your host to move you to another one. If you have a thousand other sites on your server, you have quite a packed server (or said differently, a terrible host).</li>
<li><strong>Offloading (poor-man&#8217;s CDN)</strong> &#8211; If you have the ability to offload your images or other large files (videos, etc.), do it. Flickr is a great solution for serving images.</li>
<li><strong>Feedburn your RSS Feed</strong> &#8211; Let Google&#8217;s <a title="FeedBurner" href="http://feedburner.google.com" target="_blank">FeedBurner</a> handle your feed. Check your logs to see how many requests are made to your <em>/feed</em> url.</li>
<li><strong>Repair your MySQL Database</strong> &#8211; Be consistent in repairing your MySQL database. Once a month is fine for most users.
<ul>
<li><a title="Optimize DB" href="http://wordpress.org/extend/plugins/optimize-db/" target="_blank">OptimizeDB</a> plugin by <a title="Joost" href="http://yoast.com/" target="_blank">Joost</a> does this for you without any overhead</li>
<li>Use PHPMyAdmin &#8211; only if you are tech and db-savvy</li>
<li>Manually &#8211; only if you are tech and db-savvy</li>
</ul>
</li>
<li><strong>Load from Multiple Sub-domains</strong> &#8211; To bypass limits on simultaneous processing, if you understand domain mapping and server administration, then look into using multiple sub-domains for serving files. Even better, try using different domains.
<p><em>good:</em></p>
<p>foo1.yourdomain.com, foo2.yourdomain.com</p>
<p><em>better:</em></p>
<p>foo1.otherdomain.com, foo2.otherdomain2.com</li>
<li><strong>Browser Caching</strong> &#8211; <a title="W3 Total Cache" href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a> will take care of this &#8211; HTTP cache-control, expires header, and entitry tags.</li>
</ul>
<h2>For Advanced Users and High Traffic Sites:</h2>
<ul class="regular">
<li><strong>Log Slow MySQL Queries</strong> &#8211; check your logs! What&#8217;s taking the most time? Dig into it.</li>
<li>
<em>Good How To:</em><br />
<strong>Check Site with Profile Tools</strong>- use any of the tools below to dig into your site&#8217;s performance.
<ul>
<li>WP-Tuner</li>
<li>WPDB Profiling</li>
<li><a title="Test Speen on WP Engine" href="http://speed.wpengine.com" target="_blank">WP Engine&#8217;s Speed Test</a></li>
<li>YSlow</li>
</ul>
</li>
<li><strong>CDN</strong> &#8211; Use a CDN. It can be used all the time &#8211; OR &#8211; just in &#8220;emergencies.&#8221;
<ul>
<li>MaxCDN (used by WP Engine)</li>
<li>Amazon CloudFront</li>
<li>CloudFlare</li>
</ul>
</li>
<li><strong>Smush Images</strong> &#8211; Let&#8217;s face it &#8211; you don&#8217;t sit there and optimize every image before uploading it to your site. The plugin below will do it for you.
<ul>
<li><a title="WP Smushit" href="http://wordpress.org/extend/plugins/wp-smushit/" target="_blank">WPSmush.it</a> plugin</li>
</ul>
</li>
<li><strong>APC / Opcode cache</strong> &#8211; PHP-APC + W3-Total-Cache</li>
<li><strong>Apache Optimization</strong> &#8211; your server admin should be able to optimize your Apache server. When possible, disable .htaccess and use httpd.conf instead (central library that Apache uses). Do <span style="text-decoration: underline;"><strong>NOT</strong></span> attempt this unless you know what you are doing! It is not for beginners.</li>
<li><strong>Dedicated MySQLDB Box</strong> &#8211; Consider moving your MySQLDB Box to another server in the same data center.</li>
<li><strong>Reverse-proxy with nginx</strong> &#8211; Run Apache on port 8080. Cache static pages.</li>
<li><strong>Varnish Cache</strong> &#8211; Ideally, do <strong>not</strong> run Varnish on port 80 (even though some tutorials tell you to do so on port 80). Varnish cache doesn&#8217;t like cookies. Send cookies to nginx.
<ul>
<li><strong>Update </strong>(<a href="http://www.gabfirethemes.com/wordpress-optimization-tips/#comment-5276">Jake&#8217;s Comment</a>)<br />
Varnish VCL should be configured to destroy cookies when unnecessary (not logged) and to destroy cookie of static content.</p>
<p>http://blog.brigato.fr/2011/12/24/wordpress-performance-guide-from-5-to-6100-requestssec-on-a-1vcpu1gb-ram-vps/</li>
</ul>
</li>
<li><strong>Memcache</strong> &#8211; Ideally, run Memcache on a separate box in the same datacenter under the same subnet.</li>
<li><strong>HyperDB</strong> &#8211; multiple database servers &#8211; not intended for the standard user.</li>
<li><strong>Static Site on Amazon S3</strong> &#8211; If you can generate your site as static pages, Amazon can host them. Do not do this if your site requires any dynamic widgets or data processing.</li>
</ul>
<p>Finally, here&#8217;s something that should be reinforced by everyone, do not edit WordPress core files. It&#8217;s not good practice and will be overwritten when you upgrade your WP installation.</p>
<p>Now, go optimize your site!</p>
<p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.gabfirethemes.com/wordpress-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress Web Hosting</title>
		<link>http://www.gabfirethemes.com/wordpress-web-hosting/</link>
		<comments>http://www.gabfirethemes.com/wordpress-web-hosting/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 21:44:02 +0000</pubDate>
		<dc:creator>Charlie Patel</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.gabfirethemes.com/?p=998</guid>
		<description><![CDATA[<p><p><a href="http://www.gabfirethemes.com/wordpress-web-hosting/">WordPress Web Hosting</a></p><p>Shared Hosting &#8211; We recommend HostGator to clients who are getting started or have growing sites. VPS / Cloud &#8211; We highly recommend VPS.NET, After all, Gabfire Themes runs on it. So you acquired a domain name, and are now looking at web hosting providers for your WordPress sites. With all the different choices and [...]</p></p><p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gabfirethemes.com/wordpress-web-hosting/">WordPress Web Hosting</a></p><ul>
<li>Shared Hosting &#8211; We recommend <a title="HostGator" href="http://www.gabfirethemes.com/go/hostgator.php" target="_blank">HostGator</a> to clients who are getting started or have growing sites.</li>
<li>VPS / Cloud &#8211; We highly recommend <a title="VPS.NET" href="http://www.gabfirethemes.com/go/vps.php" target="_blank">VPS.NET</a>, After all, Gabfire Themes runs on it.</li>
</ul>
<p>So you acquired a <a title="How To Buy a Domain Name" href="http://www.gabfirethemes.com/how-to-buy-a-domain-name/">domain name</a>, and are now looking at web hosting providers for your WordPress sites. With all the different choices and providers out there, where should you start your search for the best web hosting? In this article, we explain the various types of hosting, features to consider, and provide a few recommendations.<span id="more-998"></span></p>
<h3>Types of Web Hosting</h3>
<h3>Free Hosting </h3>
<p>Many hosts will have promotions or specials for free hosting. As with most things free, there will be an up-sell at a future date. In our opinion, free hosting is fine if you plan on hosting a very simple, static site that requires little to no processing power from the server. However, if you are running WordPress, free hosting is not geared towards your site. Additionally, free hosting can have a negative perception and user experience for visitors to your site. However, if you just want a site online, there&#8217;s nothing wrong with free hosting as long as you are willing to accept the lack of performance and user experience.</p>
<h3>Shared Hosting </h3>
<p>Most online sites are hosted on Shared Hosting environments. This means that several accounts (i.e., other sites) are also being hosted on the same server and using the same resources (bandwidth, RAM, etc.) of that physical server. Shared hosting is more affordable and popular since all the users are sharing the costs. If you do not expect high amounts of traffic and have a standard website, shared hosting is a suitable hosting solution. There are many reputable hosts that offer this solution at very low prices. Therefore, when choosing between free hosting vs. shared hosting, opt for shared hosting as it will definitely give you more reliability and features. Most shared hosting accounts come with one-click installations of popular software &#8211; such as WordPress &#8211; as well as shopping carts and other add-ons. However, when several accounts are using the same fixed amount of resources on a server, there will be noticeable variations in performance and stability at times. Servers may go down due to scripts executed on other users&#8217; sites, or a single site may use up more resources leaving less for the other sites on the server. These are the types of reasons that drive more popular blogs, and especially those who make money off their sites, to opt for cloud hosting (VPS) or Dedicated hosting.</p>
<h3>VPS Hosting</h3>
<p>VPS stands for Virtual Private Server. Unlike shared hosting where other websites are sharing the same fixed resources as your site, a VPS is a virtual instance of a server that can be used exclusively by an individual customer of the service. In short, it means the resources available all for your sites (not sharing). VPS hosting is becoming more and more affordable nowadays but is still more expensive than shared hosting.</p>
<h3>Dedicated Hosting </h3>
<p>Dedicated hosting means obtaining full access to a server, and all its available resources, exclusively for your site. If you have a popular site, get massive amounts of traffic, or just want the scalability of resources on a server, then dedicated hosting may be the right hosting solution. This is what the big boys online use. But having a dedicated server means you alone are responsible for all aspects of it including, in most cases, the server administration, upgrading, security, and uptime/downtime. Furthermore, this is the most expensive hosting solution. It can get even more expensive if you choose to have the hosting provider manage all the administration of the dedicated server.</p>
<h3>Hosting Features</h3>
<p>Hosting providers are great at marketing their offerings. When making a decision on which host to choose, you should carefully consider all the following factors:</p>
<ul>
<li><strong>Reliability -</strong> Check hosting reviews for the provider and ensure they are reliable. Are their servers up all the time? Keep in mind that almost every hosting company claims their servers are up 99.99% of the time. Therefore, read recent reviews on their forums to see what types of issues and questions existing users are raising.</li>
<li><strong>Speed &#8211; </strong>Do site hosted by the host load quickly and correlate to the hosting package you plan on selecting?</li>
<li><strong></strong><strong>Support -</strong> Is the host available for technical support? How quickly do they respond if/when a site or server goes down?</li>
<li><strong>Limitations -</strong> Are there any special restrictions the host imposes on its users. If so, choose another host.</li>
<li><strong>Web Tools</strong> &#8211; These are important internet hosting tools to support blogging. Make sure your host provides these.</li>
<li><strong>Control Panel &#8211; </strong>You will definitely need access to a control panel. The most popular control panels are cPanel and Plesk. Does your host offer access to these so that you can make changes to your site?</li>
<li><strong>Cost &#8211; </strong> Does the cost of hosting meet your expectations of the service?</li>
<li><strong>Scalability</strong> &#8211; If your site grows, will it be easy to upgrade your account to a better server / package?</li>
<li><strong>Location &#8211; </strong>Does your hosting provider have servers in your country or in neighboring countries? It&#8217;s important that your server be geographically close to the majority of your visitors.</li>
<li><strong>Bandwidth and Storage</strong> &#8211; Does the package you selected allocate enough bandwidth and storage to accommodate the software and website you are running?</li>
</ul>
<h3 id="hostingcompanies">Web Hosting Recommendations</h3>
<p>We work with hundreds of users who ask for our recommendation. Based on our past experience, the following hosting providers have consistently satisfied our web hosting needs:</p>
<ul>
<li>Shared Hosting &#8211; We recommend <a title="HostGator" href="http://www.gabfirethemes.com/go/hostgator.php" target="_blank">HostGator</a> to clients who are getting started or have growing sites.</li>
<li>VPS / Cloud &#8211; We highly recommend <a title="VPS.NET" href="http://www.gabfirethemes.com/go/vps.php" target="_blank">VPS.NET</a>, After all, Gabfire Themes runs on it.</li>
</ul>
<p>Once you have your hosting secured, you can move on to installing WordPress and getting your web site up and running.</p>
<p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.gabfirethemes.com/wordpress-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Buy a Domain Name</title>
		<link>http://www.gabfirethemes.com/how-to-buy-a-domain-name/</link>
		<comments>http://www.gabfirethemes.com/how-to-buy-a-domain-name/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 02:53:41 +0000</pubDate>
		<dc:creator>Charlie Patel</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.gabfirethemes.com/?p=925</guid>
		<description><![CDATA[<p><p><a href="http://www.gabfirethemes.com/how-to-buy-a-domain-name/">How To Buy a Domain Name</a></p><p>If you&#8217;re reading this then you want to know how to buy a domain name. Acquiring a great domain name is the first step in building a web site. It&#8217;s also one of the easiest things to do online &#8211; even for beginners with no technical knowledge. Considerations Do Keyword Research. If you plan on [...]</p></p><p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gabfirethemes.com/how-to-buy-a-domain-name/">How To Buy a Domain Name</a></p><p><img class="size-full wp-image-926 aligncenter" title="how-to-buy-domain-name" src="http://cdn.gabfirethemes.com/wp-content/uploads/2011/04/how-to-buy-domain-name.jpg" alt="" width="588" height="169" /><br />
If you&#8217;re reading this then you want to know how to buy a domain name. Acquiring a great domain name is the first step in building a web site. It&#8217;s also one of the easiest things to do online &#8211; even for beginners with no technical knowledge.</p>
<h3>Considerations</h3>
<ul>
<li><strong>Do Keyword Research.</strong> If you plan on building a web site related to horse riding, then you&#8217;ll want to research the keywords in Google and check out your competition. Based on your research, determine what keywords you plan on targeting for search results and choose the domain name that best reflects your topic. Tip: It&#8217;s a good idea to have your keyword in your domain name for ranking purposes. This is not absolutely necessary, but definitely helps.</li>
<li><strong>Choose the proper top-level domain or TLD.</strong> In other words, the suffix of your domain (i.e., .com, .net, .org, .info, etc). If your business is in the United States, then you should use .com as your domain. Most users assume domains end with a .com, so that should be your first preference. If .com is not available, only then would I recommend .net. The .org TLD is reserved for nonprofits. Stick to these TLDs and avoid the rest.</li>
<li><strong>Check the domain name history.</strong> Google for previously indexed pages or any negative backlinks. You want to start with a clean slate.</li>
</ul>
<p><span id="more-925"></span></p>
<h2>Common Misconceptions</h2>
<ul>
<li>You do NOT have to purchase your domain name from the same company  that you choose to host your website. A domain registrar can be  different from the domain hosting provider. For example, you can  purchase the domain name at GoDaddy, and then host it at HostGator.</li>
<li>You do NOT need to have an established company to purchase a domain name. Anyone can acquire a name.</li>
</ul>
<h2>How To Register a Domain Name</h2>
<p>To register your own domain name &#8211; such as gabfirethemes.com or  yourdomain.com &#8211; for your web site, you can use a registrar such as  GoDaddy.</p>
<p style="padding-left: 30px;">1. Go to GoDaddy or any domain registrar<br />
2. Search for your preferred domain name. If it is not available, continue searching in order of preference.<br />
3. Purchase the domain name.<br />
4. Ensure you setup auto-renewal of the domain name so that it does not slip away by mistake.<br />
5. If hosting elsewhere, change the domain nameservers (DNS) to those provided by your hosting provider.</p>
<p>You are now the proud owner of online real estate. Your next step is to find a solid <a title="WordPress Web Hosting" href="http://www.gabfirethemes.com/wordpress-web-hosting/">WordPress web hosting provider</a>.</p>
<p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.gabfirethemes.com/how-to-buy-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check Category and Page ID&#8217;s</title>
		<link>http://www.gabfirethemes.com/how-to-check-category-ids/</link>
		<comments>http://www.gabfirethemes.com/how-to-check-category-ids/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 21:37:38 +0000</pubDate>
		<dc:creator>Mehmet Ozek</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Category ID]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://gabfirethemes.com/?p=114</guid>
		<description><![CDATA[<p><p><a href="http://www.gabfirethemes.com/how-to-check-category-ids/">How to check Category and Page ID&#8217;s</a></p><p>One of the major change of WordPress 2.5 was to remove the IDs on all admin pages. The reason of removing ID&#8217;s from admin pages was probably due to the fact that the common user don&#8217;t need them but since our templates are magazine/news style where we do have multiple loops on main pages, we [...]</p></p><p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gabfirethemes.com/how-to-check-category-ids/">How to check Category and Page ID&#8217;s</a></p><p>One of the major change of WordPress 2.5 was to remove the IDs on all admin pages. The reason of removing ID&#8217;s from admin pages was probably due to the fact that the common user don&#8217;t need them but since our templates are magazine/news style where we do have multiple loops on main pages, we will need to check category ID&#8217;s in order to set our templates.</p>
<p>If your browser shows the URL in the status bar, you can see the ID number when you mouse over the category link. If the status bar is disabled, you can activate it by checking the Status bar choice under View on both Firefox and Internet Explorer.<span id="more-114"></span></p>
<h3>Check Category ID</h3>
<p><img src="http://cdn.gabfirethemes.com/wp-content/uploads/2008/12/01.gif" alt="01" title="01" width="512" height="172" class="alignnone size-full wp-image-230" />&#8216;</p>
<h3>Check Page ID</h3>
<p><img src="http://cdn.gabfirethemes.com/wp-content/uploads/2008/12/page.gif" alt="page" title="page" width="512" height="216" class="aligncenter size-full wp-image-270" /></p>
<h3>Use a Plugin to Check ID No&#8217;s</h3>
<p>The other way of checking ID numbers is to download and install <a href="http://wordpress.org/extend/plugins/reveal-ids-for-wp-admin-25/">Reveal IDs for WP Admin</a>. When you install that plugin, the ID numbers will be printed next to categories as in following screenshot.</p>
<p><img src="http://cdn.gabfirethemes.com/wp-content/uploads/2008/12/02.gif" alt="02" title="02" width="512" height="172" class="alignnone size-full wp-image-231" /></p>
<p><a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes</a>
<a href="http://www.gabfirethemes.com">Gabfire Premium WordPress Themes - Newspaper, Magazine, Celebrity, Business style Premium WordPress Themes</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.gabfirethemes.com/how-to-check-category-ids/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via cdn.gabfirethemes.com

Served from: www.gabfirethemes.com @ 2012-02-03 22:00:57 -->
