- 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
Tag Archives: functions.php
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
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
How to disable internal pingbacks in WordPress
You have probably noticed that when you link to a post on the same site you will get a pingback on the old post with a link to your new post. If you for whatever reason wants to get rid … Continue reading
How to hide the WordPress update message
On aspect when developing sites for clients is how to handle updates of WordPress and plugins. Should you let your clients do this themselves or should you offer that as a service? WordPress has a built in function that will … Continue reading
How to add a thumbnail to your WordPress RSS feed
To make sure your RSS feed stands out in the crowd you can make it look a little bit nicer by adding a thumbnail to it. The following code should be placed in functions.php and it adds a thumbnail to … Continue reading
Posted in Tutorials, WordPress
Tagged add_filter, functions.php, the_content_feed, the_excerpt_rss, thumbnail
Leave a comment
How to brand your WordPress login and registration pages
To brand WordPress login and registration pages, add the following function to you functions.php. What this function does is to add a stylesheet on your login and registration pages which will allow you to override the styles you want. For … Continue reading
How to add a favicon to your WordPress site
If you want, you can easily add a favicon to you WordPress site. Either you download a plugin to help you with this or you can simply add this code to your themes functions.php. As you can see there is … Continue reading