When you write any WordPress post and you clicked on Publish button, Then post posted by default title name or post id. But you want to show alert box when click on publish button when title box is empty. How to do Open functions.php file first. Then paste given code – function add_title_validation() { ?> […]

Double-Tap-then-Turn-off-Thumbnail-27469

You want to turn off mobile screen when double tap on screen. So you can set up for this and double tap any black spcae on home screen and double tap on Lock screen. How can Set up this setting. Open settings then click on Home & Lock Screen setting. Now click to Lock Screen. […]

Account-STOP-after-KYC-overdue-Thumbnail-23624

When your SBI’s bank account stopped by Branch and you not complete any type of transaction. Then use SBI complaint website for activate SBI account without going to BANK Branch. How to Activate SBI account after KYC overdue Go to nearest Kiosk account and complete E-KYC. Then come back on your home then open SBI […]

Hey! you want to best and cheapest 5G smartphone. So i suggest you some 5G compatible smartphone list. If you have select or choice any one then view video on YouTube before purchasing. Lava Blaze 5G Released 2022 Sim  Hybrid Sim (5G + 5G), Nano + Nano Processor Octa-core (2×2.2 GHz Cortex-A76 & 6×2.0 GHz […]

When anyone apply for remove copyright content from Google. And  you want to see any website or blog for which site have remove for using copyright content. So simply you can see using simple method. How to Do Open https://lumendatabase.org website first. Then enter any website url for see how much have copyright takedown request. Then […]

If you wan to show Category between Post’s Content. So simply use simple php code on your WordPress custom theme. How To Show Category in Post Content Open functions.php file then paste given code. function display_post_categories($atts) { if (!is_single()) { return ”; } $categories = get_the_category(); if (!$categories) { return ”; } $category_links = array(); […]