Remove file version strings from CSS and JS links
By default .css and .js files used in WordPress themes and plugins will add a version number using ?ver= To disable this add the following inside your theme functions.php file or as a new plugin:
By default .css and .js files used in WordPress themes and plugins will add a version number using ?ver= To disable this add the following inside your theme functions.php file or as a new plugin:
Although you can change almost every aspect of WordPress themes, to design your site exactly how you want it, you may occasionally need to add some custom CSS. In WordPress 4.7, a new way to add CSS to your site was added inside the Customizer which you can find in Customize > Additional CSS. However, CSS … Read full article →
I recently encountered this awesome plugin Custom Highlight Color by Nick Halsey that allows you to set custom color for highlighted text on your WordPress website. And the plugin is great, does what it is supposed to, but I just wanted to take it one step further and set random colors. To set a custom … Read full article →
In this guide I will be adding a scroll percentage to a WordPress page. For a working demo please check this page. Step 1. Add HTML code First step is to add the HTML code that will display the scroll percentage number inside the page or theme header. in this example I’m adding it to … Read full article →
In this article I will cover 5 different methods on how to open all links in new tab on WordPress website. To force opening all links in a new tab there are couple of solutions: 1. WordPress plugin Open Links In New Tab is a WP plugin that opens internal and external links in a … Read full article →