Posts Tagged ‘Wordpress’
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
…
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…
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…
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');
…




Follow Us!