Did you ever think about presenting different part of your theme’s template file for mobile device? Or did you ever think to show different contetn for mobile devices who visits a WordPress site using a mobile device? For example you want to show “You are on PC” text on a place of your WordPress theme […] Read More
In this tutorial I am going to show you how you can add CSS code inside the head tag or head section of your WordPress site with a plugin and how to build that plugin. I am going to build a really simple plugin which is consist of only one PHP file with few line of codes. […] Read More
You may noticed in many WordPress theme while creating pages that it allow to choose the template. Well you can also create custom page with custom design in your WordPress theme or in any other WP theme. You can completely give it a new design which is different than the theme. Today in this post […] Read More
I have a WordPress blog where I found many users was creating their account on my WordPress site using different types of email which were unrecognized. Most of the people use Gmail, yahoo email. So most of the registered users should register with these email providers. But I was shocked, how most of the users registering […] Read More
Today we are going to learn how to show or hide elements for logged in users in WordPress theme. We will filter content for logged in users in WP theme. Show content only for logge.... Read More
In this WordPress tutorial, we will learn how to prevent a WordPress plugin from searching for updates. It can be found many times for developers that they modify a WordPress plugin to use it for their need. But here is the problem with those modified WordPress plugins available on wordpress.org. These plugins always search for […] Read More