- Loading
Categories
Tags
.htaccess add_action add_filter admin admin_footer_text adSense cache clean up wp_head debug delete_transient easy excerpt excerpt favicon favorite_actions footer functions.php get_transient google Joost de Valk login_head php.ini pingback plugins pre_ping publish_post relevant adsense ads rsd set_transient show_admin_bar Smashing Magazine Smashing WordPress: Beyond the Blog tdh Theme the_content_feed the_excerpt_rss Thord Daniel Hedengren thumbnail transient Update wlwmanifest wp-config.php WPBeginner WP_DEBUG wp_head Yoast.comArchives
- December 2011 (1)
- June 2011 (1)
- May 2011 (2)
- April 2011 (1)
- March 2011 (6)
- February 2011 (3)
- January 2011 (1)
- December 2010 (4)
- November 2010 (4)
- October 2010 (1)
- September 2010 (3)
Recommended Reading
Category Archives: WordPress
Custom header on plugin page at WordPress.org
A few days ago Automattic added a very nice feature for all plugin pages on WordPress.org. Plugin developers are now able to control the header image on the plugin page. Matt describes this function on WordPress development updates. He also … Continue reading
Posted in News, WordPress
Leave a comment
Make sure that you are ready for WordPress 3.2
WordPress 3.2 will soon be released and at the same time the requirements for WordPress will be higher than for previous versions. The new requirements are: PHP version 5.2.4 or greater MySQL version 5.0 or greater How do I know … Continue reading
The Ultimate WordPress Cheatsheet [Infographic]
Tech king has put together a nice infographic that you can use if you work with WordPress themes. It covers the anatomy of WordPress theme, a template checklist, include tags, template tags and other useful information.
Easy Excerpt is updated to version 0.3.0
My WordPress plugin Easy Excerpt which you can use to changed the appearance of your excerpts is now updated to version 0.3.0. New in this version: Added license information Made plugin ready for translation Added Swedish translation
How to redirect to current page after login
WordPress have a very handy function, wp_login_url(), that let you add a link to your login page. However, the really nice thing with this function is that it accepts a URL as a parameter to redirect the user after successful … Continue reading
Add a custom default avatar to your WordPress site
WordPress have a built in support for gravatars which means that WordPress will automatically fetch the avatar associated with the commenting users email address. If the email address is not associated with an avatar WordPress will display a default avatar. … Continue reading
Only include Contact Form 7 javascript and CSS when needed
The Contact Form 7 is a great WordPress plugin for adding contact forms to your site. The plugin is very easy to use and make nice contact forms with. The bad news is that the plugin includes javascript and CSS … Continue reading
WordPress plugins – Types and statuses
WordPress plugins is what gives WordPress the extra power and enables you to extend the functionality of WordPress so that you can do more or less anything you like. At the time of writing this post almost 14 thousand plugins … Continue reading
Cache data with WordPress Transient API
With WordPress transient API you can cache data in the database by giving it a unique identifier and an optional expire time after it will be deleted. There are basically three functions in this API. $transient – a unique identifier … Continue reading
Posted in Tutorials, WordPress
Tagged add_action, cache, delete_transient, get_transient, publish_post, set_transient, transient
1 Comment
How to modify WordPress favorite actions menu
Since WordPess 2.7 there is a drop-down menu in admin that displays links to common actions. I don’t know the official name for it so I will just call it favorite actions menu. The problem with this menu is that … Continue reading