-
How to change the custom cursor throughout the site?
You can simply use this class on your css file to have your custom cursor for the entire site to…
-
How to resolve canonical URL issue on Yoast SEO WordPress Plugin?
1.. Go ahead and Install Yoast Test Helper plugin. 2.. Activate it and Find its setting under Tools > Yoast…
-
How to identify if your in the first page of WordPress pagination?
Here is the simple function you can use to check the first page of pagination: if ( !is_paged() ) {…
-
Clean the header section inserted by WordPress Core
Are you looking for a solution to remove the extra code inserted by the WordPress core function wp_head()? Then check…
-
Remove Version From CSS And JS
To Remove Version parameter from your theme css or js file add the following code in functions.php function eleminate_js_css_var( $src…
-
Unable to Insert a line break before an element using CSS?
Its easy to have a line break before or after any element using css. Simply add this property to the…
-
Is PUBG is not playing from Tencent Gaming Buddy??
If your Tencent Gaming doesn’t showing PUBG game and its not even starting it.. then follow these simple steps to…
-
Getting “Blocked loading mixed active content” Error on a Web Page?
The Firefox Web Console displays a mixed content warning message sometimes. This error/warning comes because the third party API or…
-
Remove Custom Post Type from a Theme
Add this block of code to your theme’s functions.php Note: Change projects, employees or clients according to your theme custom…
-
Custom 404 Text for Thesis Theme
Open Thesis > Custom File Editor and select custom-functions.php and add the following code: /* Custom 404 Title*/ function custom_404_title()…


