How To

Hey you can easily add like and dislike button on your wordpress website. Use two different code in wordpress’s theme and add like and dislike button. How To Add Like & Dislike Button If you have custom coded WordPress theme so paste given codes on wordpress theme without any type of worries. Follow simple steps […]

You can change sitemap’s url limit, order, and orderby filter without any type of plugins. Paste given code in functions.php and SAVE functions.php file. Code – add_filter( ‘wp_sitemaps_posts_query_args’, function ( $post_type ) { $args = array( ‘orderby’ => ‘modified’, ‘order’ => ‘DESC’, ‘post_type’ => $post_type, ‘posts_per_page’ => 200, ‘post_status’ => array( ‘publish’ ), ‘no_found_rows’ => […]

Hey if you want to add print button for selected matter under DIV section in your WordPress. So follow simple steps and make it on your WordPress website. How To Do First of all add button and create DIV box. Then add id in button and div part. Example:- Button – <button id=”splPrint“>Print </button> DIV […]

Multiplex Google Ads Matching ad name changed to Multiplex ad by Google Adsense. It means matching ads show website’s uploaded content and showing ads but Multiplex ad show only ads. How to Add Multiplex Ads Simple way to paste multiplex ads on your website, And increase your revenue by using multiplex google AdSense’s ads- Open […]

If you want to unminify css code of ONLINE. So click on Given link and paste minify css code in box then click on UNMINFY button. Unminify CSS code – Click Here

Name – Transfer Hosting Server Video Created By – Amit Tiwari Language – Hindi YouTube Channel – Amit Tiwari How to Transfer Hosting Server Hey you want to change hosting company/server or change domain name. So watch this video, In this video have some easy trick to change hosting server without using any type of […]

Today i share you CSS minify tool created by Toptol.com company, In this tool you can easily minify css code in just only one click, and reduce css code size. Official website – click here How to MINIFY CSS Open Minifier website or click Here. Paste your css code in BOX then click on MINIFY […]

My Jio It’s official mobile application for manage jio number. If you are using jio mobile number and you have jio cashback and you want to use cashback, So follow these steps and use jio cashback in next recharge. How to use Jiomart cash back Open my jio app and click on recharge button. Select […]

htaccess Its very important file for permalink. If you want to any change so make backup file first. How to Redirect to https Follow simple steps and set url redirect to https using htaccess – Open cpanel then open public_html. Open .htaccess file and paste given code and SAVE. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} […]

Domain Name in Sitemap WordPress’s default sitemap have domain name in PAGE’s sitemap, If you want to show Homepage/Domain_name in Post’s Sitemap so follow Simple steps – Open cpanel and go to File Manager. Then go to Public_html and Open wp-includes folder. Open Sitemaps folder and then open Providers folder. Open class-wp-sitemaps-posts.php file and change […]