Home

Assistive Ball – एक तरह का ऑप्शन है जिसको चालू कर के हम कुछ काम का शॉर्टकट बना सकते हैं । जैसे की – स्क्रीनशॉट लेना , बैक बटन का काम , recent आइटम को देखना इत्यादि । Assistive Ball को कैसे चालू बंद करें सबसे पहले settings मे जाएँ । अब additional settings मे […]

आप अपने मोबाईल से ही बिना किसी other apps का उपयोग कर के यूट्यूब मे live विडिओ को पोस्ट कर सकते है । जो सिम्पल से तरीके को फॉलो कर के आप भि अपने विडिओ को लाइव record या screen record कर यूट्यूब मे पोस्ट करें। कैसे करें  सबसे पहले यूट्यूब एप को खोलिए और […]

When you use display:grid and you want to show last element with full width so use simple grid css code. So now open live-executor and do coding. Live Executor – Click Here 1st step You have simple three DIV tag like – <div class=”tktrickgrid”> <div>something1</div> <div>something2</div> <div class=”lastdiv”>something3</div> </div> So now use simple code for […]

Make more attractive and save your mobile/laptop using india’s no.1 company LAYER. Buy different and stylish skins for your laptop or mobile. Official website – www.layers.shop How to Shop Skin from Layers.shop Open official website then tab on Select device and select. Then choose skin and click on BUY for purchase. Contact to Layers.shop Logix […]

Show next previous button to show next page’s  and previous page’s list, Add pagination without plugins, simply paste given code on your active theme. How to Show Next Previous Button Open file manager or active theme‘s folder. Open functions.php file and paste given code then SAVE. function thekroyaard_pagination() { global $wp_query; echo ‘<div class=”pagination” role=”navigation”>’; […]

If your website’s content not show so now create single.php file in your Custom WordPress theme’s folder, then show uploaded or created/published post content. How to do First of all open active theme’s folder. Then create single.php file and paste given code there then SAVE. Code – <?php /** * The template for displaying all […]

Want to remove your website’s domain property from google search console? So follow simple steps form your mobile or laptop device. How to remove Domain Property Login in Google Search Console. Click on Settings then scroll down. Click on Remove Property. In this simple way, you can easily remove domain property from Google Search Console.

JioBook is only for students. it is helpful device for online studies. If you want to do programming from this laptop so this laptop is not for programmers. JioBook – Thin & Light Model – NB2112QB Specification Hardware Processor– Qualcomm Snapdragon Octa-Core – 2.0 GHz, 64 bit, GPU – 950 MHz | Graphics– Qualcomm Adreno […]

If you have already design your webpage responsive or mobile friendly, but google warn to some page is not mobile friendly. So you have face this problem? i have solution for you. What can i do I’m sure you are disallow: wp-content/themes on robots.txt’s file. Remove disallow: wp-content/themes from robots.txt then SAVE it. Then SUBMIT […]

Protect your article using disable selecting code. If you want to stop mouse selection open in any div, section or span, So paste given code there then save. Code -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ This code worked perfectly on my […]