•  
Recent Posts

How to: Show what a user is searching for in the title

By Austin On February 2, 2009 No Comments

Want to show what any user was searching for?
It is simple, just add this line where your title would be.

<h1>Browsing search results for <strong>"<?php the_search_query() ?>"</strong>.</h1>

The important line is the_search_query()

Click here to continue reading


AndrewShell.org

By Austin On February 1, 2009 No Comments


How to: Limiting the posts in you archive widget

By Austin On January 31, 2009 1 Comment

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 reading


Mimbo 3.0

By Austin On January 30, 2009 No Comments

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 reading


Build a classic MyBlogLog widget

By Austin On January 30, 2009 4 Comments

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&amp;c_width=220&amp;c_sn_opt=n&amp;c_rows=6&amp;c_img_size=h&amp;c_heading_text=&amp;c_color_heading_bg=e0e0d4&amp;c_color_heading=E8A02C&amp;c_color_link_bg=e0e0d4&amp;c_color_link=d54e21&amp;c&amp;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 reading


How to: Creating an Archive page

By Austin On January 30, 2009 1 Comment

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 reading


Useful articles for beginers to start a blog right

By Austin On January 29, 2009 No Comments

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 reading


NickThrolson.com

By Austin On January 28, 2009 No Comments


January 28th declared plugin developer day

By Austin On January 28, 2009 No Comments

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.

plugin-developer-day-jan-28

 

Click here to continue reading


WPRecipes: Get parent page/post title

By Austin On January 28, 2009 No Comments

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

Click here to continue reading


Revolution Two: TV Theme

By Austin On January 27, 2009 No Comments

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.

Revolution 2: TV Theme

Price:

Single License: $59.95 Buy Now!
Pro Plus All-Theme Package: $199.95 Buy Now!

Click here to continue reading


WordPress Audio Player Plugin

By Austin On January 27, 2009 No Comments

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 reading


Weblog Tools Collection: WP-commerce Podcast

By Austin On January 26, 2009 No Comments

Jeff Chandler has done a great interview with Dan Milward of Instinct. Check it out here.

Click here to continue reading


WPZoom: WordPress related Firefox Addons

By Austin On January 26, 2009 No Comments

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

Click here to continue reading


MissyWard.com

By Austin On January 26, 2009 No Comments