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…
WordPress
Enable More HTML Buttons In Post Editor
If you are using the WordPress post editor and want to add some of the HTML tags for the post which you are writing, then, by default you will see some of the buttons only and hides some of the…
Add Read More Button In WordPress Post
If you are using the WordPress themes, which display the content in the archive as well as the blog pages, then, you might need to display some of the text only in those pages. So, adding the Read More button…
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…
Remove WordPress Generator Tag
While you use WordPress CMS as to create your site, it is going to create the generator tag in the sites head, which is used to show the current version of WordPress installed in your site. It may also be risky…
Creating And Assigning A New Social Menu In WordPress
Your site is going to surely have the social links, isn’t it? So, you may want to add the social links in your site, right? Hence, what about using the menu feature for this in your site? Is it really…
Creating And Assigning A New Menu In WordPress
WordPress, as we all know it as CMS, is too much easy in the context of using it. It provides you with the flexibility in many aspects as you need. One of them is the new menu creation and assigning…
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…