Home

Bewafa Tera Masoom Chehra Hindi Song Sung by Jubin Nautiyal, Lyrics Written by Rashmi Virag and Rochak Kohli is Music Director. Karan Mehra, Ihana Dhillion, Amardeep Phogat Cast in Lead Role. This Music Video Uploaded by T series on YouTube. About Bewafa Tera Masoom Chehra Song Title Name Bewafa Tera Masoom Chehra Version Original_Version Album / […]

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

Guys! in this article i show you some important/use_ful code for theme development. And I’m sure you can make WordPress theme easily. What’s important for WordPress theme First of all create a folder then make one by one php file and paste given code. So lets start- header.php (required) <?php /** * The header for […]

Want to show big when clicking on button on your select post. So use JavaScript and ID on your post, when click any one in button then automatic increase font size of post. How to do Open any post and add id=”bigfont” then save yout post. [ex- <p id=”bigfont”> hello my self thekroyaard </p>] Then […]