Programming-1

How To Embed A Page Into Another Page In WordPress

Using the following snippet, you will be able to embed a page into another page in your WordPress blog.

Snippet Source/Credit: CSS Tricks

How To Rearrange Categories Order In WordPress

Adding the following snippet to your theme’s functions.php file, you will be able to rearrange WordPress categories order, completely the way you want it.

Snippet Source/Credit: Sebastian

How To Make Your Search Results Unlimited In WordPress

Start by finding the below code in your search.php file:

Once you found it, simply replace it with:

Snippet Source/Credit: WPHacks

How To Prevent WordPress To Compress JPG Files

Copy and paste the following snippet in your theme’s functions.php file and it will let you prevent WordPress to compress your jpg files.

Snippet Source/Credit: WP Snippets

How To Display An Advert After The First Post In WordPress

The following snippet will let you display an advert after the first post in WordPress.

Snippet Source/Credit: WPLift