Your cart is currently empty!
Category: WordPress How to Tutorials
How to and Tutorials for WordPress Follow this blog and get more information. How to Setup something or Configure in WordPress.
How to Handle Sudden Traffic Spike in Website – Do Node Balancer Really Help
Handling sudden traffic spikes is crucial to maintain your website’s performance, reliability, and user experience. Here’s a comprehensive guide on strategies to manage traffic surges effectively, including the role of load balancers like NodeBalancer. 1. Implement Load Balancing What is Load Balancing? Load balancing distributes incoming network traffic across multiple servers to ensure no single…
Categories: WordPress How to Tutorials[Fix] File Permission Issue in Apache Website WordPress Not Writable to 775
File permissions are a fundamental aspect of managing a server, and they play a crucial role in keeping your system secure and ensuring that your applications, like WordPress, run smoothly. In this article, we’ll explain what file permissions are, why they matter, and how to resolve common file permission issues on an Ubuntu server, specifically…
Categories: WordPress How to TutorialsBest PHP ini Settings for WordPress & WooCommerce: Official Recommendations
When it comes to running a WordPress website, especially if it includes WooCommerce for e-commerce functionality, configuring your PHP settings is crucial. Proper PHP settings can improve your site’s performance and ensure that it can handle the demands of your content and e-commerce operations. In this guide, we’ll explore the recommended PHP.ini settings for WordPress…
Categories: WordPress How to TutorialsHow to Customize Product Prices and Cart Total in WooCommerce
In this tutorial, you’ll learn how to customize product prices and the cart total in WooCommerce using PHP and WordPress filters. We will create two functions: one to update the product price in the cart, and another to modify the cart total by applying a discount. This code can be added to your theme’s `functions.php`…
Categories: WordPress How to TutorialsHow to Prevent WordPress Featured Image from Losing Quality
Learn how to prevent your WordPress featured image from losing quality with these simple SEO tips. By optimizing the image size, compressing the file, using the right file format, avoiding resizing in WordPress, and using a plugin, you can ensure that your website loads quickly and looks great. Keep your WordPress featured images sharp and…
Categories: WordPress How to TutorialsBest CSS Framework to Use in WordPress Theme with Lots of Compatibility
A well-designed WordPress theme can make a significant difference in the success of your website. To achieve a professional and responsive design, you need to use a CSS framework that is compatible with WordPress. In this article, we will discuss the four best CSS frameworks to use in a WordPress theme with lots of compatibility.…
Categories: WordPress How to TutorialsHow to Create a WhatsApp Share Link in WordPress to Share Post and Page
Do you want to make it easy for your visitors to share your WordPress posts and pages on WhatsApp? Adding a WhatsApp share link to your website can encourage your visitors to share your content with their friends and family. In this article, we’ll show you how to create a WhatsApp share link in WordPress…
Categories: WordPress How to TutorialsHow to Add a Floating Button in WordPress for Direct WhatsApp Chat
Add a floating WhatsApp chat button to your WordPress website with this step-by-step guide. Increase engagement and make it easy for visitors to contact you directly on WhatsApp. Follow our PHP, HTML, and CSS code examples to add this useful feature to your website today. To add a floating button in WordPress for direct WhatsApp…
Categories: WordPress How to TutorialsHow to wp enqueue style in WordPress function.php
To enqueue a style in WordPress functions.php file, you can use the wp_enqueue_style function, which adds the stylesheet to the queue of stylesheets that will be loaded on the page. Here’s an example: function mytheme_enqueue_styles() { wp_enqueue_style( ‘mytheme-style’, get_stylesheet_uri() ); } add_action( ‘wp_enqueue_scripts’, ‘mytheme_enqueue_styles’ ); In this example, we’re using wp_enqueue_style to add the stylesheet…
Categories: WordPress How to TutorialsEnable and Disable Comments in WordPress Block / Classic Editor
Here is how you can enable or disable comments in WordPress post or pages If you are using old or New text editor which is block editor or classic editor. Managing comments in block editor When you create new post or editing post you can just disable or enable comments. While in editor you will…
Categories: WordPress How to TutorialsCustomize WordPress Default Search Bar Using CSS
WordPress made mandatory to use it’s default search bar for all it’s theme if you are not using any modified search bar then here how you can customize default search widget bar in WordPress using just CSS. Make sure you have disabled caching plugin or use development mode in cloudflare to ensure result because CSS…
Categories: WordPress How to TutorialsHow to Add Font Awesome Icons to WordPress Menu Items
Here is how you can add font awesome icons to your WordPress menu item before of after any menu item. Adding items make website looks cool and amazing also it will be more user friendly. Installation of Font Awesome Icons Font Awesome release many version of fonts with latest icons packs Like Font Awesome 6,…
Categories: WordPress How to TutorialsIncrease and Decrease Quantity using Plus + and Minus – Buttons in WooCommerce
Add quantity increase and decrease button in WooCommerce product page using increment buttons plus + and minus – . These button work great and product will be added to cart. Also help you to looks better quantity input field. Add plus + and minus – buttons to quantity input on product page in WooCommerce If…
Categories: WordPress How to TutorialsFlipkart Product API Get Affiliate Product using PHP
If you are creating a affiliate website using WordPress or core PHP here is something for you. We have created and tested flipkart affiliate API which fetch products. Steps to Create PHP Get Product Code You need Fk-Affiliate-Id and Fk-Affiliate-Token to proceed from Flipkart Website Check your API status here PHP code here <?php $curl…
Categories: WordPress How to TutorialsHow to Disable Comment in Post or Pages WordPress
Comment and discussion is very important part of website to engage users and resolve their query but If you have a post or page where you don’t want comments? Then here solution how to disable comment in posts and pages in your wordpress site. You can enable or disable commenting or discussion on your website…
Categories: WordPress How to TutorialsSet Max Coupon Discount Amount in WooCommerce
No matter what’s the cart amount is you can set max amount for coupon. Here is PHP code for your theme function.php file and it works If you are giving 10% discount but want user have any numbers of items or amount in cart but still max discount they get is 100 only. Like shown…
Categories: WordPress How to TutorialsDisplay Latest Blog Posts With Image in WordPress Without Plugin
Here How you can display latest or recent blog posts from WordPress blog to any page you want without using any plugin. Before we start I suggest you to take backup of your theme and data from prevent any error so you can restore website fully. Adding Latest Blog Post to Your Website First you…
Categories: WordPress How to TutorialsAdd Quick Checkout Button Product Page WooCommerce – Redirect to Checkout Without Plugin
Adding Quick Checkout function to your WordPress shopping website on product page it will redirect customer directly to payment checkout page without using any plugin. Here we share a simple code that can help to fast your checkout process most of out theme already have this feature included you can enable or disable from settings.…
Categories: WordPress How to Tutorials
Grabber Pro
Original price was: $59.$39Current price is: $39.Insertcart Custom WooCommerce Checkbox Ultimate
Original price was: $39.$19Current price is: $19.Android App for Your Website
Original price was: $49.$35Current price is: $35.Abnomize Pro
Original price was: $30.$24Current price is: $24.Medical Portfolio Pro
Original price was: $31.$24Current price is: $24.
Latest Posts
- How to Handle Sudden Traffic Spike in Website – Do Node Balancer Really Help
- How to Use AWS SES Email from Localhost or Website: Complete Configuration in PHP
- How to Upload Images and PDFs in Android Apps Using Retrofit
- [Fix] File Permission Issue in Apache Website WordPress Not Writable to 775
- Best PHP ini Settings for WordPress & WooCommerce: Official Recommendations