Posted in WordPress

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…

Continue Reading...
Posted in WordPress

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,…

Continue Reading...
Posted in Sublime Text WordPress

How To Install WordPress Packages In Sublime Text

Sublime Text is a sophisticated text editor for code, markup and prose. Sublime Text provides packages for WordPress development. Using these packages, development process of…

Continue Reading...
Posted in WordPress

Add Fancy Pagination Links In WordPress

Are you looking to add fancy pagination links in WordPress? We can set numeric pagination for our blog. In this article, we show you how…

Continue Reading...
Posted in WordPress

Standard Way To Include JavaScript And CSS In WordPress

If you are a WordPress developer you heard about the words like wp_enqueue_script, wp_enqueue_style, and wp_enqueue_scripts. These are the methods we should use to include…

Continue Reading...
File Upload
Posted in WordPress

Upload Files Programmatically In WordPress

Recently, I was working on a project where we wanted to upload images in the custom folder. We don’t want to use the default WordPress…

Continue Reading...
Posted in WordPress

How to Manually Update WordPress

Do you want to manually update WordPress? In this article, we show you steps required to update WordPress manually. Why Need To Update WordPress Manually?…

Continue Reading...
Backup Database
Posted in WordPress

How to Connect Another Database in WordPress

Recently, I received a question from one of the readers about how to connect more than one database to the WordPress website. First, I want…

Continue Reading...
Posted in WordPress

How to Change WordPress URLs using Interconnect Script

Are you looking to update WordPress URLs in the database? All content-related URLs stored in the WordPress database always start with the site domain. When…

Continue Reading...
Posted in WordPress

How To Remove Columns From Post or Page Screen In WordPress

WordPress comes with a few default columns like Title, Date, etc. on a Post or Page screen on the dashboard. When we install plugins, some…

Continue Reading...