wordpress-logo

How To Make Term Edition Easier

Using the following snippet, you will be able to make term edition easier.

Once saved, add the following line of snippet on any category, tag or taxonomy template:

Snippet Source/Credit: Joost de Valk

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

How To Rearrange WordPress Categories Order

Using the following snippet, you will be able to rearrange WordPress categories order.

Snippet Source/Credit: Sebastian

How To Remove WordPress Version Number

Using the following snippet, you will be able to remove WordPress version number.

Snippet Source/Credit: Jeff Starr

How To Easily Get Post Content By ID

Using the following snippet will let you easily get post content by ID. All you have to do is to simply use the get_post_field() function to get the post content and you are done.

How To Prevent WordPress To Compress Your JPG Files

The following snippet will let you prevent WordPress to compress your JPG files.

Snippet Source/Credit: WP Snippets