How to Create WooCommerce Admin Notice for Plugin – WooCommerce Development

Create WooCommerce Admin Notice

As a WooCommerce developer, there is often need to create admin notices when you are creating a theme or WooCommerce plugin. The WooCommerce admin notice can be to warn users about an update, to inform them about a process or to give a reminder on something important. WooCommerce Admin Notice Example Generally, a WordPress admin notice can vary and have different color codes and they will appear at the top of an admin page as seen in the image below of a WooCommerce admin notice. …

Read more

How to Add Storefront Theme Header Background Image

WooCommerce Storefront Theme Header Background Image

The Storefront theme streamlines a clean design, maximizes versatile layouts, and still manages to hold on to that boldness that WooThemes is well known for. considering that it is a free theme, the features contained in it are rather excellent. WooCommerce Storefront Theme Header Background Image Editing the header of a theme can be a difficult task for the average WordPress user. However, the Storefront theme makes it easier. This is because this theme supports WordPress Customizer. The customizer is very easy to use and …

Read more

WooCommerce External Product Links Open New Tab

WooCommerce External Product Links Open in a New Tab

Are you running an affiliate WooCommerce store, and you want the product links open in a new tab? In today’s tutorial, we will share a custom-made code snippet to help you solve this problem. Of course, this means that you need to have some technical experience to implement this solution. It is worth mentioning that an external or affiliate product in WooCommerce cannot be directly bought from the website. This is because it needs to be purchased from an external source linked to the product. …

Read more

Remove Hash # from WordPress URLs with Simple Trick

jquery remove hash in URLS

When creating custom WordPress pages that utilize jQuery for interactivity, you may encounter a common problem of a hash (#) sign added to your URLs. If you are looking for a way of removing the hash # added on URL in WordPress custom pages, here is a simple trick to help you remove this hash # on URLs. Hash # Added to WordPress URL The problem can best be described as the addition of a hash sign at the end of a URL example: http://yourdomain.com/aboutus# …

Read more

Top 30+ Best WordPress Form Plugins » Best WordPress Form Plugin

35 Best WordPress Forms Plugins to Create All Types of Forms

Looking for a way that your website visitors can contact you? Then this is the article for you. It features the best WordPress form plugin – Contact Form 7 among other contact form plugins that allow you to quickly create forms on your WordPress site. Many sites offer complex solutions to this problem.However, the main question is, how can they do that? Visitors often have to look for your email address and try to send you an email. For one reason or the other, they …

Read more

How to Create WordPress Pagination for Custom Post Types

WordPress Custom Post Type Pagination

Creating pagination for custom post types should not be a challenge since you can repurpose the same idea we used here – how to create custom query pagination in WordPress. We need to query the custom post type then display the queries posts that in that post type or in several post types. In this post, I am going to show you how to create WordPress pagination for the custom post types. The pagination will be similar to this numeric pagination. We will create a …

Read more

How to Change WordPress Max Upload Size

Are you looking for a way to increase the maximum file upload size in WordPress? In this post I will show you how Change WordPress Max Upload Size by editing the htaccess and also editing the php.in file to change the maximum WordPress upload size. If you want to upload large files. It is important to check the maximum file upload size of your site. A low WordPress upload size limit will not allow you to upload some plugins or themes as well. This can …

Read more

How To Add Facebook Pixel To WordPress

add facebook pixel to wordpress

Do you want to add Facebook pixel to WordPress site? In this brief tutorial, we will show you how to add Facebook pixel to WordPress. We will explain all the necessary steps you need to follow. In the previous post, I outlined how to embed YouTube video to WordPress page, now I want us to focus on adding a Facebook pixel to WordPress site. Most people running Facebook ads know that it is important to track conversions with a pixel. The pixel is important because …

Read more

How to Remove, Rename and Add Storefront Sorting Options

WooCommerce Storefront Remove, Rename and Add Sorting Options

WooCommerce product sorting is an important function as it forms part of the user experience. Users can sort products in a preferred order to pick the right product quickly and go ahead with the transaction.you can sort products using the default sorting options. Still, you can create custom WooCommerce product sorting options that are implemented using hooks. WooCommerce Storefront Sorting Options Moreover, sorting and displaying the product catalog by custom fields or other post meta values greatly helps the customers browse your WooCommerce store. They …

Read more