How to Create 2022 Child Theme – WordPress Theming

To Create Child Theme of WordPress 2022 Theme, create a folder in your \wp-content\themes folder, name whatever you would like to call it. I named it 2022-child Create minimum required files in this folder. Create style.css Copy and paste the following code in your style.css file and save it. Create functions.php Copy and paste the […]

Delete Windows 10 Start Menu Folders & Icons

There are two places, where you can find these unwanted Windows 10 Start Menu folder and icons. To delete theme manually, press Win + R and paste the following code one by one in the Run box and delete theme. You can open theme from Windows Explorer too, if you don’t like to use Run […]

Shopify Experts for Store Building, Dropshipping, and SEO

shopify expert

I am going to list top shopping experts for building, managing, and promoting your generic Store, top Shopify experts for your dropshipping business and Top Shopify SEO experts too. The Shopify experts can efficiently and beautifully create, manage, and optimize your Shopify store. Depending on the Shopify sales channel that you will be using, you […]

imagemagick for bulk image editing

Install imagemagick on ubuntu Display image with imagemagick Get image file info Crop image from top Take image width*height+right+top. The following command will crop the image from the top by 140px. Bulk Image crop with imagemagick by file type All the .jpg images will be cropped by 140px from the top. Convert images from png […]

PHP APCu and Redis Cache for WordPress

I will show you how to install and configure APCu and Redis memory caching on linux server —– Commands to Install and configure APCu and Redis ———- Step 1: Install APCu and Redis.           sudo apt install php-apcu redis-server php-redis           sudo service apache2 restart Step 2: Edit the configuration file.           sudo nano /etc/redis/redis.conf – Ctrl+w to […]