
How to Disable an Element on Mobile Devices in Elementor
One the features offered by Elementor — and other page builder plugins at large — is ability to hide an element on mobile devices. The feature is especially great to implement the concept of responsive design. Since mobile devices have a smaller screen size than desktop, it is not always necessary to display all elements….

6 Essential WordPress Plugins Every Website Should Have
The main advantage of WordPress is that you can extend the functionality of your website (or add new features) even if you have no programming skills. You can do so thanks to the availability of plugins. There are thousands of WordPress plugins you can download on the official plugin directory of WordPress. Not to mention…

How to Hide Admin Bar from the Front-End in WordPress (Two Ways)
The default setting of WordPress shows an admin bar on the front-end. It will show up when you view your content (be it pages or posts) in the logged in status. You can make certain actions from the admin bar, depending on your user role. While the feature offers quick access over a certain action…

How to Delete Old Slugs in WordPress (the Easy Way)
A short URL is often associated with good SEO practice. On top of that, a shorter URL is also easier to remember in case your visitors want to return to a blog post/page on your website via direct URL. While WordPress allows you to create a custom URL (be it for a new content or…

How to Create a Custom Template for Custom Post Type in WordPress (The Easier Way)
Creating custom post types (as well as custom fields) is one of the ways to maximize the power of WordPress as an open source CMS. You can create a custom post type to accommodate a content type that is not available in WordPress by default. In most WordPress themes, the content of the custom post…

5 Plugins to Create Custom WooCommerce Single Product Page
WooCommerce is the most popular WordPress plugin to create an e-commerce website. Just like WordPress, WooCommerce is also customizable. The layouts of WooCommerce pages — including single product page — are controlled by template files which you can find with the following path: wp-content/plugins/woocommerce/templates. You need to have PHP, CSS, and HTML knowledge to edit…