How to Hide Tags In Storefront Theme WooCommerce

How to Hide Tags In Storefront Theme WooCommerce

In any WooCommerce store, there are two major taxonomy options: categories and tags. Product tags are like product categories, but there is no hierarchy in tags. This means that there are no ‘subtags’. For example, if you are selling clothes and have many checked prints, you can tag for ‘checked’. However, the “product_tag” taxonomy is something that we rarely need to use in our WooCommerce store. When you are not using it, you can easily remove it to keep the admin interface clean. If your …

Read more

How to Display WooCommerce Storefront Blog Excerpt

WooCommerce Storefront Blog Excerpt

If you are running a WooCommerce store, running a blog will significantly impact your store. This is because a blog helps to drive more than 50% of your traffic. However, if you want to run a blog, you need to provide relevant content to drive visitors to the site. Many blogs in the past preferred to display the full post. However, you need to display a snippet view or a blog excerpt view for you to entice users. Excerpts’ views have become very popular. This …

Read more

How to Fix – Warning: An Existing WordPress Network was Detected

How to Fix - Warning: An Existing WordPress Network was Detected

Are you running into this error or warning – An Existing WordPress Network was Detected when creating WordPress multisite. If you do, the following is a quick and easy solution to fix this warning with a detailed explanation of why you are not able to see the multisite after completing installation. WordPress Multisite Installation When you are installing a WordPress multisite you need to enable the multisite feature by adding the following code snippet to wp-config.php : /** Allow Multisite */ define( ‘WP_ALLOW_MULTISITE’, true ); …

Read more

How to Display Featured Products on Storefront Homepage

Display Featured Products on Storefront Homepage

If you are a WooCommerce store owner, you know that it allows you to display featured products. This is a great way to draw attention to the best-selling products, products on sale, or products you want to promote. Storefront theme in particular comes with a section on the homepage to display featured products. WooCommerce Storefront Display Featured Products on Homepage Once your featured products are set, you can display them throughout your website either with a shortcode or with a widget. The Storefront theme allows …

Read more

How to Add Custom Add to Cart Button In WooCommerce

Add Custom Add to Cart Button In WooCommerce

Are you looking for a way to add a custom add to cart button on any page?The Add to Cart button is very important in any online store. When a customer clicks on this button, the product is added to the cart. It directly leads to sales and revenues. Therefore, if you want to create a page that will include products for sale, it is important to add a custom Add to Cart button. It is important to note that WooCommerce provides you with many …

Read more

How to Change Size of Mobile Menu Button Storefront Theme

WooCommerce Storefront Change Size of Mobile Menu Button

If you are familiar with WooCommerce, you know that a mobile-friendly, responsive theme is quite imperative considering nearly 50% of your visitors are bound to view it on a mobile device. It is important to note that the way the menu is displayed is one part of making the menu responsive. Therefore, if your primary navigation menu is in the form of a list on a desktop device, the same menu can be displayed as a hamburger menu on a mobile device. WooCommerce Storefront Change …

Read more

How to Create Custom Query Pagination In WordPress With an Example

How to Create Custom Query Pagination In WordPress

Creating custom query pagination in WordPress is one of the most sort-after pagination solutions for blog posts and custom post types.  If you want to create custom query pagination in your WordPress blog, this post will guide you.  Ideally, custom query pagination involves using different query parameters to build pagination of WordPress post that is based on this query. In the previous tutorial, I explained in detail how you can add numeric pagination in WordPress as well as how to create thumbnail previous and next …

Read more

How to Select All Except Last Child In CSS » CSS Not Last Child Example

css not last child select all except the last child

When you want to format a list of items like when creating a menu or styling a menu you need to get the styles applied to each item. A common requirement is to use CSS not last child option to select all other items in the list apart from the last child. If you are looking for a good example of CSS not last child selection rule, this is post will guide you. HTML Markup In this post, I will use HTML menu to illustrate …

Read more

How to Upload Theme to WordPress Step by Step Guide

upload theme to wordpress featured image

One of the most common questions about creating a WordPress site is how to upload theme to WordPress after downloading it from the WordPress repo or from a marketplace like ThemeForest. For advanced WordPress users, this is basic but for complete WordPress beginners, it’s an important question. To upload them to the WordPress site is simple and takes a few minutes and does not require you to be a WordPress pro. In fact, anyone who can download and upload and email attachment can comfortably upload …

Read more

How to Change WordPress Site URL without Dashboard Access

Are you locked out of your WordPress dashboard and can’t figure out how you can change your site URL? I know it can be very frustrating especially if you are not a WordPress developer. If that is the case, you should not panic since there are a number of ways to change WordPress site URL without dashboard access. With this simple tutorial, you can change the WordPress site URL without any hectic coding, just simple edits to WordPress files. Let be briefly share with you …

Read more