9 Recommended WordPress Plugins to Maintain, Speed Up and Monitoring Your WordPress Blog

WordPress is one of the most popular blogging platforms and CMS, many popular bloggers had using WordPress to run their blogs. If you are WordPress beginner user, there are several WordPress plugins that you should install after setting up your WordPress in order to maintain, speed up and monitoring your WordPress blog. Below are those useful WordPress plugins that you might need to explore and use.

1. WP-DBManager – Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up, optimizing and repairing of database. (You must backup your WordPress database periodically)

2. Askimet – Checks your comments against the Akismet web service to see if they look like spam or not. (Pre-install during WordPress setup, you must activate this plugin)

3. 404 Notifier – Log 404 (file not found) errors on your site and get them delivered to you via e-mail or RSS. If you’ve decided to move things around on your site, you might overlook a few redirects and end up with some broken URLs. This will help you catch those so you can take care of them or you can fix them by using (4.) Redirection plugin.

5. All in One SEO Pack – Automatically optimizes your WordPress blog for Search Engines (Search Engine Optimization).

6. WP Super Cache – A very fast caching engine for WordPress that produces static html files. This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.

7. WP System Health – Provides a new Dashboard Widget (limit to administrators) that displays information provided by 5 different categories: System, PHP, WordPress, Translation, and Database.

8. Hosting Monitoring – Enables to display information on the system where your wordpress website is hosted.

9. Error Reporting – Logs Errors to file and/or Sends Error Notification emails. Records Ping Errors and displays them in a dashboard widget. Logs Errors to files and / or Sends Error Notification emails. Records Ping Errors and displays them in a dashboard widget.

How to Fix Internal Server Error 500 for WordPress

Last week, when I entered to all of my WordPress blogs which hosted in same web hosting account, I found that all of my blogs have encountered Internal Server Error 500. I felt panic and don’t have any idea how to solve the problem, then I tried to search some info from Google to see whether I can get help or not.

There are several solutions that other bloggers have provided and guild us how to solve the problem of Internal Server Error, unfortunately none of them can really help me. Most of the posts saying that most probably is due to the corrupted of .htaccess file. They asked to backup the current .htaccess and then create and blank .htaccess file and upload again. Hmmm.. this method can’t work for me!

I guessed there must be something happen on my hosting, if not why all of my blogs having the same error since I didn’t change wordpress themes, upload new plugins, update posts and etc. When the time I login to my cPanel page, I get shocked to see the Cpanel CPU and Memory Usage is full. Yes, this is the problem caused all my blogs cannot be displayed due to the memory allocation to the files. 

After that, I tried to contact my hosting technical support, they replied that it may be is due to huge of plugins used on my blogs, and asked me to take down those unusable plugins. What the hell?! I don’t have many plugins on my blogs, all the while my blogs are working fine for many years, of course I can’t accept this reason. Beside that, my technical support also suggest me go to change VPN server to support all my current blogs. I really want to fuck him because I only have few blogs without using high bandwidth, why I need VPN server? Really stupid technical support!!!

I know Internal Sever Error is most likely caused by low memory limit on my server this time, but I have nothing to do how to lower down the memory usage, then I just wait until second day. When the time I wake up from my bed, all my blogs were working fine, the cPanel CPU and memory usage is back to normal. Thanks god!

Anyway, if you found Internal Server Error 500 on your WordPress blog, I advise you to check the CPU and memory usage on your cPanel account first, if the CPU and memory usage is working fine, the most probably you can try to check your .htaccess file or plugins usage on your blog.

Make Money by Writting Articles – Ghost Bloggers

There are lots of platforms that you can make some money online like adsense, link advertising, post writing and many more. If you are a good writer and want to earn some buck of money online, then you can try Ghost Bloggers and you have opportunity to write some posts and get paid for it.

Ghost Bloggers is a newly marketplace for blog owners to buy unique niche content and allow ghost writers to earn money writing about topics they love. Each article is manually reviewed for plagiarism and quality, and you can request for article to write if needed.For more info, be sure you check it out!

How to Change WordPress Editor Font

Perhaps some of you don’t like the default fonts of WordPress Editor, you can change it to your favorite fonts by copying and pasting some short code in your functions.php file.

add_action( 'admin_head-post.php', 'devpress_fix_html_editor_font' );
add_action( 'admin_head-post-new.php', 'devpress_fix_html_editor_font' );

function devpress_fix_html_editor_font() { ?>
<style type="text/css">#editorcontainer #content, #wp_mce_fullscreen { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; }</style>
<?php }

Thanks to DevPress for this tip!

How to Display Latest Google Plus Update on Your Blog

Google Plus is the newest project from Google and it is also the new invitation-only social media kid on the block that wants to knock Facebook off the mountain. If you are currently using Google Plus and want to add the latest Google Plus update on your blog, that’s possible, you can copy and paste the following on your WordPress files.

<?php
	include_once(ABSPATH.WPINC.'/rss.php');
	$googleplus = fetch_feed("http://plusfeed.appspot.com/103329092193061943712"); // Replace 103329092193061943712 by your own ID
	echo '<a href="Here_To_Put_Your_Google_Plus_ID';
	echo $googleplus->items[0]['link']; echo '">';
	echo $googleplus->items[0]['summary'];
	echo '';
?>

P/S: Don’t forget to put your Google+ ID on line 3.

Easiest Way to Save Web Articles as PDF Format

If you are in habit of printing articles online, perhaps you can try JoliPrint. JoliPrint is a free service that allows you to save web articles as PDF format for reading later.

The easiest way to use JoliPrint is to install an free add-on to turn any web article into awesome PDF with one click for reading later, and this add-on will be appeared in your browser’s toolbar.

I love JoliPrint because it is a great and helpful tool that can simplified my task in a minute. Sometimes my boss want me to source some online resources from Internet, so now I can use JoliPrint to save the web articles as PDF and then send to my boss later.

Quick Maintenance Mode on Your WordPress Blog

If you want to do some maintenance on your WordPress blog, and you want to let your visitors know that your blog is down for maintenance, then you have 2 methods to do that.

The first method is that you can adds a splash page to your blog that lets visitors know your blog is down for maintenance by using Maintenance Mode WordPress plugin, this method is easy for WordPress beginner.

Another method is quite simply for advance WordPress users, just copy and paste the following code to functions.php will do. Don’t forget to remove the code once you are done with maintenance.

function wpr_maintenance_mode() {
    if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {
        wp_die('Maintenance, please come back soon.');
    }
}
add_action('get_header', 'wpr_maintenance_mode');

Embed Nice Fonts to Your Website or Blog Using Google Web Fonts

I just found Google Web Fonts today! I believe that Google Web Fonts is a great tool for website and blog designer nowadays. Normally many website or blog designer will using the popular fonts like arial, verdana, georgia and etc for their site at most of the time, and they can easily change their fonts of their website or blog to very nice looking fonts by using the fonts of Google Web Fonts now.

To use the fonts from Google Web Fonts, you just need to copy and paste the css coding to your website or blog to make your website or blog look different. Yes, I love Google Web Fonts, I will try it on my other blog later on. Hope you can give a great support to Google Web Fonts too!

How to Optimize WordPress Database Easily

We need to optimize WordPress database for some period of time due to the useless data “overhead” piles up over the years and slows your database down, sometimes the database may be get crashed too. There are 2 easy method to optimize WordPress database, one of the method is using WordPress plugin and another one is through phpMyAdmin.

Method 1: Optimize DB plugin

For those beginner user of WordPress, I suggest you use Optimize DB plugin to optimize your WordPress database as it is easy to use. Just upload Optimize DB plugin to your WordPress plugin folder, activate it then you can start using it.

Method 2: phpMyAdmin

  1. Login to Cpanel, go to phpMyAdmin
  2. Refer the to screenshot below, select your database that you want to optimize, check all the tables, and then select “optimize table” from the dropdown box.


Warning: Always backup your full database before attempting any database changes. In case you do something wrong, you can restore back your database.

How to Unfriend Facebook Friends

It is very easy to unfriend Facebook friends from Facebook, but surprisingly many of my friends don’t know how to unfriend Facebook friends. There are 2 methods to unfriend Facebook friends, you can go through the below tutorial.

Method 1: Unfriend from Sidebar Link

  • 1. Go to your Facebook friend profile that you want to unfriend (example: http://www.facebook.com/yourfriendprofilename)
  • 2. Scroll down to the bottom of left sidebar and you will see some text links like screenshot below.
  • 3. Just click the “unfriend” link to unfriend your friends.

Method 2: Unfriend from Friend List

If you want to unfriend many of your friends, you can do it in faster way through your friend list.

  • 1. Go to Facebook “edit friend”.
  • 2. Show all of your friends by clicking the button, see screenshot.
  • 3. Now you get a list of all your Facebook friends sorted in alphabet order. Click on the “X” button at the right end of each row to unfriend.
Calling cards for domestic and international use, great rates and excellent connectivity.
International prepaid phone card plans offer the ultimate in convenience for phone card users at the lowest cost available.
Australia international calling cards for low-cost international calls from United States to Australia.