thumbnail

A little while ago I had a client who wanted multiple dynamic navigation areas on their site. One of these included a large footer sitemap, which was grouped with the parent name as a non-linked title. I looked around for … Continue reading

featured-image-thumbnail

Today I just wanted to quickly look at how you can add a placeholder image in WordPress for featured images or any images you are pulling in from WordPress. To be able to use featured images you will need to … Continue reading

get_search_form

The Wordpress search widget doesn’t validate due to the role attribute. Today, I will show you how to remove this by using the add_filter hook Continue reading

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