Animated number counter in WordPress without plugins
In this tutorial, you will learn how to convert a paragraph block into a number counter without plugins. 128 256 810 1024 Add number counter in WordPress without plugins! Add…
In this tutorial, you will learn how to convert a paragraph block into a number counter without plugins. 128 256 810 1024 Add number counter in WordPress without plugins! Add…
In this tutorial, you will learn how to add the Show more/less button in Gutenberg (WordPress page builder) to your pages. This method can also be used for Elementor and…
Animation, in general, is a great way to add more life to web design. In this tutorial, you will learn how to add fade in-out page transitions to WordPress without plugin.
To add social sharing icons to WordPress, first copy the code of this post into your theme's function file, then customize it to determine in which part of the post these buttons will be displayed.
To add a login popup to WordPress, first add the code of this post to your theme's function file, then add the #login# custom link to the menu. You will see the login link has been added to the menu.
Add this code to your child theme's functions.php file. When purchasing Visual products on the checkout page, the customer will only see the name and email fields from then on.
To add Google reCAPTCHA to WordPress, first go to the Google reCAPTCHA dashboard and get your site key and secret key, then place them in the code below. Then paste the following code into the functions.php file of your child theme.
Copy the "Buy Now" button code into the functions.php file. Now you can customize the color and text of it, and you can display this button only on the products in your favorite categories.
To add an image lightbox to WordPress, add the following PHP code to your theme's functions file. Following that, instead of opening a new tab, all images will be displayed in lightbox.