Blog

Web Development

How to Create a Shortcode in WordPress

How to Create a Shortcode in WordPress

Shortcodes are extremely helpful when developing a theme in WordPress. When developing a theme, you sometimes run into situations where you need custom functionality for design purposes or a specialized element. But for security reasons, WordPress strips all of the...

Why Robots.txt Is So Important

Why Robots.txt Is So Important

Did you know there is a file that can single-handedly prevent your entire site from ever ranking on Google? Did you also know that the same file can also be used to help your site’s SEO? That file is called robots.txt and this post will go over everything you need to...

How to Add Sticky Position with jQuery

How to Add Sticky Position with jQuery

The Sticky Position is used to make an element "stick" to the top of the page once a user has scrolled past it. For example, Facebook sticks to the top of the page as a blue bar. In this post, I will show you how to create a simple nav that will stick to the top of...