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,…
Remove Search Engine Visibility Option For WordPress Sites
When you create the WordPress site, then, it will be displaying the contents of your site in the search engines too, without you requiring to do anything from your side at all. So, you might think, what about not displaying…
Setting Up Static Front Page And Blog Page In WordPress
WordPress, as a CMS was first built for the blogging platform for your site. So, you might have question about, is it required to have the front page display of your site when using WordPress to be blog page? The…
Controlling Number Of Posts To Be Displayed In RSS Feeds
As we all know that WordPress is a blogging platform. So, it will have the option of displaying your post, pages as well as the comments through the RSS feeds. Hence, what about controlling number of RSS feeds of your…
Controlling Number Of Posts To Be Displayed In Post Page
As we all know that WordPress is a blogging platform. So, it will have the blog posts page as well as the archive pages too within it. Hence, what about controlling number of post to be displayed in those pages…
Changing Permalinks In WordPress
WordPress by default, when its just installed, will have the permalink set up to its default, which may not be suitable for many visitors to your site, as well as for the SEO purposes, which is one of the most…
Adding Pagination In WordPress Post And Pages
Well, you are writing lots of WordPress posts and pages in the daily basis. Some of them seems to be too long to load in only one page and want to extend those in pages. So, now you might have…