How to: Show what a user is searching for in the title
Want to show what any user was searching for?
It is simple, just add this line where your title would be.
The important line is the_search_query()
Click here to continue readingAndrewShell.org
How to: Limiting the posts in you archive widget
I have show you how to create a custom widget in a previous post. But how about adding and additional “Archives” widget that won’t list the last 3 years (if you’ve been around that long) in month form stretching down your whole sidebar?
Well, lets take a look at the original code found in the widgets.php file in the ./wp-includes/ folder.
<?php /** * Display archives widget. * * @since 2.2.0 * * @param array $args Widget arguments. */ function wp_widget_archives($args) { extract($args); $options = get_option('widget_archives'); $c = $options['count'] ? '1' : '0'; $d = $options['dropdown'] ? '1' : '0'; $title = empty($options['title']) ? __('Archives') : apply_filters('widget_title', $options['title']); echoClick here to continue readingMimbo 3.0
I was just looking around and saw that Darren Hoyt has released Mimbo 3.0. If your looking for a nice free theme, head over to Darren’s site.
You can also use this link to see a live demo.
Click here to continue readingBuild a classic MyBlogLog widget
In this post I will show you how I created my custom widget showcasing mybloglog readers.
In your function.php file add this simple line of code:
<?php // MyBlogLog function MyBlogLogWidget() { ?> <script type="text/javascript" src="http://pub.mybloglog.com/comm2.php?mblID=ReplaceWithYourID&c_width=220&c_sn_opt=n&c_rows=6&c_img_size=h&c_heading_text=&c_color_heading_bg=e0e0d4&c_color_heading=E8A02C&c_color_link_bg=e0e0d4&c_color_link=d54e21&c&c_color_bottom_bg=e0e0d4"></script> <?php } //register the sidebar 'the widget name', 'the widget function'// register_sidebar_widget('MyBlogLog Widget', 'MyBlogLogWidget'); ?>That’s it, just replace the “ReplaceWithYourID” with your mybloglog ID. You can also change the width at c_width=220 to what ever you like.
If you look closely at the code you may also see color codes, you may change them to corresponding hex codes, for example: c_color_bottom_bg=e0e0d4 is the color for the bottom background. e0e0d4 is a light gray,
Click here to continue readingHow to: Creating an Archive page
Many weblog sites these days have some form of an archive page. In WordPress it might be the built in auto generation of permalinks by: /Month/ and /date/.
But in some blog’s, for instance this one here (as I said in a previous post) you can’t get the post to paginate or link to http://youblog.com/page/2 if you have nice permalinks active or http://youblog.com/?paged=2.
By any means, In this theme I have to have an archive link at the bottom. So..
Archive WordPress Plugins
There are many plugins which allows you to automatically create an archive page. The
Click here to continue readingUseful articles for beginers to start a blog right
Darren Rowse from Pro Blogger wrote a great article of a collection of different article to get the beginning blogger of his/her feet. Head over and check this one out!
Click here to continue readingNickThrolson.com
January 28th declared plugin developer day
Today Matt Mullenweg from MA.TT declared today official plugin developer day because the plugin directory hit 4,000 plugins, check it out: 4,000 Plugins.

Click here to continue reading
WPRecipes: Get parent page/post title
If you use pages and subpages or posts and parent posts on your WordPress blog, it should be a good idea to display parent page/post title while on a child page. Here’s a code to do that job easily by the recipe man: WpRecipes.
photo by: Jean-Baptiste Jung
Revolution Two: TV Theme
Benefits include the TV theme, unlimited theme support answered by our experts, customization techniques with our detailed theme tutorials and professional design services available by our list of recommended designers.

Price:
Single License: $59.95 Buy Now!
Pro Plus All-Theme Package: $199.95 Buy Now!
WordPress Audio Player Plugin
I recently went looking for a good audio player for WordPress. I came across WPAudioPlayer from 1 pixel out.
The plugin is extremely simple to use and has a really awesome automatic color detention tool which will match to your site with ease. For more info visit the demo page at http://www.1pixelout.net/code/audio-player-wordpress-plugin/
Click here to continue readingWeblog Tools Collection: WP-commerce Podcast
Jeff Chandler has done a great interview with Dan Milward of Instinct. Check it out here.
Click here to continue readingWPZoom: WordPress related Firefox Addons
Firefox is regarded as the best Web browser in terms of extensions. It has hundreds of add-ons, which can be downloaded from here. Pavel Ciorici collected the most useful WordPress related Firefox extensions (addons) and compiled them on this post.
photo by: Pavel Ciorici
