Category: 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…
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,…
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…
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…
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…
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…
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?…
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…
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…
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…