Month: December 2024
Creating a WordPress child theme
Same of creating a child theme for the standard word press theme ‘twentytwentyfour’. First create the theme sub-directory, and in that root sub-directory : Create style.css Create functions.php Add “define(‘FS_METHOD’, ‘direct’);” to wp-config.php Finally make sure uploads directory is www owned.
Creating a MySql 8.x Database and user account
Be it for WordPress, or otherwise, creating the database and it’s user account is simple. Just log into MySql as root user, then :