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 jQuery

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…

Continue Reading...
File size limit
Posted in PHP

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

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...
Datetimepicker
Posted in PHP

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

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...