Tag: WP

Install and Setup Redis for WordPress

Install the Latest Redis Server Run the command below to install Redis Verify that you have version 4 of Redis installed with the following command: Allocate Memory to Redis and Setup an Eviction Policy Now that Redis is installed, run

The WP secret-key

WP security, replace default key and generate random secret-key for WordPress link: https://api.wordpress.org/secret-key/1.1/salt

WP-CLI commands for WordPress Site

Quick look into the wp-config.php file Lists constants and globals as defined in your current wp-config.php file Displays a path to the current wp-config.php file Display DB size Backup and manipulate the database Create SQL backups Reset user passwords Displays

Create Custom Post Types

Creating a Custom Post Type Manually The problem with using a plugin is that your custom post types will disappear when the plugin is deactivated. Any data you have in those custom post types will still be there, but your

Download WordPress

Download And Unpack WordPress Here’s where WordPress makes its entrance. You can either head over to the https://wordpress.org and download it that way, or just use wget. The URL never changes, so wget will always work. Unpack WordPress using tar.