First of all you i tell you, Cloud flare is CDN providing network. In this article i share how to clear Cache Custom Link and all over website. Official Website – https://www.cloudflare.com How to Clear Cache Login in Cloudflare. Then Go to Site Dashboard. Then Click on Caching then click on Configuration. Select any option […]
thekroyaard
Hey! if you are AdSense user and you are already added AdSense ad code in your website, So read the new article about AdSense code from Google. Read Article – Click Here What is Change All code is Same but new line added in script section. You can replace new ads code or you can […]
Check your website’s header status online. Put your web address and view header status or missing file. Official Website – https://securityheaders.com/ Created By – Scott_Helme How to Check Header Status Open Website or Click Here. Put Your Web Address then Click on SCAN button. Then See Result.
When you create your own designed wordpress theme. So add some important codes in your custom theme. And make powerfull theme for wordpress. How to Add Important Code Open your theme’s functions.php file. Then click here and all given code paste in your theme’s functions.php file. Then SAVE theme file and Take a new effect […]
UPTET Name – Primary & Junior Level Year – 2021 View Exam Result – Click Here How to Download Result After find your Examination’s result in Official website then Click on PRINT_BUTTON and Select SAVE AS PDF printer and save UPTET – Primary & Junior Level Result in PDF format file on your Mobile or […]
Cloudflare It is a CDN providing company, which we use to open the content of our website quickly on any device. How does this work Suppose your website is being opened in India and if cloud flare has network in India then the opened url of your website will be saved in CDN so that […]
Cloudflare यह एक CDN प्रदान करने वाली कंपनी है जिसका उपयोग कर के हम अपनी वेबसाइट के कंटेंट को किसी भी डिवाइस में जल्दी खुलने के लिए करते है। यह कैसे काम करता है मान लीजिए आपकी वेबसाइट को भारत में खोला जा रहा है और यदि भारत में cloudflare का नेटवर्क है तो आपकी […]

Newspaper Theme It is WordPress theme, You can easy to use blog, woo commerce website using newspaper theme. If you want to this theme in cheap price so go to Hindime.net or click here then buy Now. License This is not GPL or Nulled Theme but this theme will active by hindime.net team for lifetime, […]
RSS Feed RSS feed is a way for website authors to publish notifications of new content on their website. Really Simple Syndication is full name of RSS. How to Remove Comment Feed add_filter( ‘feed_links_show_comments_feed’, ‘__return_false’ ); or remove_action(‘wp_head’, ‘feed_links’, 2); There is two different code, You can paste any one code in your theme’s functions.php. […]
Add index and follow meta in robots.txt using functions.php and make your blog post for indexing. You can easily manage this code. Code – function thekroyaard_robots( $robots ) { $robots_index = array( ‘index’ => true, ‘follow’ => true, ‘max-snippet’ => ‘-1’, ‘max-image-preview’ => ‘large’, ‘max-video-preview’ => ‘-1’, ); return $robots_index; } add_filter( ‘wp_robots’, ‘thekroyaard_robots’ ); […]