How to Dynamically Add a Custom Class to Image Links in WordPress

How to Dynamically Add a Custom Class to Image Links in WordPress

WordPress has made huge improvements to the Media Library over time but one thing that has been lacking is the ability to add custom classes to image links as an option. In this tutorial we will teach you how to dynamically add a custom class to image links in WordPress by utilizing PHP functions.

Read More
How to Search only Posts or Pages in WordPress

How to Search only Posts or Pages in WordPress

The WordPress search function by default will display all published pages and posts in the search results. In this tutorial we will teach you how to search only posts or pages in WordPress by utilizing PHP functions.

Read More
How to redirect all 404 Errors to the Home Page in WordPress

How to redirect all 404 Errors to the Home Page in WordPress

WordPress will typically redirect broken links and missing pages/posts to a 404 error page, sometimes it’s better to redirect them to your Wordpress home page instead. In this tutorial we will teach you how to use PHP to redirect all 404 errors to the home page in WordPress.

Read More
How to Hide the WordPress Content Editor on Specific Pages

How to Hide the WordPress Content Editor on Specific Pages

When the situation arises where you don’t end up utilizing the actual WordPress content editor, we feel that is best practice to hide it in order to avoid any potential confusion. In this tutorial we will teach you how to hide the content editor on specific pages via a WordPress function.

Read More
How to Embed a Custom Facebook Messenger Button onto your Website

How to Embed a Custom Facebook Messenger Button onto your Website

With Facebook reporting that Messenger has reached 1 billion monthly active users, integrating a Messenger button on your website to allow direct contact naturally makes sense. In this tutorial we are going to teach you how to embed a Facebook Messenger button onto your website and then customize it with CSS.

Read More
How to Smoothly Scroll to a Specific Element using jQuery

How to Smoothly Scroll to a Specific Element using jQuery

In addition to creating a beautiful website there may come a time when you need to add a little extra user experience into the mix to help deliver that wow factor. In this tutorial we will teach you how to easily scroll to a specific element on your webpage using jQuery without the need for a plugin.

Read More
How to Remove the WordPress Admin Toolbar

How to Remove the WordPress Admin Toolbar

You may love the WordPress Toolbar or absolutely hate it for various reasons, if the latter don’t worry YES you can turn this feature off. In this tutorial we will teach you two very easy methods for removing the WordPress Admin Toolbar.

Read More
How to Load More Posts in WordPress with jQuery

How to Load More Posts in WordPress with jQuery

The way a WordPress website functions is just as important as how it looks, providing easy access to viewing more content in a seamless way can help improve the overall user experience. In this tutorial we will teach you how to easily load more posts on your WordPress website or blog utilizing the built in more post linking navigation and jQuery.

Read More