...
Read MoreWeb Design Articles
Move focus to next gravity form field after input mask completed
Gravity Forms Development...
Read MoreHow to get posts published in the last 30 days using WP_Query
Web DevelopmentIn this article, I'll show you how to get posts published in the last 30 days using WP_Query! I needed this functionality on a recent project using ...
Read More3 ways to remove the category base prefix in WordPress
Web DevelopmentIt is actually really easy to remove the category prefix from a WordPress post URL. There are 3 methods available that I'm aware of. Method One: ...
Read MorejQuery Countdown using a single timezone and 24 hour reset
jQuery DevelopmentI recently worked on a project where the client wanted a constantly running 24 hour countdown. The countdown needed to reset automatically at 3pm and ...
Read MoreHow to change the default timezone being used for PHP DateTime Class
Web DevelopmentI just got done working on a project where the client wanted to display content on the site at 3pm Eastern Standard Time (EST) every day. While ...
Read MoreHow to conditionally load content for mobile and desktop browsers
Web DevelopmentWith the dawn of CSS3 and responsive design we entered the world of media queries. Media queries allowed us to adjust our css based on the viewport ...
Read MoreHow to replace bxSlider controls with Font Awesome icons
BX SliderHave you ever wondering if you could replace the bxSlider default controls text, which is Prev / Next, with Font Awesome icons. It turns out it's very ...
Read MoreHow To Add An Arrow To Active bxSlider Pager Item
BX SliderI just finished a website that required arrows being added above the active bxSlider pager item. It wasn't immediatly obvious to me how to accomlish ...
Read MoreHow to load a popup on page load for a specific query string with PHP
Web DevelopmentThis was my solution to loading a popup on a specific query string using PHP. To accomplish this I used Magnific Popup for the popup / lightbox ...
Read MoreHow to get the term links for a specific post in a WP Query
Web DevelopmentI just spent more time that I'd like to admit trying to figure this out for a custom theme I'm working on. At least part of it ended up being a theme ...
Read MoreHow to Exclude Specific Categories from the WordPress Loop
Web DevelopmentA client of mine is using a Genesis theme with the Genesis Responsive Slider plugin. The category she is using for the slider is "Featured" and she ...
Read More