needle_haystack

Just a quick ‘plug’ today for a handy plugin I’ve stumbled across recently. Users like to search, so when creating a WordPress managed website, one of the first things I consider is the placement, design, and functionality of the search. … Continue reading

list_pages

Today I am going to show you how to clean up the wordpress wp_list_pages() function. Lets say I wrote the following code in my web design page: <ul> <?php wp_list_pages(‘title_li=); ?> </ul> This will print something like: <ul> <li class="page_item … Continue reading

SatNavWordpress

Morning all, Naturally, when building a website CMS around WordPress, you want to make everything as dynamic as possible, meaning the website can be easily managed by the admin. If they are looking to work with the website page structure, … Continue reading

featured-image

I’ve said it before, and I’ll say it again – Attachments is a great WordPress plugin. In this post I am going to put it to good use and go through how you can use it to create a gallery … Continue reading

wordpress-logo

Gary (in the comments) has linked to the WP_Query function, where all the parameters for query_posts can be found – WP_Query. I have removed the list from here. Someone seems to have edited the codex page for WordPress’ query_posts function. … Continue reading