WordPress

How To Load jQuery From Google CDN

WordPress by default load its own jQuery in your theme BUT using the following snippet in your theme’s functions.php file will load the library directly from Google CDN.

Snippet Source/Credit: WP Tips

Adding Paragraph Tags Automatically In Your WordPress Blog

Using the following snippet, you will be able to add paragraph tags automatically in your WordPress blog.

Snippet Source/Credit: Daniel Pataki

Changing Author URL Base

The following snippet will let you change author URL base.

Snippet Source/Credit: Kevin Chard

How To Redirect To A Custom Page After Registration

The following snippet will let you redirect to a custom page once registration got completed. Simply copy the snippet and paste it to your theme’s functions.php file.

Snippet Source/Credit: TheDeadMedic

Changing WordPress Login Logo Title Attribute

Using the following snippet, you will be able to change WordPress login logo title attribute.

Snippet Source/Credit: Dave Clements