With 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 MoreWeb Design Articles
How 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 MoreUseful WooCommerce Snippets
Web DevelopmentThis is a running list of snippets and plugins that I've found useful while developing in WooCommerce. If you are using the WC Brands extension, ...
Read MoreHow to make BxSlider hide all slides until the page loads
Web DevelopmentThis is the simplest and cleanest way to fix the issue of BxSlider slides all showing up in a bunch when the page loads. First we'll add a div ...
Read MoreHow to use PHP to target the last post in a WP_Query
Web DevelopmentJust in case you need a quick and easy way to only target the last post in a custom query, here you go! ...
Read MoreCreate An Admin User Account in WordPress with FTP Access
Web DevelopmentSometimes a client will forget to send me the WordPress logins for the site but I have the logins to the FTP. Since I work at night, it can be ...
Read MoreAdd Custom Image Sizes & Connect Custom Image sizes to WordPress
Web DevelopmentThis allows you to create custom image sizes to be used throughout your files and also connects the custom images sizes that you create into ...
Read MoreQuick WP Query Call
Web DevelopmentA simple WP Query Call, meant to be grab and go. ...
Read More