Posts Tagged ‘Wordpress’

Proper3 Blue Magazine Portal Free WordPress Theme

Proper3 WordPress Theme

Blue Color Magazine Portal Style

Free Premium Proper3 WordPress Theme

DEMO | DOWNLOAD


This post was generated by an RSS Feed from Site Editor

Why All-In-One SEO Deactivates

In the past I’ve been pretty pissy about the All-In-One SEO plugin from Michael Torbert automatically deactivating itself after updates. My reasoning:

  • If you update and forget to re-activate (somewhat hard to do since it reminds the

DailyNote WordPress Theme

DailyNote WordPress Theme

Black White Color Portfolio Magazine Paper

Vector Free Premium DailyNote WordPress Theme

DEMO | DOWNLOAD


This post was generated by an RSS Feed from Site Editor

Dum Dum Free WordPress Theme

Dum Dum Free WordPress Theme

Portfolio, Personal, Magazine Simple Design

2 Column WP Right Sidebar Free Dum Dum WordPress Theme

DEMO | DOWNLOAD


This post was generated by an RSS Feed from Site Editor

Redirect Mobile Users to a Mobile WordPress Theme

Let’s say you want to have a special theme for your WordPress site for mobile users. You don’t want to use a pre-canned solution or anything third-party, you just want to create and design the theme yourself. So what you…

Remove Title from Blogroll

This post was generated by an RSS Feed from Digging Into WordPress

Typically when you use one of WordPress functions to output a list of “stuff” from WordPress, you can pass a parameter to eliminate the “title” that…

WordPress tip : change excerpt length depending of the category

This post was generated by an RSS Feed from WP Recipes

No need to modify your theme files. Simply paste the code into your functions.php file. Don’t forget to change the category ID on line 3!

add_filter('excerpt_length', 'my_excerpt_length');