Author: Sajid
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 use jQuery Autocomplete with Ajax
Are you looking to integrate jQuery Autocomplete on your website? jQuery Autocomplete is like Google Search where a user enters some letters and the result…
How To Increase Maximum Upload File Size In PHP
PHP is a server-side scripting language that runs on Apache/Nginx servers. By default, your configured server has a specific limit on the file size. Sometimes,…
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 Handle Timezones in PHP
In our world, we have different timezones. Each timezone follows a uniform standard time for the countries and their subdivision which falls under a timezone….