Blog

If you have apply MPPEB Primary School Teacher online form, and want to download admit card so follow simple steps and download official Primary School Teacher Admit Card. How to Download Primary School Teacher Admit Card You can download admit card in PDF format to your mobile or computer. try these simple steps using web […]

CSR and TPLink Both are bluetooth adapter but i tried both CSR and TPlink BT adapter and i find some problem in CSR BT adapter. So i recommended you should buy only TPlink adapter for your computer. Video of CSR and TPLink in HINDI FAQ What is problem in CSR Bt adapter? When i use […]

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 […]

Pinkvilla It is Entertaining Website. You can find news about Bollywood, Hollywood, and Tollywood’s news. If you want to see news about these so Click Here and go to official pinkvilla website.

PEB Professional Examination Board Published Question Objection of Police Constable Recruitment Test year of 2020. If you have participate in this examination and you want to Question Objection. So follow simple steps – Go to PEB or Click Here. Enter Your Details. Then Click to LOGIN after fill up all details. Charge – Question Objection […]

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} […]

Amit Tiwari ये एक YouTube चैनल है जिसे अमित तिवारी चला रहे है जिसमे टेक्निकल हेल्प के वीडियोज़ अपलोड किए जाते है । नीचे दिए हुए विडिओ की मदद से आप जान सकते है की एक साथ कई url को कैसे इंडेक्स कर सकते है । python कैसे इंस्टॉल करें । API कैसे बनाए । […]

यूट्यूब यह एक फ्री विडिओ sharing प्लेटफॉर्म है जहा पे आप खुद का बनाया हुआ विडिओ यूट्यूब मे अपलोड कर सकते है और वो भी बिना किसी शुल्क के । साथ साथ आप अपने विडिओ से पैसे भी कमा सकते है । कौन से विडिओ फॉर्मैट को यूट्यूब मे अपलोड किया जा सकता है ? […]

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 […]

PAGE INDEXING in WordPress WordPress’s Default sitemap is automatically created PAGE sitemap. If you want to stop indexing PAGE in search engines so follow simple steps. How to Stop PAGE indexing Open functions.php of active theme. Paste given code and SAVE. add_filter( ‘wp_sitemaps_post_types’, function( $post_types ) { unset( $post_types[‘page’] ); return $post_types; } );