Posts from WordPress

How To Detect Mobile Device From WordPress Theme

How To Detect Mobile Device From WordPress Theme

By Faruque Ahamed Mollick | January 23, 2017

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

Build A WordPress Plugin To Add CSS Code Inside Head Tag

Build A WordPress Plugin To Add CSS Code Inside Head Tag

By Faruque Ahamed Mollick | January 21, 2017

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

Creating A Custom Page In WordPress With Custom Design

Creating A Custom Page In WordPress With Custom Design

By Faruque Ahamed Mollick | January 3, 2017

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

Allow registration for certain email domain on WordPress

Allow registration for certain email domain on WordPress

By Faruque Ahamed Mollick | December 21, 2016

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

WordPress code – show/hide for logged in users in theme

By Faruque Ahamed Mollick

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

Prevent a WordPress plugin from searching for updates

Prevent a WordPress plugin from searching for updates

By Faruque Ahamed Mollick | December 16, 2016

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

Related Posts