How To Allow Image Hotlinking In Specific Directories With .htaccess
Earlier today I shared an article about how to image hotlinking in your website with .htaccess file. I also applied this trick on my own…
Earlier today I shared an article about how to image hotlinking in your website with .htaccess file. I also applied this trick on my own…
WordPress uses a MySQL database to collect and store all the information. Your database is the brain of your WordPress site because it is the…
If you sell products or services online, then you must have a testimonials page on your website to show off some customers review of your…
I was working on a plugin for one of my clients, which required me to hide the admin from the user list in WordPress for…
WordPress displays “Enter title here” placeholder text in the title field on the post screen where you create new posts. When we create custom post…
Jetpack automatically adds Open Graph tags to your site, which can be annoying.You don’t need these tags if you don’t want, or if you’re using…
In this tutorial, I’ll show you how to add user roles to WordPress with some basic capabilities. It can be a very useful trick if…
WordPress comes out with five default roles. Most of them aren’t necessary for most of the websites. Here’s a snippet to remove user roles from…
There are tons of image sliders in WordPress plugin repository, but most of them are very heavy and irritating. I’m not a huge fan of…
Few weeks back, I shared a simple script which sends email notifications to users when someone or they update their profile. Here’s a simple script…
Have you ever noticed alert and error notification messages in the top of your WordPress admin panel? It’s really easy to show your own custom notification…
In April, I coded a simple WordPress plugin which allows you to add Open Graph meta tags to your WordPress site. I thought I should…
WordPress has have_comments(); conditional tag to check if a post has comments in it. It’s easy to create a comments.php file for your theme to…
In last post we shared the trick to hide WordPress login URL using .htaccess file. This tutorial is bit different from the previous tutorial. In…
Most of the websites sends an automatic email notification when a user updates his profile. It’s good for security because the user can find out…
In last tutorial, I showed you how to add Blogger’s official contact form to your Blogger blog. You can also add Blogger contact form into…
Let me guess! You were updating your WordPress site or plugin to a newer version and it took forever to update…or maybe same happened with…
Have you seen any premium or custom WordPress theme with different post styles and template for every post format? Most of you have already seen…
You can do so many cool things in WordPress with Custom Post Types. So, here’s a trick to add Custom Post Types to At A…
If you’re running a website where you embed/link YouTube videos then you might wanna display YouTube video views count on your website. Here’s how to…