thekroyaard

Permalink website url is Permalink. (like – www.thekroyaard.com/post-url) How to Set Limit Open your website’s theme and paste given code in functions.php file and SAVE. add_filter( ‘sanitize_title’, ‘thekroyaardspl_permalink_limit’, 1, 3 ); function thekroyaardspl_permalink_limit( $title, $raw_title, $context ) { // filters if( $context != ‘save’ ) return $title; // vars $desired_length = 25; //number of chars […]

Excerpt This means that whatever text is written in the post in the home page or feed page, it is visible only a little or you want it to be visible as much as you want, then the_excerpt() is used at that time. How to Open your active theme’s folder and paste this code where […]

MPPKVVCL Madhya Pradesh Poorv Kshetra Vidyut Vitaran Company Ltd is fill name of MPPKVVCL. Change Your Personal Details with Easy Steps. How To Follow these simple steps from using mobile or desktop web browser. First of all click on Official Link – Click Here Select LT Name Change Option. Enter Your billing Details first then […]

CPT CPT means custom post type. Add new separate custom post section in wordpress’s dashboard section. Design other’s section’s file like single-CPTNAME.php and archive-CPTNAME.php. How To MAKE or Add CPT Just follow simple steps and add CPT in your WordPress website- >> Open Cpanel and go to theme’s function.php file. >> then paste this code […]

Find Government’s Expire Domain Technical Ripon is an indian technology’s website, Now i visited and find Government’s Expire Domain in techripon.com. If you want to expire domain for your website, so click below link. Govt. Expire Domain Name – Click Here Source  – Click Here Note – May Be some Domain Name already Taken.

WebP Image It is an image format employing both lossy and lossless compression. WebP image is supports animation and alpha transparency and this type image format Developed by Google. How to upload WebP Image in WordPress If WebP image not suppot to upload in WordPress, so Add given code in functions.php file of your WordPress […]

To run any type of file in WordPress, it is necessary to give the address of the location. How To >> Open Theme folder and file. >> Store any one file to locate in custom theme. example – customtheme > image > logo.jpg >> thene add this code where you locate stored file. <img src=”<?php […]

Identity Card व्यक्ति की पहचान के लिए सरकार द्वारा प्रमाणित कार्ड जैसे – आधार कार्ड , votar id , पेन कार्ड इत्यादि तरह के कार्ड जिसमे आपका पूरा नाम, आपके पिता का नाम और आपके रहने का पता दिया हो , उसे identity कार्ड या पहचान पत्र कहते है । FAQ identity किसे कहते है? […]

नवरात्रि पौराणिक कथा के अनुसार महिषासुर नाम का एक राक्षस जो अमर होने के लिए ब्रह्माजी की कठोर तपस्या की। फिर ब्रह्मा जी ने प्रसन्न हो कर उसे वर मांगने को कहा तब महिषासुर ने अमर होने का वरदान मांगा । उसके बाद ब्रह्मा जी ने कहा की अमर होने के अलावा कोई और वरदान […]

wp_is _mobile This class already define by WordPress. You just add this code and design WordPress mobile theme. How To Open your theme and paste this code and design now- <?php if( wp_is_mobile()){ ?> <span>mobile stuff goes here</span> <?php } else { ?> <span>desktop stuff goes here</span> <?php } ?> Then SAVE your theme’s file