Blog

Plugin: Load Media from Production

When developing a website, only bring over a few months of uploads. This plugin will source the rest from the production website.

Infinite Scroll in WordPress

A detailed tutorial on implementing infinite scroll in WordPress. Examples include scroll-based and click-based infinite scroll.

How to overlay a grid on your website

Most designers use a grid to organize content on the page. When I’m developing a website using their designs, it’s nice to be able to visually access that grid to…

How to accurately calculate the value of a CD

A Certificate of Deposit, or CD, is a time deposit that allows you to invest a certain amount of money at a specified interest rate and period of time. There’s…

h1’s on front page with Genesis

If you’re using a Genesis theme, make sure your homepage has an h1 on it. This article outlines how to find it, and how to add it if you don’t already have one.

Display menu items with equal widths

Normally if you use percentage-based widths and add new menu items, you need to go edit CSS. This approach automatically updates the CSS based on the number of menu items present.

Sorting Query Results by Multiple Meta Keys

I’m building a website that features reviews of hosting companies. I’m storing Price, Rating, and “Top Pick” as post meta. Users can sort the results by Price, Rating and Post Date. The client…

Customize which menu item is marked active

Use this filter to customize the CSS classes on menu items. For instance, make “Blog” active if you’re on the blog homepage, category archive, or a single post.

Tax Tips

Even if you hire someone else to prepare your taxes, it’s useful to be aware of potential savings so that you can provide your accountant the proper documentation. Here are some tips to minimize your tax bill.

Structuring Payments to Align Stakeholders

Before you decide on your payment structure, it’s important to consider how it will affect the motivations of each party. You should pick a structure that aligns everyone’s interests towards a common goal – launching a well tested, successful website in a timely fashion.

Full Width Landing Pages in Genesis

Many of the websites in my portfolio use a full width approach for their homepages and landing pages. See my article on building landing pages with ACF for more information…