Pagination is Functionality to open or browser more uploaded posts or item. Browser more items in website trough pagination. Sometime search engine index duplicate content like page/2 or etc. If you want to stop indexing paginations result via functions.php so page given code in your active theme’s finctions.php file. How to Stop Indexing page Result […]
How To
You have any wordpress custom theme and you want to add some features in your custom theme. So watch this Youtube video play list and find solution in Hindi Language. Video Source Link – Click Here Source – YouTube
Website SEO Analyzer If you want to check the information or analysis of your website, then you will search in Google seo analyzer then you will get a lot of results but I will tell you some special website which analyzes the website very fast. How to Use Analyzer Online click any one given link […]
Font Awesome – It is icon type website, You can find all type of popular icon in css format. If you want to add awesome icon in your website, So follow simple steps. How To Add CSS icon in Website Open your website’s header.php file and paste this code in Head section. <script src=’https://kit.fontawesome.com/a076d05399.js’ crossorigin=’anonymous’></script> […]
When you have any website and you want to upload/submit sitemap in google search engine. So follow simple easy steps with me and upload your website’s sitemap xml file. How to Submit sitemap first of all create a sitemap in XML format or check sitemap of your website. (like- domain.com/sitemap.xml) if you have created sitemap […]
Sitemap It is very important part for indexing your posts in search engines. And its help to grow website rank. How To Stop Creating Automatic Sitemap by WordPress WordPress have some code to stop automatic creating sitemap. Click Here and follow simple steps given by WordPress.
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 […]