Changes

Jump to navigation Jump to search
*Twitter embedding: https://www.wpbeginner.com/wp-tutorials/how-to-display-recent-tweets-in-wordpress-with-twitter-widgets/
===Other thingsHardening Wordpress===
I hardened the wordpress installation: https://wordpress.org/support/article/hardening-wordpress/
Once I'm all done with the theme etc., I can uncomment the following from wp-config.php
define('DISALLOW_FILE_EDIT', true);
 
If there are plugin installation issues then add to wp-config.php
define('FS_METHOD','direct');
 
Likewise, to address some of the issues with the FTP server (see below) add:
define( 'WP_CONTENT_DIR', 'wp-content' );
define( 'FTP_BASE', '/var/www/html/blog/' );
==HTTPS==

Navigation menu