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.
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%.
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.
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.
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.
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 ?→
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.
Without visiting cPanel and editing or adding PHP files you can very easily customize your WordPress installation with some basic hacks that every WordPress site owner needs, specially if you are working on your client website.
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.
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.
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.
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.
Yes you can redirect 404 page to your website’s homepage. Open your 404.php file (if it doesn’t exist then create a blank file) and add the following code:
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.
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.
Go To Top button is used in footer or somewhere in the bottom of your website, using this button your readers can quickly move back to top of your website after scrolling down and reading a long blog post etc.
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.
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.