Categories
Wordpress

Ajax based header cart items count in Woocommerce

If you are struggling to display cart count in the small header widget, then here is the classic way of doing it. Woocommerce has an inbuilt feature to refresh the fragments. 1) The HTML to be refreshed: So first in your theme’s header.php file you need to embed the cart count in a specific HTML tag with a […]

Categories
Wordpress

Setting up a WordPress site yourself

Introduction to WordPress WordPress is the most popular content management system in the world. According to a survey, there are nearly 1.3 billion websites in WordPress. Initially, wordpress was intended for small blog websites, but over the years it has become so popular that they are large-scale websites, and marketplaces built upon wordpress. In this […]

Categories
Wordpress

Must have plugins for WordPress

Yoast SEO: Yoast SEO is the most popular plugin for SEO in wordpress websites. They take care of almost everything which is important for your website. you can also generate a sitemap, set page meta title, meta description, etc. Wordfence or All In One WP Security & Firewall: Make sure you configure them properly and […]

Categories
PHP Drupal Hosting Laravel Wordpress

Zip/Unzip using PHP Script

When you have limited access to the client’s server (for example FTP only), then it becomes really difficult to download and upload multiple files/folders. It might take several hours to download/upload a full-fledged Drupal or Laravel website with Filezilla if files are not compressed into a zip folder. To overcome this problem and to save […]

Categories
Drupal Cpanel Hosting Laravel PHP Wordpress

Server to Server Files Migration

When you have shared hosting you always think of finding a way to directly migrate files from one server to another without downloading. We have a script called “Downloader.php” which can download the zip file directly from URL. It is suitable to migrate medium sized WordPress websites, Drupal or any other website. Direct files migration […]