How to Edit Sidebar In WordPress

how to edit sidebar wordpress

There are several ways to edit sidebar in WordPress, you can use the widgets options, theme options, customizer and directly edit the code. Each of these ways to edit sidebar in WordPress depends on the active theme on your WordPress site. The majority of WordPress themes will either have a theme option way to edit sidebar or support customizer option to edit sidebar. In this tutorial, I want to highlight each of these ways that you can use to edit sidebar in WordPress highlighting the …

Read more

How to Change WooCommerce Storefront Logo Size

Change WooCommerce Storefront Logo Size

Do you need to change the size of your uploaded logo in the Storefront theme? If it is too big or too small, then read on. In this post, I am going to walk you through how to change the logo of the Storefront theme. It is worth mentioning that logos reveal your site identity. WooCommerce Storefront Logo Size In the past, cowboys branded cattle to mark ownership. This means that your logo should do the same thing and represent your entire brand. Apart from …

Read more

How to Change Add to Cart Button to Read More WooCommerce

WooCommerce Change Add to Cart Button Text to Read More

If you want to change add to cart button to read more in WooCommerce, this quick tutorial will guide you and help you change all the add to cart buttons to read more on your WooCommerce store. Ideally, the WooCommerce read more” button can be a default theme design where certain themes have this WooCommerce read more” button in the place of the add to cart button. Some other customization of your WooCommerce store may require you change add to cart button to read more. …

Read more

How to Display Random Products WooCommerce

random products woocommerce

Are you looking for a way to showcase random WooCommerce products? If so, this post will present you with an easy-to-use random products WooCommerce code snippet that can be used in your plugin or WooCommerce theme development. Ideally, to display random products in WooCommerce, you need to make use of the query and the loop like the ordinary WordPress post query and the loop. First to display the random products you need to first create the query argument and do not forget to add the …

Read more

How to Move Description Under Image in WooCommerce

WooCommerce Move Description under Image

Do you want to move the description to under the image (product thumbnail) on the WooCommerce product page? In WooCommerce to move a description under the image requires you to create an action hook that targets the product thumbnail and then use the remove_action() to remove the original description and move it to the new location. Today, I am going to share with you a quick snippet that you can add to your WooCommerce theme to help you move the description under the image. I …

Read more

How to Remove or Disable autop In WordPress Posts & Custom Post Types

remove autop in WordPress

If you are looking for the best way to remove automatically added paragraph tags in WordPress, you can get this done using a remove_filter() action. T here are also plugins that help to remove autop in WordPress. I think this is a small issue that does not require a plugin to be installed. You can remove autop tags by adding this small remove_filter() action hook and it works. Remove autop in WordPress Steps Login into your WordPress site Open the theme editor under the Appearance …

Read more

How to Create Account at Checkout WooCommerce

WooCommerce Create Account at Checkout

Do you want a quick solution to allow customers in your WooCommerce store to create an account at the checkout page? If yes, you are in the right place. In this tutorial, I will share how you can add a registration form on the checkout page for visitors. WooCommerce Create Account at Checkout There are several reasons why you may want customers to create an account on the checkout page. Some of them include: It is easier for customers to manage their orders and get …

Read more

How to Change Shop Page URL in WooCommerce Quickly

Change WooCommerce Shop Page URL

In WooCommerce you may want to change shop page URL from the default /shop/ to a custom URL. In this post, I want to share with you a quick tip on how to change the shop URL using the settings on the WooCommerce plugin or using a filter that you can add to your functions.php theme file. Adding the filter is a good option for WooCommerce theme developer or WordPress developer who wants to change shop URL without doing it on the settings. I will …

Read more

How to Move WooCommerce Checkout Field

WooCommerce, just like WordPress, has a lot of great actions and filters. For you to understand this tutorial well, you need to learn more about WooCommerce checkout hooks. When working with filters, you can only change the functions.php file. However, I recommend that you add them to your child theme’s functions.php file so that your changes are not lost during an update. Sorting Fields within a Group It is worth mentioning that fields are separated into four groups: Billing – Billing Address Name Priority billing_first_name …

Read more

How to Create Number Pagination in WordPress Without Using Plugin

How to Create Number Pagination in WordPress Without Using Plugin

When you are creating WordPress blog, one of the most common challenges is organizing your archive pages in the easiest way for visitors to browse.There are three most common pagination options available in most premium and free WordPress themes. The three most common WordPress blog pagination options include numbered, scroll, load more button.