Programming-4

How To Disable Post Revision In WordPress

Simply add the following snippet to your theme’s wp-config.php file and you will be able to disable WordPress post revision.

Snippet source/Credit: lesterchan.net

How To Have WordPress Domain Check

Using the following snippet will let you have your WordPress domain check.

Snippet Source/Credit: Snipplr

How To Speed Up Your Blog By Adding Caching Custom Queries

Using the following snippet, you will be able to speed up your blog by adding caching custom queries.

Snippet Source/Credit: WordPress Codex

How To Remove News Feed In WordPress Dashboard

The following snippet will let you remove news feed from your WordPress dashboard.

Snippet Source/Credit: Smashing Magazine

How To Show Content For Logged In Users

Adding this snippet to your theme’s functions.php file will let you show content only for logged in users.

Snippet Source/Credit: Snipplr