by Tim Krueger | Feb 21, 2016 | Web Development
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...
by Tim Krueger | Nov 18, 2015 | Tips & Tricks
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...
by Tim Krueger | Nov 20, 2015 | Web Development
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...