Programming-4

Redirecting To A Custom Page After Registration

The addition of the following snippet in your theme’s functions.php will let you redirect to a custom page after registration.

Source: TheDeadMedic

Adding Custom Text To WordPress Loging Page

The following snippet will allow you to add custom text to WordPress login page.

Source: WP Snippy

Author Bio Excerpt

Addition of the following snippet to your theme’s functions.php file will let you show an author bio excerpt.

Once done, using the following snippet will like to display an author bio excerpt.

Source: Tim Marcher

Automatically Adding Gravatars For The Post Authors

The following snippet will automatically add gravatars for the post authors.

Source: Emoticode

Changing Author URL Base

Using the following snippet will change author url base on your WordPress website.

Source: Kevin Chard

Removing Widgets From WordPress Dashboard

Addition of the following snippet in your theme’s functions.php file will let you remove widgets from your WordPress dashboard.

Source: WP Guru

Paginating WordPress Just Like Dribbble

The following snippet will paginate your WordPress website just like dribbble.

Source: Elliott Richmond

Email Alert For 404s

Quite possible the time when you want to keep track of 404 page on your website. Instead of doing this manually by keeping a track via log files, the addition of following snippet will ease your job.

Source: WP Mix