<?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>Quick Online Tips (QOT) &#187; WordPress</title>
	<atom:link href="http://www.quickonlinetips.com/archives/category/blogging/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quickonlinetips.com</link>
	<description>Technology News, Blogging Tips, Guestblogging, Social Media</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:25:00 +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>Switched WP Super Cache to Quick Cache</title>
		<link>http://www.quickonlinetips.com/archives/2012/02/wp-super-cache-to-quick-cache/</link>
		<comments>http://www.quickonlinetips.com/archives/2012/02/wp-super-cache-to-quick-cache/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 08:03:34 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=24315</guid>
		<description><![CDATA[We have switched over from WP-SuperCache to QuickCache as the primary WordPress caching plugin for our site. We have used WP-SuperCache for over 5 years now...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=24315">Switched WP Super Cache to Quick Cache</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>We have switched over from WP-SuperCache to QuickCache as the primary WordPress caching plugin for our site. We have used WP-SuperCache for over 5 years now and it is one of the best caching plugins out there.</p>
<h3>WP-Super Cache</h3>
<p>However, since the release of the latest version, there were some buggy issues and we were unable to delete the cache. It was getting tedious to FTP inside the server and manually delete the cache. Then repeatedly reinstalling the plugin, some strange kind of 403 errors occured. It was time to try a new caching plugin&#8230;</p>
<p>Kindly note these are isolated issues affecting only our server and <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP-Supercache</a> is undoubtedly an excellent plugin, which is not only the most popular plugin, but also highly recommended.</p>
<h3>WordPress Caching</h3>
<p>A caching plugin is the single most important plugin to add to WordPress blogs, as it stores php pages as html files and minimizes server load. It will keep your site online even <a href="http://www.quickonlinetips.com/archives/2009/04/traffic-with-internal-server-errors/">when the server is down</a>, and will help your website survive unexpected traffic spikes even on shared hosting.</p>
<p>I wanted to use <a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3-Totalcache</a> and combine it with a CDN service like <a href="http://www.maxcdn.com/" target="_blank">MaxCDN</a> (or <a href="http://aws.amazon.com/cloudfront/" target="_blank">Amazon Cloudfront</a> which we already use to cache some static files), but since the plugin is so feature rich and so powerful, the controls and options in the plugin are too overwhelming. Meanwhile, the forums are filled with growing popularity of QuickCache. So I decided to give QuickCache a try&#8230;</p>
<h3>Install Quick Cache</h3>
<p>Firstly <a href="http://wordpress.org/extend/plugins/quick-cache/" target="_blank">QuickCache</a> works out of the box. Simply activate and turn on caching and you dont need to edit any setting unless you want to really customise caching options, which we didnt need, not will most other users. So basically it was simple to start and get working instantly.</p>
<p><img class="alignnone size-full wp-image-24322" title="quick-cache" src="http://www.quickonlinetips.com/archives/wp-content/uploads/quick-cache.png" alt="quick cache" width="437" height="302" /></p>
<p>At most you might want to increase the caching time from default 3600 (1 hour) to 36000 (10 hours) or higher if your content does not change too frequently. Also note that QuickCache does not cache pages for admin and known users by default, and also refreshes the pages after people post comments. So you need to actually logout to see it is working. Another good option is it will refresh only the single post after edits, and not the whole cache ( for which there is a quick clear cache button on top).</p>
<p>If you FTP inside the server, the files in the /cache folder are also stored differently. While Supercache used to replicate your entire site structure in the folder, Quick Cache stores them as MD5 hash files, which checks with your Salt in a complex interaction before serving cached files.</p>
<h3>Quick Cache  Gzip Compression</h3>
<p><strong></strong>Note that unlike Wp-Supercache, QuickCache has no option to enable gzip compression of your webpages. Gzip compression is a good idea as it helps to compress pages and deliver them to modern browsers, which helps to speed up you site load times and deliver a faster and better user experience.</p>
<p>Quickcache FAQ does suggest 2 ways to activate <strong>gzip compression</strong> manually. One is by editing your .htaccess file using mod_deflate, but that did not work for our site. The other alternative did work as Knownhost has installed zlib on our server. Simple create a blank notepad file, add zlib compression</p>
<p><em>zlib.output_compression = on</em></p>
<p>and save as <em>php.ini</em> and upload to your server root folder. It works and pages do get gzip compressed. Since it does not output &#8216;gzip on&#8217; comment in the html code, you can test it using any <a href="http://www.whatsmyip.org/http-compression-test/" target="_blank">HTTP compression test</a> tool.</p>
<p>So basically we are very happy with QuickCache as of now and it is caching our WordPress blog error free and it is also highly recommended. Are you using Quick Cache and have some tips to share?</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=24315">Switched WP Super Cache to Quick Cache</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2010/07/play-super-mario-bros/" >A New Way to Play Super Mario Bros. [Video]</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/03/how-to-start-a-blog/" >7 Quick Tips on How To Start A Blog</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/11/secure-facebook/" >5 Quick Tips to Secure Facebook</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/08/local-business-owner-tips/" >5 Quick Tips For Local Business Owners</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/01/running-successful-blog-contest/" >6 Quick Tips to Run Your Own Successful Blog Contest</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2012/02/wp-super-cache-to-quick-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best Way to Find All Broken Links on WordPress Blogs</title>
		<link>http://www.quickonlinetips.com/archives/2012/01/find-broken-links-on-wordpress-blogs/</link>
		<comments>http://www.quickonlinetips.com/archives/2012/01/find-broken-links-on-wordpress-blogs/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 14:28:36 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=23506</guid>
		<description><![CDATA[Broken Links are bad for SEO. What is the best way to find broken links on your WordPress blog? There are many broken link checkers...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=23506">Best Way to Find All Broken Links on WordPress Blogs</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>Broken Links are bad for SEO. What is the best way to find broken links on your WordPress blog? There are many broken link checkers which will let you find broken links, and many paid SEO reports also which will help you identify broken links, but in WordPress it is easier.</p>
<p>I have been using the amazing <a href="http://wordpress.org/extend/plugins/broken-link-checker/" target="_blank">Broken Links Checker plugin</a> for quite some time since Panda updates became famous and it has helped us find and fix all broken links on our website.</p>
<h3>Check Broken Links</h3>
<p>Few months back, the first time we used the plugin it took several hours as it scanned across our entire site and you could continue to refresh and see how many links were broken and how many were redirects. Since over last 7 years, this was the first time we checked broken links in such a comprehensive way, nearly 10% of outbound links were broken!</p>
<p><img class="alignnone size-full wp-image-23507" title="broken-links2" src="http://www.quickonlinetips.com/archives/wp-content/uploads/broken-links2.png" alt="broken links" width="473" height="156" border="1" /></p>
<p>This was a huge exercise to fix all links in thousands of posts, but the interface integrates very well in the WordPress admin and easily allows you to Edit url, unlink text or mark the url not broken.</p>
<p><img class="alignnone size-full wp-image-23508" title="broken-links" src="http://www.quickonlinetips.com/archives/wp-content/uploads/broken-links.png" alt="Broken Links" width="500" height="321" border="1" /></p>
<p>There are many options about to optimize as per your schedule, with many other custom options. But as I continued to fix these urls, I realized it would take many weeks to fix up the entire site. The plugin meanwhile also offered a quick and powerful way to nofollow all such links and even add a CSS strikethrough on all broken links so visitors would not click through these broken 404 links.</p>
<p><img class="alignnone size-full wp-image-23512" title="fix-brokenlinks" src="http://www.quickonlinetips.com/archives/wp-content/uploads/fix-brokenlinks.png" alt="fix broken links" width="326" height="210" border="1" /></p>
<p>This is a highly recommended plugin for all WordPress bloggers. Broken links are very bad for SEO and this is a very powerful tool to fix all broken urls in few clicks. Try it out and tell us how many broken urls did you find on your WordPress blog?</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=23506">Best Way to Find All Broken Links on WordPress Blogs</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2011/07/find-wordpress-php-mysql-versions/" >Find Your WordPress PHP, MySQL Versions Now</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/12/add-snowing-effect-to-wordpress-blogs/" >Add Snow Falling Effect to Your WordPress Blogs</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/06/wordpress-blog-to-membership-site/" >5 Plugins to Convert WordPress Blogs to Membership Sites</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/08/new-digg-has-broken-an-axle/" >New Digg has &#8216;Broken an Axle&#8217;</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/pad-files-to-get-links/" >How to Use PAD Files to Get Links</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/10/google-related-links/" >Try Google Related Links [Invite Only]</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2012/01/find-broken-links-on-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Force Browsers to Refresh CSS for Your WordPress Blog</title>
		<link>http://www.quickonlinetips.com/archives/2011/12/force-browser-css-refresh/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/12/force-browser-css-refresh/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 15:24:26 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=23239</guid>
		<description><![CDATA[How can you force your reader&#8217;s browser to refresh CSS files when you change CSS stylesheets in WordPress blogs? Unless you force CSS refresh, the...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=23239">How to Force Browsers to Refresh CSS for Your WordPress Blog</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>How can you force your reader&#8217;s browser to <strong>refresh CSS files</strong> when you change CSS stylesheets in WordPress blogs? Unless you force CSS refresh, the regular visitors browser continues to load the old cached CSS files and new changes to the CSS on your site are never visible till the user decided to refresh the page, wherein the browser clears the CSS from the cache and loads a fresh current CSS file.</p>
<p>If you made minor changes,<strong> old cached CSS files</strong> might not make a difference. But what it you made substantial structural changes, or introduced new classes&#8230; your site would appear totally broken to regular visitors.  How many readers would think that refreshing the page will fix your site?</p>
<p><img class="alignnone size-full wp-image-23242" title="css-stylesheet" src="http://www.quickonlinetips.com/archives/wp-content/uploads/css-stylesheet.png" alt="css stylesheet" width="443" height="199" border="1" /></p>
<h3>Force CSS Files Refresh</h3>
<p>The answer is to force browsers to load the latest CSS file.</p>
<p>1. The way to do this is to change to a<strong> new CSS file name</strong> in the HEAD of the html, that will force the browser to load a new stylesheet file. But if you edit your CSS too frequently, its cumbersome to keep fixing new CSS files everytime and editing the source stylesheet name everytime.</p>
<p>I used to keep 3 CSS files like style1.css, style2.css, style3.css and keep cut pasting the latest code edits to the new one and updating the header.php file. An easier way is to add a so called <strong>version</strong> to your CSS file everytime like <em>?v=25122011</em>, this will change the file name and force a refresh, but then again you have to change the file name everytime you edit WordPress stylesheets.</p>
<p>2. Then I came upon this nice <a href="http://markjaquith.wordpress.com/2009/05/04/force-css-changes-to-go-live-immediately/" target="_blank">trick</a> suggested by WordPress developer Mark Jaquith, which suggests you use the<strong> function filetime</strong> which adds the server time the file was changed to the CSS url. Here is the code &#8211; cut and paste and try for yourself.</p>
<p><code>&lt;link rel="stylesheet" href="&lt;?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?&gt;" type="text/css" media="screen, projection" /&gt;</code></p>
<p>So we used this code and now our stylesheet call code in the HEAD looks like this<br />
<code>&lt;link rel="stylesheet" href="http://www.quickonlinetips.com/archives/wp-content/themes/qot/style.css?1324491378" type="text/css" media="screen, projection" /&gt;</code></p>
<p>You note that the new code has made our stylesheet style.css?1324491378 &#8211; This number will change whenever we save a new version of the style.css and will force site visitors to load the fresh copy of the CSS file.</p>
<p>A smart trick which makes web designing easy for bloggers who like to tweak their site design every day&#8230;</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=23239">How to Force Browsers to Refresh CSS for Your WordPress Blog</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/move-blog-wordpress-com-to-wordpress-org/" >Easiest Way to Move Blog from WordPress.com to WordPress.org</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/08/blog-marketing-wordpress-plugins/" >10 Useful WordPress Plugins for Blog Marketing</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/add-qr-code-to-wordpress-blog-posts/" >How to Add Unique QR Code to All WordPress Blog Posts Easily</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/01/perfect-blog-commenting-strategy/" >How To Explode Blog Traffic with Perfect Blog Commenting Strategy</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/wordpress-secret-keys-better-wordpress-security/" >Update WordPress Secret Keys for Better WordPress Security</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/12/buy-wordpress-products-at-wordpress-swag-store/" >Buy WordPress Products at WordPress Swag Store</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/12/force-browser-css-refresh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VaultPress Gets One-Click WordPress Database Restore</title>
		<link>http://www.quickonlinetips.com/archives/2011/12/vaultpress-gets-one-click-wordpress-database-restore/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/12/vaultpress-gets-one-click-wordpress-database-restore/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 14:20:50 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=23146</guid>
		<description><![CDATA[Vaultpress finally got the much desired one-click database restore feature for WordPress blogs. Vaultpress is a popular service by Automattic, makers of WordPress, which provides...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=23146">VaultPress Gets One-Click WordPress Database Restore</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p><a href="http://vaultpress.com">Vaultpress</a> finally got the much desired<strong> one-click database restore</strong> feature for WordPress blogs. Vaultpress is a popular service by Automattic, makers of WordPress, which provides streamlined wordpress database backup, security and support.</p>
<p><img title="vaultpress-restore4" src="http://www.quickonlinetips.com/archives/wp-content/uploads/vaultpress-restore4.png" alt="vaultpress" width="414" height="200" /></p>
<p>Read our <a href="http://www.quickonlinetips.com/archives/2011/03/vaultpress-secure-wordpress-backup-review/">VaultPress review</a>. We have been using Vaultpress for many months now as it quietly syncs our site database, themes, uploaded images and plugins in the background in real time providing a ready updated complete backup when needed. </p>
<h3>VaultPress WordPress Database Restore</h3>
<p>Previously you needed to download the files and restore them yourself, but the new feature of 1-click database restore makes it worth the money.</p>
<p><img title="vaultpress-restore1" src="http://www.quickonlinetips.com/archives/wp-content/uploads/vaultpress-restore1.png" alt="Vaultpress database restore" width="333" height="138" border="1" /></p>
<p><img title="vaultpress-restore2" src="http://www.quickonlinetips.com/archives/wp-content/uploads/vaultpress-restore2.png" alt="database backup" width="500" height="178" border="1" /></p>
<p><img class="alignnone size-full wp-image-23153" title="restore-confirm" src="http://www.quickonlinetips.com/archives/wp-content/uploads/restore-confirm.png" alt="restore database confirm" width="433" height="211" border="1" /></p>
<p>There are many <a href="http://www.quickonlinetips.com/archives/2010/05/wordpress-backup-services/">WordPress backup</a> services, but we chose Vaultpress, and the $15 per month spent on this service is worth the money should the database just crash one day. All plans include Realtime Backups, Downloadable Archives for Restoring, Vitality Statistics, and the Activity Log. Our Basic plan provides access to disaster recovery and support services also. More expensive plans also include  site migration assistance, automated security scanning, security consulting and performance auditing.</p>
<p>See the video how database recovery works<br />
<embed type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.03" width="400" height="300" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=yIvLVXTF&amp;isDynamicSeeking=true"></embed></p>
<p>Previously we used to keep <a href="http://www.quickonlinetips.com/archives/2009/06/daily-backup-wordpress-blog-mysql-database/">daily database backups</a>, but now we add Vaultpress to the daily cpanel backup and full VPS backups by our amazing webhosting service <a href="http://www.quickonlinetips.com/archives/2011/07/knownhost-vps-hosting-review/">Knownhost</a> - it all helps to secure backup copies of the whole site for easy restoration (Remember when our <a href="http://www.quickonlinetips.com/archives/2010/07/qot-hacked/">site was hacked</a>!). I am sure many more people will find Vaultpress useful now.</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=23146">VaultPress Gets One-Click WordPress Database Restore</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/vaultpress-secure-wordpress-backup-review/" >Got VaultPress Secure WordPress Backup [Review]</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/06/optimize-wordpress-database/" >How to Optimize WordPress Database Easily</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/05/bbpress-forum-wordpress-plugin/" >bbPress WordPress Plugin Installs Forum in One Click</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/02/scary-short-urls/" >Create Short Urls No One Dares to Click</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/wordpress-secret-keys-better-wordpress-security/" >Update WordPress Secret Keys for Better WordPress Security</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/move-blog-wordpress-com-to-wordpress-org/" >Easiest Way to Move Blog from WordPress.com to WordPress.org</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/12/vaultpress-gets-one-click-wordpress-database-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Your WordPress PHP, MySQL Versions Now</title>
		<link>http://www.quickonlinetips.com/archives/2011/07/find-wordpress-php-mysql-versions/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/07/find-wordpress-php-mysql-versions/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 18:13:05 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Domain Hosting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=19837</guid>
		<description><![CDATA[WordPress Bloggers must find the PHP version and MySQL version of their hosting server now.  The WordPress minimum requirements have changed and if your hosting...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19837">Find Your WordPress PHP, MySQL Versions Now </a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>WordPress Bloggers must find the PHP version and MySQL version of their hosting server now.  The WordPress minimum requirements have changed and if your hosting server PHP and MySQL version is outdated, upon upgrade to WordPress 3.2, your site may not work.</p>
<h3>PHP, MySQL Versions in WordPress</h3>
<p>The minimum requirements for WordPress 3.1 (current version) are PHP 4.3 and MySQL 4.1.2. But the The <a href="http://wordpress.org/about/requirements/">minimum requirements</a> for <a href="http://codex.wordpress.org/Version_3.2">WordPress 3.2</a> (which is coming very soon) is<strong> PHP 5.2.4 and MySQL 5.0</strong>. So though most web hosting services would have updated their server, you need to be sure and not get stuck during update.</p>
<p>The easiest way is to install the <a href="http://wordpress.org/extend/plugins/health-check/" target="_blank">Health Check Plugin</a> &#8211; Its a simple WordPress plugin which will check checks PHP and MySQL versions of your server and compare them with WordPress 3.2 requirements.</p>
<p>We installed it and got an this response.</p>
<p><img class="alignnone size-full wp-image-19838" title="php-check" src="http://www.quickonlinetips.com/archives/wp-content/uploads/php-check.png" alt="php mysql check" width="500" height="97" /></p>
<p>The response suggests excellent &#8211;  we are running on PHP 5.2.16 which better than required 5.2.4.</p>
<p>I suggest you also check your PHP and MySQL version and contact your webhosting if your server falls short. Of course, if your hosting provider cannot upgrade your PHP and MySQL, its time to find a new web hosting for your WordPress blog.</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19837">Find Your WordPress PHP, MySQL Versions Now </a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2011/05/install-wordpress-alpha-beta-nightly-build-versions/" >How to Install WordPress Alpha, Beta Versions, Nightly Builds</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2012/01/find-broken-links-on-wordpress-blogs/" >Best Way to Find All Broken Links on WordPress Blogs</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/02/how-to-find-customers-online/" >How to Find Customers Online</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/07/find-coupons-for-anything-online/" >How To Find Coupons for Anything Online</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2012/02/find-thin-content/" >How to Find Thin Content on Your Site</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/02/facebook-breakup-notifier/" >Get Facebook Breakup Notifier: Find When Your Crush is Available</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/07/find-wordpress-php-mysql-versions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Optimize WordPress Database Easily</title>
		<link>http://www.quickonlinetips.com/archives/2011/06/optimize-wordpress-database/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/06/optimize-wordpress-database/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 17:42:50 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=19679</guid>
		<description><![CDATA[What is the best and easiest way to optimize WordPress database? It is a good idea to optimize your WordPress database tables as useless data...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19679">How to Optimize WordPress Database Easily</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>What is the best and easiest way to<strong> optimize WordPress database</strong>? It is a good idea to optimize your WordPress database tables as useless data &#8220;Overhead&#8221; piles up over the years and slows your database down.</p>
<p>Our WordPress admin was getting really slow and so were the increasing  number of resource alerts. Like most WordPress bloggers, we too were always hesitant to meddle with the database fearing irreversible loss of data. There are many powerful WordPress database plugins, but they all seem too powerful and capable of modifying so much data, that it seemed better in expert hands. So we were looking for something very simple, easy and trustworthy.</p>
<h3>Optimize WordPress Database</h3>
<p>The we found the amazing <a href="http://wordpress.org/extend/plugins/optimize-db/">Optimize DB plugin</a> by Yoast, who is a well known creator of some <a href="http://yoast.com/wordpress/">other amazing plugins</a> too. We simply installed and activated the plugin and it automatically analyzed how much database overheads it could save instantly. Then we backed up the database, though <a href="http://www.quickonlinetips.com/archives/2011/03/vaultpress-secure-wordpress-backup-review/">Vaultpress</a> saves our latest database files automatically.</p>
<p>This what a partial screenshot of what we got. The plugin was going to optimize our WordPress database and save it by 33%!</p>
<p><img class="alignnone size-full wp-image-19703" title="optimize-database" src="http://www.quickonlinetips.com/archives/wp-content/uploads/optimize-database.png" border="1" alt="optimize database" width="500" height="202" /></p>
<p>Well there is only one button to click, and we clicked it. And in the next few seconds, it was all done.</p>
<p><img class="alignnone size-full wp-image-19704" title="optimize-tables" src="http://www.quickonlinetips.com/archives/wp-content/uploads/optimize-tables.png" border="1" alt="WordPress Database tables optimized" width="311" height="326" /></p>
<p>The WordPress admin speed seems better, site resource alerts seem lower too.</p>
<p><strong><span style="color: #ff0000;">Warning</span>:</strong> Always back up your full database before attempting any database changes. This seems standard disclaimer, but is very essential to restore your database if something goes wrong (and sometimes things do go wrong).</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19679">How to Optimize WordPress Database Easily</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2011/12/vaultpress-gets-one-click-wordpress-database-restore/" >VaultPress Gets One-Click WordPress Database Restore</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/add-qr-code-to-wordpress-blog-posts/" >How to Add Unique QR Code to All WordPress Blog Posts Easily</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/09/seo-optimize-blog-posts/" >13 Lucky Ways to SEO Optimize Blog Posts</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/04/optimize-image-downloads-improve-site-speed/" >3 Ways to Optimize Image Downloads to Improve Site Speed</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/12/linkedin-resume-builder/" >Convert Your LinkedIn Profile to Resumes Easily</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/07/easily-apply-jobs-with-linkedin-buttons/" >Easily Apply Jobs with LinkedIn Buttons</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/06/optimize-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Delete Post Revisions in WordPress</title>
		<link>http://www.quickonlinetips.com/archives/2011/06/delete-post-revisions-in-wordpress/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/06/delete-post-revisions-in-wordpress/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 17:32:36 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=19675</guid>
		<description><![CDATA[How can you delete post revisions in WordPress blogs? Post revision is a cool way in which WordPress autosaves your posts while you type. This...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19675">How to Delete Post Revisions in WordPress</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>How can you<strong> delete post revisions</strong> in WordPress blogs? Post revision is a cool way in which WordPress autosaves your posts while you type. This helps to recover posts should your browser crash, or internet crash, and you can always restore an older version of the post. But Post revisions tend to pile up in your database.</p>
<p>We use <a href="http://www.quickonlinetips.com/archives/2011/03/vaultpress-secure-wordpress-backup-review/">Vaultpress WordPress backup</a> and its stats informed us that we had over 4000+ posts and<strong> 8000+ post revisions! </strong>The number of post revisions is double the number of posts! No wonder the database file size is growing so fast. Every post we edit keeps accumulating post revisions. If there are frequently edited posts, the revision can be a large number.</p>
<h3>Optimize Post Revisions</h3>
<p>Of course you can stop post revisions by adding the following to wp-config.php (in root of your WordPress installation)</p>
<p><code>define('WP_POST_REVISIONS', false);</code></p>
<p>But post revisions have really helped me recover crashed posts, so I want to continue using them. So I add these to wp-config.php instead.</p>
<p><code>define('WP_POST_REVISIONS', 3);</code><br />
<code>define( 'AUTOSAVE_INTERVAL', 120);</code></p>
<p>This saves only the latest 3 post revisions of any article (note false is replaced by 3, you can add a different value if you like), so multiple edits will not pile up these post revisions. Next I increased the autosave interval to 120 seconds (default is 60 seconds). So this lets me continue using post revision with decreased saves and only latest saves. But this does not delete my 8000+ useless post revisons over 3-4 years old, which I no longer need.</p>
<h3>Delete Post Revisions</h3>
<p>Download the <a href="http://wordpress.org/extend/plugins/delete-post-revisions/">Delete Post Revisions Plugin</a> and it will delete all the post revision there are. This is how the admin panel of the plugin looks like. We did not click the check box as there were too many revisions. There is only 1 button and that does the job.</p>
<p><img class="alignnone size-full wp-image-19683" title="delete-post-revision" src="http://www.quickonlinetips.com/archives/wp-content/uploads/delete-post-revision.png" alt="delete-post-revision" width="446" height="606" /></p>
<p>It took the plugin over 20 minutes as we had over 8000 post revisions and we had to repeat 3 times till we got the message that no post revisions could be detected.</p>
<p><img class="alignnone size-full wp-image-19684" title="deleted-revisions" src="http://www.quickonlinetips.com/archives/wp-content/uploads/deleted-revisions.png" alt="deleted revisions" width="440" height="91" /></p>
<p>So now our databases is much cleaner and lighter as we have deleted unnecessary post revisions and have modified good settings for post revisions to work well in future.</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19675">How to Delete Post Revisions in WordPress</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2010/05/quit-facebook-day-delete-facebook-accounts/" >Quit Facebook Day: Delete Your Facebook Account</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/08/get-guest-blog-post/" >4 Ways to Get a Guest Blog Post</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/04/rock-your-next-guest-post/" >4 Tips to Rock Your Next Guest Post</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/10/facebook-updates-using-voice-on-windows-mobile-phone/" >How to Post Facebook Updates Using Voice on Windows Mobile Phone [Video]</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/wordpress-secret-keys-better-wordpress-security/" >Update WordPress Secret Keys for Better WordPress Security</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/06/delete-post-revisions-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Add HTML, Scripts in WordPress Category Descriptions</title>
		<link>http://www.quickonlinetips.com/archives/2011/06/html-scripts-in-wordpress-category-descriptions/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/06/html-scripts-in-wordpress-category-descriptions/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 18:23:46 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=19520</guid>
		<description><![CDATA[How can you add HTML code and scripts in WordPress category descriptions? WordPress category description is a text box which will by default strip any...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19520">How to Add HTML, Scripts in WordPress Category Descriptions </a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>How can you add <strong>HTML code and scripts</strong> in <strong>WordPress category descriptions</strong>? WordPress category description is a text box which will by default strip any tags, scripts  or html code if you attempt to save it. But adding code for images, links, javascripts can enhance the usability, functionality and search engine rankings of your category pages.</p>
<h3>Block WordPress Filters</h3>
<p>Normally WordPress has powerful filters which block and strip code, so if you disable the filter, you can add whatever you like in the input forms. I followed this <a href="http://wordpress.org/support/topic/category-description-strips-html-tags">discussion</a> and found this useful tip.</p>
<p>In the theme editor, open your themes <strong>functions.php</strong> file and add this code before the closing php closing tag <code>?&gt;</code></p>
<p><code>$filters = array('term_description','category_description','pre_term_description');<br />
foreach ( $filters as $filter ) {<br />
remove_filter($filter, 'wptexturize');<br />
remove_filter($filter, 'convert_chars');<br />
remove_filter($filter, 'wpautop');<br />
remove_filter($filter, 'wp_filter_kses');<br />
remove_filter($filter, 'strip_tags');<br />
}</code></p>
<p>Warning: Any wrong code entry to the functions.php file can take your blog down and block wp access. So fiddle with it only if you know what you are doing. If something goes wrong, edit the file to original via ftp, and all will be well.</p>
<h3>Add Category Description Theme Support</h3>
<p>Now you need to enable the category description code in your theme (which is usually absent). So in your theme editor open <strong>archive.php</strong> (which displays tags and categories archives) and add the following code after the Category / Tag headline.</p>
<p><code>&lt;?php echo category_description(); ?&gt;</code></p>
<h3>Add HTML to Category Description</h3>
<p>Now you can add any <strong>html code and scripts </strong>to description fields of <strong>categories and tags</strong>.</p>
<p><img class="alignnone size-full wp-image-19523" title="html-description" src="http://www.quickonlinetips.com/archives/wp-content/uploads/html-description.png" border="1" alt="Wordpress category html description" width="487" height="152" /></p>
<p>Make useful category and tags descriptions and see the rising search engine ranking of these pages. Do you like this design + SEO tip?</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19520">How to Add HTML, Scripts in WordPress Category Descriptions </a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2010/07/gmail-rich-text-html-signatures/" >Gmail Finally Adds Rich Text HTML Signatures</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/12/most-viewed-youtube-videos-2011/" >Most Viewed Youtube Videos 2011 By Category [Videos]</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/wordpress-secret-keys-better-wordpress-security/" >Update WordPress Secret Keys for Better WordPress Security</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/12/buy-wordpress-products-at-wordpress-swag-store/" >Buy WordPress Products at WordPress Swag Store</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/move-blog-wordpress-com-to-wordpress-org/" >Easiest Way to Move Blog from WordPress.com to WordPress.org</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/10/little-known-wordpress-seo-tips/" >Little-Known WordPress SEO Tips</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/06/html-scripts-in-wordpress-category-descriptions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Change WordPress Login Screen Logo</title>
		<link>http://www.quickonlinetips.com/archives/2011/06/how-to-change-wordpress-login-screen-logo/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/06/how-to-change-wordpress-login-screen-logo/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 08:36:19 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=19406</guid>
		<description><![CDATA[Do you want to change the WordPress Login screen logo to your own site logo for better branding? Its easy to change the WordPress logo...<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19406">How to Change WordPress Login Screen Logo</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>Do you want to change the <strong>WordPress Login screen logo</strong> to your own site logo for better branding? Its easy to change the WordPress logo to your logo and will give better branding, especially if you have multiple authors, or require commentors to sign in repeatedly from that page.</p>
<h3>Change WordPress Login Logo</h3>
<p>1. Modify your logo size to create a new image with following parameters</p>
<ul>
<li>.GIF image</li>
<li>Transparent background</li>
<li>Size &#8211; 310px wide, 70px height</li>
<li>Name -<strong> logo-login.gif</strong></li>
</ul>
<p>2. Check your WordPress login screen which would be located on the url <em>http://yoursite.com/wp-admin/</em> or if you host your WordPress in a folder, then it is at <em>http://yoursite.com/folder/wp-admin/</em></p>
<p><img class="alignnone size-full wp-image-19408" title="wordpress-login" src="http://www.quickonlinetips.com/archives/wp-content/uploads/wordpress-login.png" border="1" alt="wordpress login screen" width="351" height="331" /></p>
<p>3. Now login via FTP on your server and browse to the <strong>wp-admin/images</strong> folder</p>
<p>4. Find logo-login.gif image and back it up (rename to logo-login-back.gif or download it)</p>
<p>5. Upload your own logo image logo-login.gif to replace it</p>
<p>6. Check your WordPress login screen and your logo is live</p>
<p><img class="alignnone size-full wp-image-19412" title="wordpress-login1" src="http://www.quickonlinetips.com/archives/wp-content/uploads/wordpress-login1.png" border="1" alt="wordpress login screen new logo" width="346" height="328" /></p>
<p>if you require people to login to your site, you must change your WordPress login screen logo to bet better brand value.</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=19406">How to Change WordPress Login Screen Logo</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2011/01/how-to-change-avatar-size-in-wordpress-comments/" >How to Change Avatar Size in WordPress Comments</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/03/how-to-change-shorten-excerpt-length-in-wordpress/" >How to Change / Shorten Excerpt Length in WordPress</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/05/full-screen-distraction-free-writing-in-wordpress/" >Full Screen Distraction Free Writing in WordPress</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/01/new-yahoo-full-page-ads-on-login-pages/" >New Yahoo! Full Page Ads on Login Pages</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/09/future-of-touch-screen-technology-video/" >Future Of Touch Screen Technology [Video]</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/02/worlds-largest-curved-multitouch-screen-video/" >World&#8217;s Largest Curved Multitouch Screen [Video]</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/06/how-to-change-wordpress-login-screen-logo/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>bbPress WordPress Plugin Installs Forum in One Click</title>
		<link>http://www.quickonlinetips.com/archives/2011/05/bbpress-forum-wordpress-plugin/</link>
		<comments>http://www.quickonlinetips.com/archives/2011/05/bbpress-forum-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 24 May 2011 09:56:46 +0000</pubDate>
		<dc:creator>QuickOnlineTips</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=18552</guid>
		<description><![CDATA[The first integration of bbPress forums as a WordPress plugin enables bloggers to add forums in one click to increase reader engagement to their site....<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=18552">bbPress WordPress Plugin Installs Forum in One Click</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div>]]></description>
			<content:encoded><![CDATA[<p>The first integration of <a href="http://bbpress.org/">bbPress</a> forums as a WordPress plugin enables bloggers to add forums in one click to increase reader engagement to their site.</p>
<p><img src="http://www.quickonlinetips.com/archives/wp-content/uploads/bbpress.gif" alt="bbPress forums" align="left" />You read our <a href="http://www.quickonlinetips.com/archives/2008/04/top-10-reasons-to-choose-bbpress-forums/">10 best reasons to install bbPress</a> and for long time bbPress has been one of the best free forum softwares out there, and now it is also the easiest forum software you could ever integrate with WordPress. Right now the latest bbPress 2.0 beta in active development and you should try it on a test wordpress installation. <a href="http://wordpress.org/extend/plugins/bbpress/">Download bbPress WordPress Plugin</a> (in beta testing) to see the new features.</p>
<h3>bbPress WordPress integration</h3>
<p><img src="http://www.quickonlinetips.com/archives/wp-content/uploads/forums-bbpress.png" alt="bbPress" /></p>
<p>The <a href="http://bbpress.org/blog/2011/05/bbpress-2-0-beta-1/">new version</a> will allow seamless integration with your WordPress site and theme, allowing integrated admin interface for forums, topics, and replies, splitting and merging topics within a single forum. Shortcodes will help you customize where your forums appear and there is the integrated child theme of TwentyTen for starters.</p>
<p>The power of WordPress will let you keep track of changes with topic and reply revisions, mark topics as favorites, receive emails when new replies are posted to topics you subscribe to, get forum widgets in sidebars and anonymous posting lets you open your community.</p>
<p>It will work with WordPress hooks, and Multisite application means that you can host unlimited bbPress forums. The important thing is there are no additional database tables and it promises to work in sync with BuddyPress Forums and WP caching plugins.</p>
<p><strong><em>Something great is happening &#8230; </em></strong>I know a lot of bbPress forum owners are looking for the importer to migrate all their forums to the new WordPress integrated platform &#8230; and the time will come soon. I tried the beta and it is still buggy as of now, but I am sure the amazing WordPress community will make it better soon, and them all WordPress bloggers can get a one click forum of their own. Meanwhile there are many other <a href="http://www.quickonlinetips.com/archives/2010/05/wordpress-forum-plugins/">WordPress Forum Plugins</a> you can also try.</p>
<div class="tentblogger-rss-footer"><hr /><p>You just finished reading <a href="http://www.quickonlinetips.com/archives/?p=18552">bbPress WordPress Plugin Installs Forum in One Click</a>!  Consider leaving a comment!</p><p>Copyright 2012. <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>. All Rights Reserved.
<p><a href="http://www.amazon.com/gp/product/B0051QVESA/ref=as_li_ss_tl?ie=UTF8&tag=quickonlineti-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVESA" rel="nofollow" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/G/01/kindle/associates/Associates-holiday-banner-kindle-300x250.jpg"></a></p></div><b>Related articles you might like ...</b>
<ul>
		<li><a href="http://www.quickonlinetips.com/archives/2010/05/wordpress-forum-plugins/" >5 Top WordPress Forum Plugins</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/12/vaultpress-gets-one-click-wordpress-database-restore/" >VaultPress Gets One-Click WordPress Database Restore</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/02/fix-ftp-connection-information-wordpress-plugin-upgrades/" >Fix FTP Connection Information Error on WordPress Plugin Upgrades</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2011/04/download-google-webmasters-site-verification-wordpress-plugin/" >Download Google Webmasters Site Verification WordPress Plugin</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2012/02/forum-marketing-for-targeted-free-traffic/" >Forum Marketing 101: Get Laser-Targeted Free Traffic</a></li>
		<li><a href="http://www.quickonlinetips.com/archives/2010/02/scary-short-urls/" >Create Short Urls No One Dares to Click</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.quickonlinetips.com/archives/2011/05/bbpress-forum-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.quickonlinetips.com/archives/category/blogging/wordpress/feed/ ) in 1.38193 seconds, on Feb 9th, 2012 at 4:17 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 2:17 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.quickonlinetips.com/archives/category/blogging/wordpress/feed/ ) in 0.00112 seconds, on Feb 9th, 2012 at 4:18 pm UTC. -->
