<?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>Techie Buzz &#187; Wordpress Tips</title> <atom:link href="http://techie-buzz.com/tag/wordpress-tips/feed" rel="self" type="application/rss+xml" /><link>http://techie-buzz.com</link> <description>Know your technology head on</description> <lastBuildDate>Sun, 27 May 2012 12:00:55 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it</title><link>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html</link> <comments>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html#comments</comments> <pubDate>Mon, 20 Feb 2012 15:42:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html</guid> <description><![CDATA[When I initially started out with using VPS, I had tons of problems with Apache but quickly switched to Nginx which has proven to be more than a boon because it meant that I could do more with less. However, having used WordPress I have come to know that the system is not necessarily scalable in itself when it comes to self-hosted websites.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130247e4l5b54942r24jwm0axscumbag1338130247yqft9a1ygk87tcu4gra1338130247.ahole" class="scumbags" /><p>When I initially started out with using VPS, I had tons of problems with Apache but quickly switched to Nginx which has proven to be more than a boon, because it meant that I could do more with less. However, having used <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> I have come to know that the system is not necessarily scalable in itself when it comes to self-hosted websites.</p><p>In the past, I have written about the <a href="http://techie-buzz.com/annoucements/techie-buzz-server-architecture.html" target="_blank">architecture that powers Techie Buzz</a> and several guides like <a href="http://weblogtoolscollection.com/archives/2010/03/27/scaling-wordpress-part-1-using-mysql-replication-and-hyperdb/">Scaling WordPress Using MySQL Replication and HyperDB</a> and <a href="http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html" target="_blank">setting up memcache with WordPress</a> among others.</p><p>However, over time, I have learned quite a few things about managing WordPress for a website with heavy traffic and also sorted out several issues which had become a bottleneck for us.</p><p>One of the biggest issues I have faced over time with WordPress is the database. More often than not WordPress websites work slower than expected because of the MySQL database and heavy load on it. However, many a times a simple change in MySQL could speed up the website considerably.</p><p>The default engine (not forced by WordPress) while installing WordPress is MyISAM for most hosting companies. The problem with MyISAM is that it locks the entire table when it inserts or updates rows. This in turn locks other queries which are accessing the same table slowing down the entire website in the process.</p><p>For example, when you are updating a post, you will be updating the wp_posts table and during this update all other select, insert, update and delete queries will be queued till the insert/update query completes. This in itself should not be a big problem when you have a site with less traffic. However, it does make a big impact when you have a large website with multiple queries being run every minute or so.</p><p>So what is the solution for this? Well, the best I could implement was switching the tables with the frequent queries to InnoDB. InnoDB is a storage engine in MySQL which might become the default one in future MySQL versions. With an InnoDB table the queries don&#8217;t lock the entire table, but just lock a single row it is inserting/updating. This leaves the other queries to complete without having to wait in a queue.</p><p>Making this small change has definitely made life easier for us. Along with our other caching mechanisms we now have almost 0 load on our database, which is definitely a great thing.</p><p>While this has definitely been helpful for us, I would suggest that you spend some time reading up the differences between MyISAM and InnoDB and their advantages and disadvantages before you make the move. Once you are convinced that you are ready to migrate, head over to my earlier guide on <a href="http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" target="_blank">how to safely and easily migrate tables from MyISAM to InnoDB Engine</a>.</p> <img src="http://cache.techie-buzz.com/1338130247e4l5b54942r24jwm0axscumbag1338130247yqft9a1ygk87tcu4gra1338130247.ahole" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it http%3A%2F%2Fbit.ly%2Fyhe0pc via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/webmaster-tips" rel="tag">Webmaster Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" title="Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it">Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Monday 20th February 2012 10:42:00 AM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Better Search for WordPress Admin Backend Posts</title><link>http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html</link> <comments>http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html#comments</comments> <pubDate>Fri, 19 Aug 2011 00:35:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[Search]]></category> <category><![CDATA[Search Engine]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html</guid> <description><![CDATA[I have always been in awe of WordPress and come to love it since I started using it few years back. However, one of the biggest problems I have had with WordPress is their search; both in the frontend as well as in the backend.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130247cgl93m9pznr886qk2bliscumbag1338130247be1k4embvku87diabj5x1338130247.jpg" class="scumbags" /><p>I have always been in awe of <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> and have come to love it since I started using it few years back. However, one of the biggest problems I have had with WordPress is their search; both in the frontend as well as in the backend.</p><p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="wordpress_logo" border="0" alt="wordpress_logo" src="http://cache.techie-buzz.com/images2/keith/Better-Search-for-WordPress-Admin-Edit-P_11B4B/wordpress_logo.png" width="430" height="266" /></p><p>While you can always improve your frontend search and add relevancy to it by either using Google Custom Search or a plugin like <a href="http://wordpress.org/extend/plugins/better-search/" target="_blank">Better Search</a>, there are not many options for the backend, or at-least my searches led me to few or none.</p><p>My dislike for the WordPress backend search grew more when I wanted to search for some articles which had a particular title but could never see them in the results for my queries. However, I did find a really good alternative after spending a decent amount of time searching for it on Google.</p><p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="WordPress Admin Advanced Search" border="0" alt="WordPress Admin Advanced Search" src="http://cache.techie-buzz.com/images2/keith/Better-Search-for-WordPress-Admin-Edit-P_11B4B/wordpress_admin_advanced_search.png" width="582" height="254" /></p><p>The extension called <a href="http://wordpress.org/extend/plugins/search-regex/" target="_blank">Search Regex</a> is quite a life saver and is definitely better than the default WordPress backend search for posts. The plugin allows you to search only titles, within posts and comments, post meta values, post excerpts, post URLs and more.</p><p>One of the first things I noticed with the plugin was that it works really well and does it&#8217;s job. However, as always humans are usually never satisfied with what they get and so was I. I would have loved the plugin to integrate and replace the default backend search in WordPress and would like to have it on the WordPress Edit posts page itself. The reason for this is that, the way the plugin currently works, you can only edit a single post at a time.</p><p>On the other hand, WordPress backend search allows users to edit multiple posts at once. Other than this, the plugin also allows you to Search and Replace text within your posts. This can come in very handy if you want to update a link or text in a post. Best of all, the plugin supports regex (<a href="http://en.wikipedia.org/wiki/Regular_expression" target="_blank">Regular Expression</a>). However, I would avoid using that because it could really create problems if something goes wrong or you use a bad regex, in-fact the plugin itself advices you about it.</p><p>Rest assured, Search Regex is an excellent plugin to address the annoyance called &quot;WordPress Search&quot;. Go ahead and <a href="http://wordpress.org/extend/plugins/search-regex/" target="_blank">download it from here</a>, you won&#8217;t be disappointed at all.</p> <img src="http://cache.techie-buzz.com/1338130247cgl93m9pznr886qk2bliscumbag1338130247be1k4embvku87diabj5x1338130247.jpg" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Better Search for WordPress Admin Backend Posts http%3A%2F%2Fbit.ly%2FpDufvO via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html&title=Better Search for WordPress Admin Backend Posts" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html&title=Better Search for WordPress Admin Backend Posts" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html&title=Better Search for WordPress Admin Backend Posts" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/search" rel="tag">Search</a>, <a href="http://techie-buzz.com/tag/search-engine" rel="tag">Search Engine</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html" title="Better Search for WordPress Admin Backend Posts">Better Search for WordPress Admin Backend Posts</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Thursday 18th August 2011 08:35:00 PM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/better-search-wordpress-admin-posts-backend.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Post Meta Values Automatically Deleted in WordPress?</title><link>http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html</link> <comments>http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html#comments</comments> <pubDate>Fri, 18 Mar 2011 23:58:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[Tips And Tricks]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html</guid> <description><![CDATA[I came across a very annoying problem where custom meta fields were automatically deleted for some reason that was unknown to me. It was annoying me to no end because I had to manually go in and add those custom fields for the posts over and over again.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/13381302476rvb3i1gccygoidwx1oscumbag1338130247krk1twye5skp8ocztzux1338130247." class="scumbags" /><p>I use a lot of custom meta fields in <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> posts for several reasons. They allow me to manipulate multiple posts without having to write code for a specific conditions.</p><p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="WordPress Logo" border="0" alt="WordPress Logo" src="http://cache.techie-buzz.com/images2/keith/Post-Meta-Values-Automatically-Deleted-i_113A1/wordpress_logo.png" width="240" height="149" /></p><p>However, of late, I came across a very annoying problem where custom meta fields were automatically deleted for some reason that was unknown to me. It was annoying me to no end because I had to manually go in and add those custom fields for the posts over and over again.</p><p>I didn&#8217;t have much time to figure out what is wrong and left in some debug code which would allow me to later on see how things were disappearing. Today, I checked those logs and found out the problem with the disappearing custom meta fields.</p><p>The problem was that, WordPress processes hooks for the <em>edit_post, publish_post and save_post</em> not just for editing the posts but also various other functions like while approving comments too, but the code in question always tried to find the $_POST variables and delete them if they didn&#8217;t exist. This was the mystery behind those disappearing post custom meta fields.</p><h3>Solution For The Problem?</h3><p>If you are not a developer, you are better off disabling those plugins and adding those fields manually using WordPress write interface. However, if you use a plugin you might lose additional functionality it provides. You could always send an email to the plugin developer asking them to make the appropriate changes.</p><p>If you are a developer, Mark Jaquith has a post which talks about avoiding such problems. You can <a href="http://markjaquith.wordpress.com/2007/01/28/authorization-and-intentionorigination-verification-when-using-the-edit_post-hook/" target="_blank">read the post here</a> and modify your plugin or theme to fix this issue.</p> <img src="http://cache.techie-buzz.com/13381302476rvb3i1gccygoidwx1oscumbag1338130247krk1twye5skp8ocztzux1338130247." class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Post Meta Values Automatically Deleted in WordPress? http%3A%2F%2Fbit.ly%2FfC8r6Y via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html&title=Post Meta Values Automatically Deleted in WordPress?" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html&title=Post Meta Values Automatically Deleted in WordPress?" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html&title=Post Meta Values Automatically Deleted in WordPress?" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/how-to" rel="tag">How To</a>, <a href="http://techie-buzz.com/tag/tips-and-tricks" rel="tag">Tips And Tricks</a>, <a href="http://techie-buzz.com/tag/webmaster-tips" rel="tag">Webmaster Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html" title="Post Meta Values Automatically Deleted in WordPress?">Post Meta Values Automatically Deleted in WordPress?</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Friday 18th March 2011 07:58:00 PM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/wordpress-post-meta-values-automatically-deleted.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Blank Page in WordPress, How To Fix It and Where To Look</title><link>http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html</link> <comments>http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html#comments</comments> <pubDate>Fri, 20 Aug 2010 16:23:33 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[Fixes]]></category> <category><![CDATA[Tips And Tricks]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html</guid> <description><![CDATA[Steps to fix WordPress Blank Screen Error on upgrading WordPress, using new theme. while A blank screen appears on a website or blog running WordPress whenever there is an Fatal PHP Error with a plugin or theme. ]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130247qnkwym858lhkd2yrlkqscumbag1338130247cuk5gnehs2pafzzn99w1338130247.fkyou" class="scumbags" /><p>If you are a WordPress user there might be a chance that you might have come across a blank screen on your website or blog. For those who are not in the know <strong>a blank screen appears on a website or blog running WordPress whenever there is an <em>Fatal PHP Error</em> with a plugin or theme</strong>.</p><p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Blank WordPress Error Message" border="0" alt="Blank WordPress Error Message" src="http://cache.techie-buzz.com/images/postimg/BlankPageinWordPressHowToFixItandWhereTo_A86B/blank_wordpress_page_error.png" width="306" height="209" /></p><p>Several users might see blank screen in WordPress after they have upgraded to a new version of WordPress, installed a new plugin or changed their themes. Many users are perplexed when they see a blank screen and do not know what to do. However, a blank screen only appears when there is a fatal error while running a PHP script.</p><p>The reason users see a blank screen and not error messages is because WordPress hides all PHP related error messages. So the first thing to do after you see a blank screen on your website or blog is to turn on error reporting on WordPress.</p><p>To turn on error reporting, login to your FTP server and edit wp-config.php and add this line to it.</p><p> <code>define('WP_DEBUG', true);</code><p>Once you have added this line to the wp-config.php file, refresh your website and you will see the error messages that are causing a problem with WordPress loading your website.</p><p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="blank_wordpress_error_messages" border="0" alt="blank_wordpress_error_messages" src="http://cache.techie-buzz.com/images/postimg/BlankPageinWordPressHowToFixItandWhereTo_A86B/blank_wordpress_error_messages.png" width="494" height="95" /></p><p>This will make it easier for to figure our what is wrong with your site. Once you know where the error is, you can delete or remove the offending plugins or have someone look at the error messages to rectify the problem that is causing your site to not load.</p><p>Make sure to delete the WP_DEBUG line from the config file after you have fixed the error, or else you might also start seeing PHP Notices and Warnings.</p> <img src="http://cache.techie-buzz.com/1338130247qnkwym858lhkd2yrlkqscumbag1338130247cuk5gnehs2pafzzn99w1338130247.fkyou" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Blank Page in WordPress, How To Fix It and Where To Look http%3A%2F%2Fbit.ly%2Fa0kIcn via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html&title=Blank Page in WordPress, How To Fix It and Where To Look" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html&title=Blank Page in WordPress, How To Fix It and Where To Look" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html&title=Blank Page in WordPress, How To Fix It and Where To Look" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/fixes" rel="tag">Fixes</a>, <a href="http://techie-buzz.com/tag/how-to" rel="tag">How To</a>, <a href="http://techie-buzz.com/tag/tips-and-tricks" rel="tag">Tips And Tricks</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html" title="Blank Page in WordPress, How To Fix It and Where To Look">Blank Page in WordPress, How To Fix It and Where To Look</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Friday 20th August 2010 12:23:33 PM under <a href="http://techie-buzz.com/category/how-to" title="View all posts in How To" rel="category tag">How To</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/how-to/how-to-fix-blank-wordpress-page-error.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>WordPress 2.9.1 Coming Soon, Adds Fix for Missed Schedules Post and Cron Jobs</title><link>http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html</link> <comments>http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html#comments</comments> <pubDate>Tue, 22 Dec 2009 23:47:56 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[WordPress Tips and Tricks]]></category> <category><![CDATA[Fixes]]></category> <category><![CDATA[WordPress 2.9]]></category> <category><![CDATA[Wordpress Tips]]></category><guid isPermaLink="false">http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html</guid> <description><![CDATA[WordPress 2.9 users are having problems with scheduled posts and missed cron jobs. A fix will be out in WordPress 2.9.1. However, you can also fix it by patching some files in your WordPress 2.9 installation.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130247ktgqxs6ppmmh6bqhvxvcscumbag1338130247xqwanf09n9b6zqefdt1338130247.jpg" class="scumbags" /><p><a title="WordPress 2.9 Tips and Tricks and Resources" href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag" target="_blank">WordPress 2.9</a> seems to have a bug which is annoying the hell out of people. The problem is occurring with scheduled posts and missed cron jobs. Some users reported that scheduled posts were either missed or posted in the past.</p><p>The main reason why this is happen is because of some code introduced at the last minute, which in turn has apparently broken the WordPress cron. This is only affecting a minor percentage of users.</p><p>If you are experiencing a problem with scheduled posts or other Cron jobs not running on your blog, you can find the patched files on <a href="http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/" target="_blank">this page</a>, along with the description of errors. WordPress might release <a href="http://weblogtoolscollection.com/archives/2009/12/22/2-9-1-around-the-corner/" target="_blank">2.9.1</a> in a day or two to fix this issue. In the meantime you can use the files from the page above to fix the missed schedule posts and cron jobs issue with WordPress 2.9.</p> <img src="http://cache.techie-buzz.com/1338130247ktgqxs6ppmmh6bqhvxvcscumbag1338130247xqwanf09n9b6zqefdt1338130247.jpg" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=WordPress 2.9.1 Coming Soon, Adds Fix for Missed Schedules Post and Cron Jobs http%3A%2F%2Fbit.ly%2F92wr6O via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html&title=WordPress 2.9.1 Coming Soon, Adds Fix for Missed Schedules Post and Cron Jobs" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html&title=WordPress 2.9.1 Coming Soon, Adds Fix for Missed Schedules Post and Cron Jobs" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html&title=WordPress 2.9.1 Coming Soon, Adds Fix for Missed Schedules Post and Cron Jobs" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/fixes" rel="tag">Fixes</a>, <a href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag">WordPress 2.9</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html" title="WordPress 2.9.1 Coming Soon, Adds Fix for Missed Schedules Post and Cron Jobs">WordPress 2.9.1 Coming Soon, Adds Fix for Missed Schedules Post and Cron Jobs</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Tuesday 22nd December 2009 06:47:56 PM under <a href="http://techie-buzz.com/category/wordpress" title="View all posts in WordPress Tips and Tricks" rel="category tag">WordPress Tips and Tricks</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/wordpress/wordpress-29-scheduled-posts-cron-job-fix.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How To Disable oEmbed Support in WordPress 2.9</title><link>http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html</link> <comments>http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html#comments</comments> <pubDate>Sat, 19 Dec 2009 08:31:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[WordPress 2.9]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html</guid> <description><![CDATA[WordPress 2.9 has oEmbed turned on by default. Find out how to disable or re-enable oEmbed support in WordPress 2.9]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338130247y1y9a2m9k8ss7jngg0fscumbag1338130247mfmha30so6tugqe2a73s1338130247.ram" class="scumbags" /><p>A few hours back we told you about a new feature in <a title="WordPress 2.9 Tips and Tricks and Resources" href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag" target="_blank">WordPress 2.9</a> called oEmbed, which allows you to embed videos, images and polls into posts by just adding the URL to the post. However, not many of you might want this feature and want to disable this.</p><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="disable_oembed_in_wordpress" border="0" alt="disable_oembed_in_wordpress" src="http://cache.techie-buzz.com/images/postimg/HowToDisableoEmbedSupportinWordPress2.9_12EBB/disable_oembed_in_wordpress.png" width="502" height="159" /></p><p>By default oEmbed is enabled in WordPress 2.9, to disable it visit the Settings &gt; Mediapage and uncheck the boxes in the Embeds settings. To enable oEmbed, just visit the same setting page and check the boxes under Embeds settings.</p><p>oEmbed is a really useful feature in WordPress 2.9, however traditional WordPress installations have disallowed users from embedding videos for authors and contributors. Disabling oEmbed will help you restrict authors and contributors from adding videos to their posts.</p> <img src="http://cache.techie-buzz.com/1338130247y1y9a2m9k8ss7jngg0fscumbag1338130247mfmha30so6tugqe2a73s1338130247.ram" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=How To Disable oEmbed Support in WordPress 2.9 http%3A%2F%2Fbit.ly%2F8kGR12 via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html&title=How To Disable oEmbed Support in WordPress 2.9" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html&title=How To Disable oEmbed Support in WordPress 2.9" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html&title=How To Disable oEmbed Support in WordPress 2.9" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/how-to" rel="tag">How To</a>, <a href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag">WordPress 2.9</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tricks" rel="tag">WordPress Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html" title="How To Disable oEmbed Support in WordPress 2.9">How To Disable oEmbed Support in WordPress 2.9</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Saturday 19th December 2009 03:31:00 AM under <a href="http://techie-buzz.com/category/how-to" title="View all posts in How To" rel="category tag">How To</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/how-to/disable-oembed-support-in-wordpress-29.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How To Embed Videos, Images and Polls in WordPress 2.9 Using URL</title><link>http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html</link> <comments>http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html#comments</comments> <pubDate>Sat, 19 Dec 2009 02:18:03 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[WordPress 2.9]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category> <category><![CDATA[WordPress Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html</guid> <description><![CDATA[Step by step tutorial to embed videos, images and polls  in WordPress using URLs. Using oEmbed Technology, WordPress 2.9 allows users to insert videos, images and polls into posts by just pasting the URL into the post.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/13381302473d5m0g4kjc419430kivmscumbag1338130247z7fv45xlijgg1jo1cx61338130247.ahole" class="scumbags" /><p>WordPress 2.9 supports <a href="http://www.oembed.com/" target="_blank">oEmbed</a>, a new feature which fetches information from video and image providers with just the help of the URL. Starting with <a title="WordPress 2.9 Tips and Tricks and Resources" href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag" target="_blank">WordPress 2.9</a>, you do not need to add the embed codes into your post and can just include the video using the URL.</p><p>Here is a step by step tutorial on how you can embed videos, images and polls in WordPress using URLs, rather than having to copy and paste the full embed codes, this will ensure that users who do not have support for unfiltered HTML will be able to insert videos into WordPress posts.</p><h3>Insert Videos in WordPress using URL</h3><p><strong>Step 1:</strong> Create a new post in WordPress.</p><p><strong>Step 2:</strong> Go to <a title="Articles Related to YouTube" href="http://techie-buzz.com/tag/youtube" rel="tag" target="_blank">YouTube</a> or to any other <a href="http://codex.wordpress.org/Embeds" target="_blank">supported oEmbed providers</a> in WordPress 2.9 and copy the URL of the video or image you want to include in your post.</p><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="embed_video_into_wordpress" border="0" alt="embed_video_into_wordpress" src="http://cache.techie-buzz.com/images/postimg/HowToEmbedVideosImagesPollsinW.9UsingURL_12B84/embed_video_into_wordpress.png" width="315" height="226" /></p><p><strong>Step 3:</strong> Paste the URL of the video directly into the post, make sure it is not hyperlinked. Save or publish the post as usual.</p><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="wordpress_oembed_magic" border="0" alt="wordpress_oembed_magic" src="http://cache.techie-buzz.com/images/postimg/HowToEmbedVideosImagesPollsinW.9UsingURL_12B84/wordpress_oembed_magic.png" width="304" height="358" /></p><p>You will only see a URL inserted into the post edit area, but that is fine as all the magic happens under the hood, so after you have inserted the video, visit the post and the video will automatically be embedded into WordPress.</p><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="view_source_wordpress_oembed" border="0" alt="view_source_wordpress_oembed" src="http://cache.techie-buzz.com/images/postimg/HowToEmbedVideosImagesPollsinW.9UsingURL_12B84/view_source_wordpress_oembed.png" width="626" height="102" /></p><p>If you view the source of the page, you will see that the URL has been converted into an actual embed code using oEmbed technology. Super cool right :-). You can also insert images and polls using the same method.</p></p><p>The supported providers for oEmbed inserts include, YouTube, Vimeo, DailyMotion, blip.tv, Flickr, Viddler, Hulu, Qik, Revision3, Scribd, Photobucket, PollDaddy, Google Video and WordPress.tv.</p> <img src="http://cache.techie-buzz.com/13381302473d5m0g4kjc419430kivmscumbag1338130247z7fv45xlijgg1jo1cx61338130247.ahole" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=How To Embed Videos, Images and Polls in WordPress 2.9 Using URL http%3A%2F%2Fbit.ly%2F50Av00 via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html&title=How To Embed Videos, Images and Polls in WordPress 2.9 Using URL" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html&title=How To Embed Videos, Images and Polls in WordPress 2.9 Using URL" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html&title=How To Embed Videos, Images and Polls in WordPress 2.9 Using URL" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag">WordPress 2.9</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a>, <a href="http://techie-buzz.com/tag/wordpress-tricks" rel="tag">WordPress Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html" title="How To Embed Videos, Images and Polls in WordPress 2.9 Using URL">How To Embed Videos, Images and Polls in WordPress 2.9 Using URL</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Friday 18th December 2009 09:18:03 PM under <a href="http://techie-buzz.com/category/how-to" title="View all posts in How To" rel="category tag">How To</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/how-to/embed-videos-images-polls-in-wordpress-using-url.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How To Edit Images in WordPress 2.9</title><link>http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html</link> <comments>http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html#comments</comments> <pubDate>Tue, 08 Dec 2009 00:23:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[WordPress Tips and Tricks]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[Tips And Tricks]]></category> <category><![CDATA[WordPress 2.9]]></category> <category><![CDATA[Wordpress Tips]]></category><guid isPermaLink="false">http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html</guid> <description><![CDATA[Simple tips to edit images in WordPress media upload. WordPress 2.9 allows you to easily edit images, crop images, flip images and rotate them in addition to undo and redo your changes.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/13381302472yhhpbxrouslbgfc8o16scumbag1338130247k4f00zv0ogzfm3rj91b61338130247.png" class="scumbags" /><p><a title="Articles Tagged WordPress on Techie Buzz" href="http://techie-buzz.com/tag/wordpress" rel="tag">WordPress</a> 2.9 includes a really good basic image editor which can come in very handy. The image editor allows you to crop images, flip images and rotate them with ease.</p><p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="upload_image_wp29" border="0" alt="upload_image_wp29" src="http://cache.techie-buzz.com/images/postimg/HowToEditImagesinWordPress2.9_1487E/upload_image_wp29.png" width="338" height="159" /></p><p>To edit images in WordPress, click on the Edit Imagebutton when the image is uploaded. Once you do that a new Image editor will be displayed.</p><p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="edit_images_in_wp29" border="0" alt="edit_images_in_wp29" src="http://cache.techie-buzz.com/images/postimg/HowToEditImagesinWordPress2.9_1487E/edit_images_in_wp29.png" width="287" height="212" /></p><p>To select an area to crop, just click your mouse on the image and drag it as required, click on the scissor image to crop. You can also rotate and flip the image using the available buttons. Another interesting and useful function is the ability to undo or redo your changes.</p><p>The image editor allows you to apply the change to all the image sizes or just the image thumbnail.</p> <img src="http://cache.techie-buzz.com/13381302472yhhpbxrouslbgfc8o16scumbag1338130247k4f00zv0ogzfm3rj91b61338130247.png" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=How To Edit Images in WordPress 2.9 http%3A%2F%2Fbit.ly%2F6NZnwd via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html&title=How To Edit Images in WordPress 2.9" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html&title=How To Edit Images in WordPress 2.9" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html&title=How To Edit Images in WordPress 2.9" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/how-to" rel="tag">How To</a>, <a href="http://techie-buzz.com/tag/tips-and-tricks" rel="tag">Tips And Tricks</a>, <a href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag">WordPress 2.9</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html" title="How To Edit Images in WordPress 2.9">How To Edit Images in WordPress 2.9</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Monday 7th December 2009 07:23:00 PM under <a href="http://techie-buzz.com/category/wordpress" title="View all posts in WordPress Tips and Tricks" rel="category tag">WordPress Tips and Tricks</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/wordpress/edit-images-in-wordpress-media-uploader.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Trash and Restore Comments in WordPress 2.9</title><link>http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html</link> <comments>http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html#comments</comments> <pubDate>Mon, 07 Dec 2009 01:47:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[WordPress Tips and Tricks]]></category> <category><![CDATA[WordPress 2.9]]></category> <category><![CDATA[Wordpress Tips]]></category><guid isPermaLink="false">http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html</guid> <description><![CDATA[WordPress 2.9 introduces a feature which allows users to trash comments and restore them if they have been deleted by mistake. Trash comments is similar to Trash posts and works in a very similar fashion. We look at how you can trash comments, restore them and disable trash feature in WordPress 2.9.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/13381302480z78xf00xcwagkva9pdmscumbag13381302487pkiqx1gdrcjx2uzf80j1338130248.btch" class="scumbags" /><p>Just like trash feature for posts, <a title="Articles Tagged WordPress on Techie Buzz" href="http://techie-buzz.com/tag/wordpress" rel="tag">WordPress</a> 2.9 also includes a trash feature for comments too. It works in a similar way to posts. In WordPress 2.9 you can trash and restore comments, by default the comments are stored in trash for 30 days, however you can always update this.</p><h3>Trash Comments in WordPress 2.9</h3><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Trash Commens in WordPress 2.9" border="0" alt="Trash Commens in WordPress 2.9" src="http://cache.techie-buzz.com/images/postimg/TrashRestoreCommentsinWordPress2.9_CCB2/trash_comments_wordpress29.png" width="472" height="175" /></p><p>In WordPress 2.9, the delete functionality has been replaced by Trash, clicking on the Trash link will move the comment status to Trash, and store it for 30 days or as long as you have set it up to.</p><h3>Undo Trash Comments in WordPress 2.9</h3><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Undo Deleted Comments in WordPress 2.9" border="0" alt="Undo Deleted Comments in WordPress 2.9" src="http://cache.techie-buzz.com/images/postimg/TrashRestoreCommentsinWordPress2.9_CCB2/undo_trash_comments.png" width="275" height="127" /></p><p>Another interesting feature in WordPress 2.9 is the ability to quickly Undo your Trash action, similar to what you can see in <a title="Articles Tagged Gmail on Techie Buzz" href="http://techie-buzz.com/tag/gmail" rel="tag">Gmail</a>.</p><h3>Browsing Trash Comments in WordPress 2.9</h3><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Browse Trash Comments in WordPress 2.9" border="0" alt="Browse Trash Comments in WordPress 2.9" src="http://cache.techie-buzz.com/images/postimg/TrashRestoreCommentsinWordPress2.9_CCB2/browse_trash_comments_wordpress29.png" width="337" height="146" /></p><p>To browse trashed comments, just click on the Trash link in the Edit comments page.</p><h3>Restore Deleted Comments in WordPress 2.9</h3><p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Restore Deleted Comments in WordPress 2.9" border="0" alt="Restore Deleted Comments in WordPress 2.9" src="http://cache.techie-buzz.com/images/postimg/TrashRestoreCommentsinWordPress2.9_CCB2/restore_trash_comments_wordpress29.png" width="290" height="168" /></p><p>Restoring Trash Comments in WordPress 2.9 is pretty easy, just visit the Trash comments and click on the Restore link to restore it back. Bulk actions are also available for restore.</p><h3>Disabling / Limiting Trash Comments in WordPress 2.9</h3><p>Trash feature is an excellent addition to WordPress, however, if you want to disable the trash feature or limit the number of days deleted comments are stored in Trash, you can do it by adding a small constant.</p><p>This is similar to how you would limit post, you can read about it in our earlier post: <a href="http://techie-buzz.com/how-to/disable-or-limit-trash-function-in-wordpress-29.html" target="_blank">Disabling or Limiting Trash feature for posts</a>. One thing to note is that, both the posts and comments use the same constant, so you cannot disable it for one and expect it to be working for the other.</p><p>If you decide to disable trash feature, it will be disabled for both post and comments.</p> <img src="http://cache.techie-buzz.com/13381302480z78xf00xcwagkva9pdmscumbag13381302487pkiqx1gdrcjx2uzf80j1338130248.btch" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Trash and Restore Comments in WordPress 2.9 http%3A%2F%2Fbit.ly%2F8aveAU via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html&title=Trash and Restore Comments in WordPress 2.9" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html&title=Trash and Restore Comments in WordPress 2.9" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html&title=Trash and Restore Comments in WordPress 2.9" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag">WordPress 2.9</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html" title="Trash and Restore Comments in WordPress 2.9">Trash and Restore Comments in WordPress 2.9</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Sunday 6th December 2009 08:47:00 PM under <a href="http://techie-buzz.com/category/wordpress" title="View all posts in WordPress Tips and Tricks" rel="category tag">WordPress Tips and Tricks</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/wordpress/trash-comments-feature-wordpress29.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To Restore Deleted Posts in WordPress 2.9</title><link>http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html</link> <comments>http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html#comments</comments> <pubDate>Sun, 06 Dec 2009 09:17:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[WordPress 2.9]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html</guid> <description><![CDATA[Tips to restore deleted posts in WordPress 2.9. Using the trash feature in WordPress you can easily restore the posts you deleted by mistake.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/13381302484npo1atav3skhsn55zntscumbag1338130248w1l5rq2ns1hr11mzl2ep1338130248.god" class="scumbags" /><p>Quite recently we told you about a <a href="http://techie-buzz.com/how-to/disable-or-limit-trash-function-in-wordpress-29.html" target="_blank">new Trash feature</a> that will be introduced in <a title="Articles Tagged WordPress on Techie Buzz" href="http://techie-buzz.com/tag/wordpress" rel="tag">WordPress</a> 2.9 and how you can disable or limit the trash functionalities.</p><p>A good thing about the Trash feature is that it will allow you to restore deleted posts and add them back to your site. In this post we will see how you can restore deleted posts in WordPress.</p><h3>Browsing Trash Posts</h3><p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wordpress_29_trash_post_view" border="0" alt="wordpress_29_trash_post_view" src="http://cache.techie-buzz.com/images/postimg/RestoreDeletedPostsinWordPress2.9_10F8A/wordpress_29_trash_post_view.png" width="240" height="211" /></p><p>To browse trashed posts or page in WordPress you will have to click on the trash link at the top of the page in Edit Posts or Pages.</p><h3>Restoring Deleted Posts From Trash</h3><p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="restore_deleted_posts" border="0" alt="restore_deleted_posts" src="http://cache.techie-buzz.com/images/postimg/RestoreDeletedPostsinWordPress2.9_10F8A/restore_deleted_posts.png" width="240" height="154" /></p><p>To restore deleted posts from the trash, just browse under the post title and click on the restore link to restore the post.</p><p>The trash function in WordPress 2.9 is really useful and can come in pretty handy. What do you think about it?</p> <img src="http://cache.techie-buzz.com/13381302484npo1atav3skhsn55zntscumbag1338130248w1l5rq2ns1hr11mzl2ep1338130248.god" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=How To Restore Deleted Posts in WordPress 2.9 http%3A%2F%2Fbit.ly%2F89RD3G via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html&title=How To Restore Deleted Posts in WordPress 2.9" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html&title=How To Restore Deleted Posts in WordPress 2.9" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html&title=How To Restore Deleted Posts in WordPress 2.9" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/how-to" rel="tag">How To</a>, <a href="http://techie-buzz.com/tag/wordpress-2-9" rel="tag">WordPress 2.9</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html" title="How To Restore Deleted Posts in WordPress 2.9">How To Restore Deleted Posts in WordPress 2.9</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Sunday 6th December 2009 04:17:00 AM under <a href="http://techie-buzz.com/category/how-to" title="View all posts in How To" rel="category tag">How To</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/how-to/restore-deleted-posts-in-wordpress.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              11546
Template:           index
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 9/44 queries in 0.067 seconds using memcached
Object Caching 1662/1730 objects using memcached
Content Delivery Network via cdn4.techie-buzz.com

Served from: www.techie-buzz.com @ 2012-05-27 10:50:48 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          tag/wordpress-tips/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.451s
Header info:
X-Pingback:         http://techie-buzz.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Sun, 27 May 2012 14:50:48 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Sun, 27 May 2012 15:00:48 GMT
Pragma:             public
Cache-Control:      max-age=600, public, must-revalidate, proxy-revalidate
Etag:               e97f5663b643f5b9ee8b44611f1e9030
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
