Author: Sajid
How to Create Custom Search Form in WordPress
Do you want to create a custom search form on a WordPress website? We used to build themes from scratch so that we can add…
3 Ways To Change The Password In WordPress
WordPress is a most popular content management system. A very large amount of websites has built using WordPress. So, most of the hackers target is…
How To Register Custom Image Sizes And Resize Existing Images In WordPress
WordPress has a built-in feature post thumbnail aka featured image. Whenever a new image is uploaded to WordPress through a media uploader 3 types of…
How to Set Featured Image Programmatically in WordPress
Are you looking to programmatically set the featured image aka post thumbnail in WordPress? Sometimes, you need to write a script that should set a…
Send Email Using Gmail SMTP Server From PHP Script
Email plays an important role on the website. Every website usually needs to send emails to users. These emails can be sent from the contact…
How To Protect WordPress Against Brute-Force Attack
Are you looking to protect your WordPress website against brute-force attacks? WordPress is the most popular content management system in the world, as a result,…
How to Set Correct File Permissions in WordPress
WordPress powers around 35% of the websites on the Internet. It is an open-source project so everyone knows about its files and folder structures. Due…
How To Add HTTP Authentication On Website
Are you looking to add HTTP Authentication on your website? HTTP Authentication is a method that requires a username and password to view the website….
How to Use FTP/SFTP Package with Sublime Text
Sublime Text is a popular code editor among software developers. It’s simplicity and rich snippets provide a good experience for the developers. Sublime Text comes…
How to Load WordPress Posts With Ajax
While working on a WordPress-powered website, sometimes you may come across a situation where you want to load WordPress posts with Ajax. In this tutorial,…