Tag Archives: WordPressHacks

How To Use Underscores Instead Of Dashes In WordPress Permalinks ?

By default WordPress use dash (-) for separting words in permakinks (URL slugs) but you can easily change it to underscores (_). There are two methods. First you can do this by using a plugin or you have to paste some code you your site’s standard plugin or theme’s function.php file.

Continue reading How To Use Underscores Instead Of Dashes In WordPress Permalinks ?

Force 100% Image Quality In WordPress With A Simple Hack

By default WordPress uses 90% quality for all images served in your website, log posts etc. This is done for conserving space and bandwidth. But still if you want you can force your WordPress JPEG image quality to be 100%.

Continue reading Force 100% Image Quality In WordPress With A Simple Hack

How To Increase Upload Size Limit Up To 100MB In WordPress ?

By default Maximum upload file size in WordPress is 32MB but you can very quickly increase it to 100MB in seconds. This tutorial is on new WordPress plugin called PBP Increase upload limit. The plugin is lightweight, takes about 2KB space but increases your file upload size to 100MB.

Continue reading How To Increase Upload Size Limit Up To 100MB In WordPress ?

WordPress Hack For Removing Admin Panel Menu Items In Client Websites

While creating any client website using WordPress as base you can easily hide the unnecessary menu items like uploads, tools, plugins, settings etc and make your client website look more focused on its category. Continue reading WordPress Hack For Removing Admin Panel Menu Items In Client Websites

Increase Security By Disabling PHP File (Plugins & Themes) Editing In WordPress Admin Area

By default WordPress allows site administrators to edit PHP files of plugins and themes direct from WordPress admin area dashboard. If you are using this feature from backend then make sure you have a strong security plugins installed in your WordPress site because this functionality can create a major security issue. For example: If your admin password is hacked by a bot or something then they can easily add their malware or suspicious scripts in your site’s themes and plugins easily by editing their PHP files.

Continue reading Increase Security By Disabling PHP File (Plugins & Themes) Editing In WordPress Admin Area

How To Change Default WordPress Post Autosave Time Interval ?

WordPress automatically saves your post drafts after every sixty seconds, the feature is very useful for all bloggers because it helps you to get your content back in case your web browser crashes, your system hangs or shuts down etc. This tutorial explains you how you can change the default autosave time interval of WordPress from 60 seconds to something else.

Continue reading How To Change Default WordPress Post Autosave Time Interval ?

How To Limit Or Entirely Turn Off Post Revisions In WordPress ?

Post revisions lets you tract post changes and revert them back easily but they populates your site _posts table and increases its size. This tutorial contains two simple wp-config.php file hacks you can use for turning off or limiting your posts revisions. Continue reading How To Limit Or Entirely Turn Off Post Revisions In WordPress ?

How To Change The Language Of Your WordPress Installation ?

WordPress can be used in many different languages. By default the language installed and active on WP sites is English. You can easily change your installation language by editing your wp-config.php file which is present in your site’s root directory. Remember it may happen that the language you have defined in your wp-config.php file is not installed in your WordPress site. In such case you can download your language files from here and upload them to Your site root -> wp-content -> Languages directory.

Continue reading How To Change The Language Of Your WordPress Installation ?

How To Customize Headings In WordPress Without Using Any Plugin ?

You can easily style headings you use for your blog posts, pages and everywhere else in your WordPress site simply by editing your theme’s style.css file. Style.css file is located in the directory of theme you are using. You can easily edit it from your admin area Dashboard -> Appearance -> Editor Page in single WordPress installations and Network Admin Dashboard -> Themes -> Editor Page in WordPress Multisite Networks.

Continue reading How To Customize Headings In WordPress Without Using Any Plugin ?

How To Remove Or Edit WordPress Admin Area Footer And Version Information ?

You might have noticed there is a small message (Thank you for creating with WordPress.) and version information on every WordPress admin area dashboard’s footer. Some users wants to remove it, if you are one of them then here’s an easy hack and a simple plugin that lets you remove admin footer information very easily.

Continue reading How To Remove Or Edit WordPress Admin Area Footer And Version Information ?

How To Remove WordPress Logo From Admin Bar Easily ?

Sometimes you want to remove the logo from WordPress admin bar especially when you are keeping admin bar visible for the logged out users or sometimes in your client websites etc. You can do this very easily by adding a code snippet in your theme functions file.

  Continue reading How To Remove WordPress Logo From Admin Bar Easily ?

WordPress Hack For Linking Content Keywords With Given URLs

Sometime you want to link some words inside your posts and page to other URLs. For example if you want to link WordPress to one of your page describing WordPress or you want it directly to be linked with WordPress.Org. In this article we will show you how you can do it in your WordPress based website.

Continue reading WordPress Hack For Linking Content Keywords With Given URLs

How To Edit Footer Information In WordPress Atahualpa Theme ?

Today one of our reader emailed us asking how he can edit footer information (powered by) links in Atahualpa WordPress Theme. He tried to edit it in Theme’s footer file but he didn’t get any link showing powered by information, he searched for it in other theme files and at last he got it in the functions.php file but as soon he removed it he got some footer error on the front end of his WordPress blog.

Continue reading How To Edit Footer Information In WordPress Atahualpa Theme ?

Powerful WordPress Plugins For Building New Theme Options

Here are two powerful and free WordPress plugins that lets you create theme option, meta boxes in both free and premium WordPress themes. These plugins get easily integrated in almost all WordPress themes and provides you easy admin interface for building theme options.

Continue reading Powerful WordPress Plugins For Building New Theme Options

How To Fix WordPress Fatal Error: Out Of Memory (Allocated xx…) (Tried To Allocate xx…) Bytes ?

In WordPress Fatal Error: Out Of Memory (Allocated xx…) (Tried To Allocate xx…) Bytes comes when certain PHP scripts require more than the default given memory in PHP.

Continue reading How To Fix WordPress Fatal Error: Out Of Memory (Allocated xx…) (Tried To Allocate xx…) Bytes ?

How You Can Stop Hotlinking In Your WordPress Site ?

Hotlinking means showing images from other sites which increases bandwidth usage. You can stop Hotlinking in your WordPress site. All you need to do is open .htaccess file present in your WordPress root directory and the given code.

Continue reading How You Can Stop Hotlinking In Your WordPress Site ?