Sponsors

ad

ad

Want to advertise here? Go to Text link Ads.

Text Link Ads


Internet Blog Top Sites

Firefox WP search plugin

August 28th, 2005

mozdev.org - mycroft: download
Not a WP plugin, rather a plugin for the search bar in FF, there is both a Codex and support forums search. Really handy, I find I’m using them more and more. One more reason to use FF as the every day browser.

Including the Home Page in List Pages

August 24th, 2005

I’ve always shied away from the vertical page lists in WP as it doesn’t allow for for a “home” page, and I hadn’t seen a way of including a dynamic way of listing the home page, at least in a theme that is. So looking at the wp_list_pages parameters, you can leave out the heading pages, which then strips the

from the list. I then dynamically create the home by using the get_settings and the bloginfo tags. The resulting code then becomes:

  • Pages