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...
How to Add A New User on WordPress

How to Add A New User on WordPress

WordPress allows you to create new users on your site and assign them one of 4 different roles: administrator, author, editor, and contributor. This post will go over how to add new WordPress users and the permissions of each role so that you can choose the right one...
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...