create wpcli aliases - Create WP-CLI Aliases

Create WP-CLI Aliases

IF you use the same commands often you can save them as aliases so that you have them always available. For example, the following commands will check if WP core, installed plugins and themes have updates available: You can combine the commands into a one-liner: and you can create an alias for this command: so … Read full article →

WordPress FS METHOD explained - WordPress FS_METHOD explained

WordPress FS_METHOD explained

The constant FS_METHOD determines the filesystem method that WordPress should use for reading, writing, modifying, or deleting files. To set a different method for file editing, simply edit your wp-config.php file and add the line: The FS_METHOD forces the filesystem method and accepts the following values: Method Description direct Use Direct File I/O requests from within … Read full article →

how to change a doamin name wordpress - How to change domain name for a WordPress website  (5 ways)

How to change domain name for a WordPress website (5 ways)

Want to change the domain name for your WordPress website? No problem, in this guide We’ll walk you through 5 different methods to change the domain name for a WordPress website from cPanel PHPMyAdmin. Before following this guide make sure you’ve down the following: registered the desired domain name and pointed it towards your hosting … Read full article →

downlaod wp links - Quick download WordPress versions from wp.org

Quick download WordPress versions from wp.org

Quick Links Below are the quick download links of the latest WordPress release. Download Latest ZIP Download Latest Tar ZIP 6.1 Branch Version Release date Download zip Download tar.gz 6.1.1 November 15, 2022 zip(md5 · sha1) tar.gz(md5 · sha1) 6.1 November 2, 2022 zip(md5 · sha1) tar.gz(md5 · sha1) 6.0 Branch Version Release date Download zip Download tar.gz 6.0.3 October 17, 2022 zip(md5 · sha1) … Read full article →

bekapi - How to Set Automatic WordPress Backups using Updraft Plugin

How to Set Automatic WordPress Backups using Updraft Plugin

Here is how to backup WordPress using the Updraft WordPress backup plugin. Step 1. Install and Activate Updraft Go to Plugins > Add New and in the search bar in top right, type “updraft”. From the search results click on the Install Now button and then activate it. Step 2. Open plugin settings After installing … Read full article →

manual backup - How to Manually Backup WordPress

How to Manually Backup WordPress

A lot of WordPress backup plugins have limitations and are just pushing you to purchase the pro version. That is why I always recommend cperforming a manual backup of WordPress websites, whenever you can. How to do manually backup WordPress: Download all files from Filemanager or FTP Export the database from PHPMyAdmin How to Manually … Read full article →

How to Backup a WordPress site using Installatron - How to Backup a WordPress site using Installatron

How to Backup a WordPress site using Installatron

If you’ve installed your WordPress installation via Softaculous or Installatron, you can set backups directly in the installations screen. Step 1. Simply login to your cPanel and scroll down to web applications section. From this section click on any installation and you ill be taken to the Installatron section where you can see all your installations. Step … Read full article →