4 Best Gallery WordPress plugins

NextGEN Gallery

Author’s Description:
NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a slideshow option.

NextGEN Gallery Features:

Templates,Sort images feature,Meta data support,Media RSS feed,Each gallery has a author,AJAX based thumbnail generator,Copy or move images,Upload pictures via a zip-file,Watermark,JavaScript Effect,Multiple CSS Stylesheet,Slideshow and more
(more…)

Continue Reading4 Best Gallery WordPress plugins

How to decrease wordpress database size

To decrease your wordpress database size follow the below steps.

1.AutoSave Interval

In wordpress when you editing a post, it automatically saves at a specific time interval. The default time is 60 seconds.To save your database just increase the time delay.To do this, Open your wp-config.php file and add the below code.

define('AUTOSAVE_INTERVAL', 500 );  // seconds

(more…)

Continue ReadingHow to decrease wordpress database size

Maintenance Mode – WordPress plugin

Maintenance Mode wordpress plugin allows you to add custom maintenance messages in your wordpress site. Logged in administrators get full access to the blog and visitors will see the custom maintenance message.

1. Download Maintenance Mode wordpress plugin. Download link.

2. Unzip and upload it to your WordPress wp-content/plugins directory.

3. Login to wp-admin. In your admin dashboard click plugins and activate the Maintenance Mode wordpress plugin.

4. Then go to settings menu and click Maintenance Mode.

(more…)

Continue ReadingMaintenance Mode – WordPress plugin

Fatal error: Allowed memory size of xxxxxxxx bytes exhausted in wordpress

If you are getting “Fatal error: Allowed memory size of xxxxxxxx bytes exhausted” error message in your wordpress then just increase php memory limit.

To increase PHP memory limit

1.Open your wp-config.php file.

2.Add below code in a new line

define('WP_MEMORY_LIMIT', '64M');

and save the changes
(more…)

Continue ReadingFatal error: Allowed memory size of xxxxxxxx bytes exhausted in wordpress

Insert Table into wordpress post & page – WP Table Reloaded

Author’s Description:

WP-Table Reloaded helps to create tables in wordpress. No HTML knowledge is needed, sorting, pagination, filtering features. Include the tables into your posts, pages or in text widgets by using a shortcode or a template tag function. Tables can be imported and exported from/to CSV, XML and HTML.

1. Download WP Table Reloaded wordpress Plugin. Download link.

2. Unzip and upload it to your WordPress wp-content/plugins directory.
(more…)

Continue ReadingInsert Table into wordpress post & page – WP Table Reloaded

Increase wordpress site speed – W3 Total Cache wordpress plugin

Author’s Description:

Easily optimize the speed and user experience of your site with caching: browser, page, object, database, minify and content delivery network support.

1. Download W3 Total Cache wordpress Plugin. Download link.

2. Unzip and upload it to your WordPress wp-content/plugins directory.

3. Login to wp-admin. In your admin dashboard click plugins and activate the W3 Total Cache wordpress Plugin.

4. Then go to Performance menu for W3 Total Cache Options.

(more…)

Continue ReadingIncrease wordpress site speed – W3 Total Cache wordpress plugin

How to Automatically publish Blog posts directly to Facebook via networked Blogs

NetworkedBlogs Application for Facebook offers this service for facebook users to automatically publish Blog posts directly to Facebook wall.

To Automatically publish Blog posts directly to Facebook via networked Blogs

1.Login to your facebook account.

2. Open a new tab and copy paste below url

http://apps.facebook.com/blognetworks/

3.click the login button.

(more…)

Continue ReadingHow to Automatically publish Blog posts directly to Facebook via networked Blogs

How to fix “Briefly unavailable for scheduled maintenance. Check back in a minute.”

The core automatic upgrade feature in worddpress was added with version 2.7. During the automatic upgrade WordPress places a file named .maintenance in the blog root folder. In that time the vistors will see the message Briefly unavailable for scheduled maintenance. Check back in a minute. If your automatic upgrade process failed and your site still shows the “vistors will see the message Briefly unavailable for scheduled maintenance. Check back in a minute.” message.just delete the .maintenance file.

(more…)

Continue ReadingHow to fix “Briefly unavailable for scheduled maintenance. Check back in a minute.”

How to Remove WordPress Dashboard Widgets (also from screen options)

If you login to your wordpress admin area ,you will see some useful (or maybe useless) dashboard widgets. It is a useful feature in single author blogs. By default,you can  turn off any dashboard widget using the “Screen Options” tab at the right top of the admin area. In multi-author blogs it leak some important details to other users. Example:incoming links,recent coments, right now, recent drafts etc.

To completely remove wordpress dashboard widgets (Dashboard quickpress widget,incoming links widget,Recent comments widget,Right Now widget,Dashboard Plugins widget,Dashboard Recent Drafts widget,Dashboard primary widget,Dashboard secoundary widget)
(more…)

Continue ReadingHow to Remove WordPress Dashboard Widgets (also from screen options)

How to secure multi-author wordpress blog

Secure wordpress is a wordpress plugin, it increases the security of your multi-author wordpress blog.

Some of its feature are

Removes error messages on login-page.
Removes the wordpress version except in admin.
Removes wordpress version in admin area for non-admins
Adds index.php plugin-directory (virtual)
Removes Really Simple Discovery link in wp_head of the frontend.
Removes Windows Live Writer.
Removes core update for non-admins.
Removes plugin update for non-admins.
Removes theme update non-admins.
Removes version on urls from scripts and stylesheets onyl on frontend
Block bad queries
(more…)

Continue ReadingHow to secure multi-author wordpress blog