Wordpress Tricks

WordPress Firewall-Plugin to stop WordPress Hacking

Wordpress Firewall is an excellent plugin that would help you securing your wordpress blog from hacking. The plugin detects, intecepts, and logs suspicious-looking parameters — and prevents them compromising WordPress.

Read more...

Be the first to comment - What do you think?  Posted by admin - July 23, 2009 at 10:22 pm

Categories: Wordpress Tricks   Tags: , ,

Tags Not Saving-WordPress 2.8.1 Problem

Well, let me update you all as I have not been updating the wordpress news for few weeks. The latest version of WP is now 2.8.1. I have upgraded all of my websites and had problem with one thing. "Tags". I was posting but the Tags were not recorded at all.

Read more...

Be the first to comment - What do you think?  Posted by admin - July 13, 2009 at 2:03 pm

Categories: Wordpress Tricks   Tags: ,

How to Add NextGen Gallery Images in WordPress Themes

NextGen Gallery is one of the most popular wordpress plugin for image gallery. This article shows you fews ways to add latest images from NextGen Gallery to the wordpress themes without using the shortcode. The shortcodes only work inside a page or post. This article shows you how to add NextGen images using PHP code.

Read more...

5 comments - What do you think?  Posted by admin - June 19, 2009 at 1:10 pm

Categories: Wordpress Tricks   Tags: ,

Blank Page after 2.8 Upgrade-Error Fix

Most you you must be very happy with the easy and quick upgrade of wordpress blog to the latest 2.8 version. I always prefer FTP upgrade and so I upgraded all of my blogs until I had to stop due to the "Blank Page" problem. Right after upgrading to wordpress 2.8, I get a blank blog.

Read more...

Be the first to comment - What do you think?  Posted by admin - June 11, 2009 at 10:49 pm

Categories: Wordpress Tricks   Tags: , ,

Blank Page after posting – WordPress Error Fix

Hello all, let me share my latest experience with another wordpress problem - "Blank Page" after posting. Very weird problem indeed. You see all your post from edit window. But when you publish the post, everything vanishes. You end up with nothing but a Blank Page. So I found out the quick error fox for the "Blank Page after Posting" Wordpress Problem.

Read more...

2 comments - What do you think?  Posted by admin - April 9, 2009 at 8:42 am

Categories: Wordpress Tricks   Tags: ,

Subscribe2 vs Feedburner for WordPress Users

Subscribe 2 is a very popular wordpress plugin. Subscribe2 provides a comprehensive subscription management and email notification system for WordPress blogs that sends email notifications to a list of subscribers when you publish new content to your blog. However, should you use the plugin? Lets read what the plugin does for you.

Read more...

6 comments - What do you think?  Posted by admin - April 6, 2009 at 9:19 am

Categories: Wordpress Plugins, Wordpress Tricks   Tags: , ,

WordPress Error Fix: 403 Forbidden Bye Bye, SPAMBOT!

This is probably one of the uncommon wordpress error that i have ever seen. It happened to me only with "Quick Reply" from the admin panel. I can comment from the actual post or page without any problem but could not use the "Quick Reply".

Read more...

4 comments - What do you think?  Posted by admin - April 3, 2009 at 5:13 pm

Categories: Wordpress Tricks   Tags: ,

WordPress – Digg Error Fix

Here is a quick error fox for your wordpress if you get "This link does not appear to be a working link. Please check the URL and try again." from Digg. Update you Permalink Structure (do not change) to fix the problem.

Read more...

4 comments - What do you think?  Posted by admin - at 3:58 pm

Categories: Wordpress Tricks   Tags: ,

Post from any Category with Thumbnail Image at WordPress Sidebar

Post from any Category with Thumbnail Images at the Sidebar of Wordpress Blog. A great feature that is available on the popular Magazine like theme "Options", how to achieve it for other themes? Possible Solution and guide.

Read more...

3 comments - What do you think?  Posted by admin - February 26, 2009 at 6:38 pm

Categories: Wordpress Plugins, Wordpress Themes, Wordpress Tricks   Tags: , ,

500 internal server error – WordPress Problem

Fix "500 Internal Serve Error" in worldpress. Share other solutions that you may know.

Read more...

4 comments - What do you think?  Posted by admin - February 16, 2009 at 4:21 pm

Categories: Wordpress Tricks   Tags: ,

Back Up WordPress Database – Pictorial Guide

Back Up WordPress – Pictorial Guide

This tutorial is most applicable to www.hostmonster.com users. However, 100% of each steps are applicable to any other server also. It may take some time to figure out WHERE to look for a particular feature to backup your database.

METHOD 1 (EASY WAY)

I have used multiple server providers and most of them have a section called “BACK UP” (or Back up and Restore or Similar) from where you can actually back up your entire website, each databases, emails and much more. It is worth noting that this is again the easiest place to RESTORE your database also. They usually have feature to upload your backed up database.

Lets check the first picture. If you have hostmonster, you know your cpanel. If you dont have Hostmonster, look for the “BACK UP” option.

Look for Back Up Option

Look for Back Up Option

Then Click on BACK UP icon. It will open more options. On Hostmonster, you will see something like this:

Back-Up-and-Restore

Back-Up-and-Restore

In the picture above, notice that it display a full list of all the databases you have and give you option to save or restore them. This is the easiest way of backing up your wordpress (truely, any kind of) database.

METHOD 2 (SLIGHTLY DIFFICULT but WORTH KNOWING)

This is probably the recommended way to back -up your database – using phpMyAdmin. It’s not difficult and you really do not have to panic at all. You do not any prior knowledge to back up your database using this tool either. Just follow the steps.

Lets first look at another picture again.

phpmyadmin

phpmyadmin

Every web host would provide you the phpMyAdmin service FREE. If you can not find how to get to it, email the service provider. If you can find it, which should be pretty easy for most of the server providers, then hit the icon and open it. It will take you to the phpMyAdmin application page which should look like something below:

inside-phpmyadmin

inside-phpmyadmin

As you see, the phpMyAdmin application page lists all of your databases to the left. Select the database you want to back up and hit. Now, check your database with the following picture and makw sure you have similar “Tick Marks”.

wp-database-backup

wp-database-backup

  • ‘Structure’
  • ‘Add DROP TABLE’
  • ‘Add AUTO_INCREMENT’ and
  • ‘Enclose table and field names with backquotes’

- Dont Forget about those above.

I like to use the ZIPPED format. Check the picture below. Check as shown and then you are ready to to hit “GO” and you should have a nice back up of your wordpress database.

zipped

zipped

ENJOY.

Let me know if you have any questions.

You can read the WORDPRESS.ORG guide about back up database HERE

1 comment - What do you think?  Posted by admin - November 26, 2008 at 3:30 am

Categories: Wordpress Tricks   Tags: , ,

WordPress Fix: Fatal Error: Allowed Memory Size of 33554432 bytes exhausted

Wordpress

Wordpress

Fatal error: Allowed memory size of 33554432 bytes exhausted:

  1. Download, back up and open: wp-settings.php in wordpad/notepad
  2. Search for define(‘WP_MEMORY_LIMIT’, ’32M’);
  3. Change 32M to 64M :   define(‘WP_MEMORY_LIMIT’, ’64M’);
  4. Enjoy

27 comments - What do you think?  Posted by admin - October 5, 2008 at 1:31 am

Categories: Wordpress Tricks   Tags:

WordPress Not Acceptable post.php error Fix

WordPress Not Acceptable post.php error Fix

Wordpress

Wordpress

WordPress Error:
An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server.”

Fix:
At the root of your blog, locate the file .htaccess and add a line “SecFilterEngine off” without the quotes.

2 comments - What do you think?  Posted by admin - July 15, 2008 at 9:55 pm

Categories: Wordpress Tricks   Tags: ,

Next Page »