Programming-2

How To Disable Comments Completely In WordPress

Adding the following snippet will let you disable Word Press comments completely.

Snippet Source/Credit: aotearoawebdesign.co.nz

How To Limit Posts Per Page On Search In WordPress

Using the following snippet will let you limit posts per page on search page in WordPress.

Snippet Source/Credit: WordPress.org

Fixing HTTP Error In WordPress

Using the following snippet in your theme’s .htaccess code will let you fix HTTP error in WordPress.

How To Know That Which Theme You Are Using

Adding the following lines of code will let you know that which theme you are using.

Snippet Source/Credit: Snipplr

How To Change Editor Font In WordPress

Using the snippet below and you will be able to change the font the way you want.

Snippet Source/Credit: DevPress

How To Disable Plugins Update In Your WordPress Blog

Using the following snippet, you will be able to disable all the plugins in your WordPress blog.

Snippet Source/Credit: WP Snippets

How To Set A Maximum Word Count On Post Titles

Adding the following snippet to your theme’s functions.php file, you will be able to set a maximum word count on post titles.

Snippet Source/Credit: Pippin