Introduction Here I am going to tell you how to manually move WordPress site to local server. In this tutorial I am going to show you only the manual process and I won’t use any plugin to move live WordPress site to local server. I will show you here how to move your live WordPress…

Posted in Wordpress

How To Manually Move Live WordPress Site To Local Server

You may want to display popular posts widget in your WordPress site. It serves as a great way to introduce your readers to the most popular contents. The contents you want to show may be posts or pages. Here I am going to show you how you can track and display most popular posts. Having…

Posted in Wordpress

How to display WordPress Popular Posts based on Views

Introduction This tutorial will show you how to disable or remove AMP gracefully from your WordPress site or blog. AMP is an acronym and stands for Accelerated Mobile Page. AMP is an initiative to create web pages that load quickly on the mobile devices. It consists of a modified version of HTML called AMP HTML,…

Posted in Wordpress

How to gracefully disable or remove AMP Pages from WordPress Site

Introduction In this post we will create social share links in WordPress without plugin. Clicking on such social media links or social share buttons populates a message and image (if any) that can be shared on social media. The social media link on your content minimize the time it takes to promote your content on…

Posted in Wordpress

Creating Social Share Links in WordPress without Plugin

Introduction We will discuss here how to use CSS in WordPress plugin. We will use the same plugin we created in the example. We have seen how to use AJAX, jQuery in our previous tutorial. This example will also show you how to en-queue CSS file. Till now our simple email subscription form does the necessary things what…

Posted in CSS Wordpress

How to use CSS in WordPress Plugin

Introduction We will discuss here how to use AJAX in WordPress plugin. We will use the same plugin we created in the example. We have seen how to create MySQL table in our previous tutorial. This example will also show you how to en-queue JavaScript files. Till now our simple email subscription form could not…

Posted in jQuery Wordpress

How to use AJAX, jQuery in WordPress Plugin

Introduction In this post we will discuss about how to create table with WordPress plugin. When you are writing a plugin for WordPress (a simple email subscription form), you will find that you need to store some information in the WordPress database. Certainly there are ways to store information and you can find more on…

Posted in Wordpress

How to create table with WordPress Plugin

Introduction In this post we are going to discuss how to create plugin in WordPress CMS (Content Management System). Creating custom WordPress plugin is simple and you just need to follow some steps to make it available in your WordPress site. We will create a simple email subscription form through which users will be able…

Posted in Wordpress

How to create plugin in WordPress

Introduction Here you will see an example on how to exclude category from WordPress category widget. I am not going to use any plugin to exclude categories from WordPress category widget. For a simple change it is not recommended to use plugin because, using plugin your site’s overall page speed may decrease. As a side…

Posted in Wordpress

Excluding Categories from WordPress Category Widget

Introduction This post will show you how to create popular posts widget in WordPress without plugin. There are number of plugins available for displaying popular posts in your wordpress website but here I will show you how to create widget in WordPress, where you will display most popular posts by comments count on posts. The…

Posted in Wordpress

Create Popular Posts Widget in WordPress without Plugin

In this post I will show how you can remove version from CSS & JS files in WordPress. Almost all css and js files in the WordPress have the WordPress version number appended after the file names or using a query string. Having query string with the URL browser does not cache the file because…

Posted in PHP Wordpress

Remove version from css & js files in WordPress