How To Re-Attach Media Files In WordPress
WordPress gives you an option to attach a media file to a specific post, so it could belong to that specific post. It also creates… Read More »How To Re-Attach Media Files In WordPress
WordPress gives you an option to attach a media file to a specific post, so it could belong to that specific post. It also creates… Read More »How To Re-Attach Media Files In WordPress
Sometimes, you need to add some extra CSS to a specific WordPress post to style some elements of the page or post. You can add… Read More »How To Add Extra CSS In WordPress Posts With Custom Fields
In last article, I showed you how to hide a WordPress plugin from appearing in WordPress’ plugin list, so you could hide it from your… Read More »How To Disable Plugin Update Notification For A Specific WordPress Plugin
I was recently working on a client site, which required me to create a custom plugin for his website. I wanted to hide the plugin… Read More »How To Hide A WordPress Plugin From Plugin List
Most of the time, you want Google to index your posts as soon as possible. But if you want to disable search engine indexing on… Read More »How To Disable Search Engine Indexing On A Specific WordPress Post
In this article, I’ll show you how to migrate your blog from Blogger to WordPress without losing your viewers. We will import posts, categories, comments &… Read More »How To Migrate Your Blog From Blogger To WordPress
Custom fields adds some extra meta-data to our posts and pages. We can only display that meta-data inside the loop, not outside. WordPress stores all… Read More »How To Get Custom Fields Outside The Loop In WordPress
WordPress post excerpt is a feature to add a brief summary of your posts. It looks like that post excerpt feature is made only for posts,… Read More »How To Add Excerpts To WordPress Pages
Comments are a way for people to discuss things and tell you what they thing about your work. It’s a good idea for you to… Read More »How To Display Recent Comments In WordPress
WordPress used to had a next page button to its TinyMCE post editor to simply put button to split the post into pages. All the… Read More »How To Add Next Page Button To WordPress Post Editor
By default, the text on the WordPress thumbnail meta box is – Set featured image. It’s really easy to change the set featured image text… Read More »How To Change The Set Featured Image Text In WordPress
Whenever you save, preview or draft a page or post in WordPress, it saves a revision of all the previous posts to help you restore… Read More »Delete Post Revisions Plugin For WordPress
Earlier this month, I received following email from WordFence about the largest brute force attack on WordPress: As of 11am eastern time this morning we… Read More »How To Protect Your WordPress From Brute Force Attacks
In this article, we will talk about how to deny access to no referrer requests. Believe it or not, but it’s a phenomenal trick. This… Read More »How To Deny Access To No Referrer Requests With .htaccess
In last tutorial, I showed you how to limit access to your WordPress’ admin panel by IP address. You can also limit access to WordPress… Read More »How To Limit Access To WordPress Login By IP With .htaccess
In some future articles, I’m looking forward to talk about security and stuff. So, before I post them on this website, it’s more important to… Read More »How To Limit Access To WordPress Admin Panel By IP With .htaccess
In last tutorial, I showed you how to remove WordPress dashboard widgets to customize your WordPress dashboard with your own widgets and stuff. We learned… Read More »How To Remove Welcome Panel From WordPress Dashboard
Every WordPress post has its on slug, which is automatically generated by your post’s title. If you decide to change the post slug later, WordPress… Read More »How To Prevent Old Post Slug Redirection In WordPress
If you run a website with lot of registered users who have access to your admin panel or building a project for a client, then… Read More »How To Remove WordPress Dashboard Widgets
Have you ever accidentally published a post on your WordPress, which was still a piece of trash with some uncompleted content? I did tons of… Read More »How To Add Confirmation Dialog To WordPress Publish Button