Add link to More Tag

June 20, 2014 (10 years ago)
Functions, WordPress

Make that pesky […] at the end of excerpts an active link.

Put in functions.php

 

Remove Width/Height from Images

June 20, 2014 (10 years ago)
Functions, Responsive Design, WordPress

For making images inside posts mobile responsive:

 Or, within your functions.php:

 

Allow PHP in Text Widget

June 20, 2014 (10 years ago)
Functions, WordPress

When you need to add actual code into a widget text box.

Add to functions.php

 

Redirect to Front End after Login

June 20, 2014 (10 years ago)
Functions, WordPress

Prevent users from seeing the dashboard when they login at wp-login.php;

Add to functions.php.

 To only re-direct non-admin users:

 

Breadcrumbs Without a Plugin

June 20, 2014 (10 years ago)
Functions, WordPress

Easily create your own breadcrumbs without using a plugin.

Place in functions.php, and call with: the_breadcrumb().

« Previous