So, you are using WordPress as your blogging platform. Well then, you might once notice that, if you post your blog post, then, the author of that post will be you. So, what about displaying the Author Bio of yours after…
WordPress Development
Migrate Custom CSS Code From Theme Settings To Additional CSS
We all know that, WordPress is being constantly developed and updated with many fixes and arrival of new features. Well, in the newest version of WordPress, ie, in 4.7, there is addition of Additional CSS Box inbuilt with it. So, what…
Adding Custom Site Logo Support In WordPress
WordPress has been constantly updated day by day with more bug fixes as well as with the arrival of new features on each of the version updates of WordPress. One of the version updates of WordPress, ie, from the WordPress…
Conditional Loading Of Script In WordPress
While you create your WordPress theme or plugins, in such case, you might need to enqueue the custom script to be loaded only in the Internet Explorer browser. So, it might come in your head that, is it really possible? The…
Register Sidebar In WordPress
WordPress is very easy to customize as per the user need. One of the way of making it versatile is by creating the sidebar areas. For that, first of all what we have to do is we have to register…
Enqueueing Google Fonts In WordPress Method Two
As we have already described how to enqueue the Google Fonts in your WordPress project through one method, now we will be enqueueing it via the translation ready way method. Here, for the method of enqueue of Google Fonts in…
Enqueueing Google Fonts In WordPress Method One
We as the developer as well as the designer all know that, when we are developing the WordPress theme or plugins, we may have to add the Google fonts for our project. So, how to add them in your project?…
Enqueue JavaScript Files In Header Or Footer In WordPress
While you are either developing the WordPress themes or plugins, you may require to load the JavaScript files for that project to make it proper. The site speed of the project being built, also matters for that project too, isn’t…
Adding the Dependency For JavaScript Files In WordPress
As the WordPress developer, we all know that, we can enqueue the required JavaScript and the CSS files through the WordPress function, wp_enqueue_scripts, within our themes or plugins being developed. So, it might come up in your head that, what…
Enqueue Custom CSS And JavaScript Libraries In WordPress
We all know that, as the WordPress developer, for developing the WordPress themes or plugins, it will always be required to provide the Custom CSS code for styling and JavaScript files for some of the animations as well as functionality. So,…