How to Code a Side by Side Locked Image Layout for your Website

How to Code a Side by Side Locked Image Layout for your Website

While working on the redesign for the Moss Construction website we used a layout structure that consisted of an image section and content section side by side where the image was locked in place until the content scrolled completely. In this tutorial we will teach you the basic bare bones coding approach we used to achieve a side by side locked image layout.

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