A good site design is held together by the little pieces that stand out. Lately I’ve noticed some kick ass RSS icon displays in some of my favorite sites. What makes these great is that I never noticed them at first, but after a while I began to realize just how much work was spent on such a small piece the design.
| Inspiration | No Comments | Bob Pease |
Recently I was approached by someone who wanted to add some styling to the default wordpress navigation. The theme uses <?php wp_list_pages(); ?> for the navigation. The functionality of the site calls for several main pages, with sub pages in each. The layout will be a horizontal menu, with sub pages listed horizontally below.
| Tutorial | 1 Comment | Bob Pease |
Recently I had the task of setting up a new WordPress theme for a local group. In the mock up of the website I had made a search field that required a bit more work than I was used to. It took me a while to get everything in place, so I thought I’d share the steps I went though to achieve the final result.
| Tutorial | No Comments | Bob Pease |