Step 8: Customizing WordPress

Themes Basic Intro: Themes set the look and feel of your site. Beware the previews, as they are often showing a fully configured site, not the default. There are THOUSANDS of themes and you can even modify or build your own. Take your time and select one you like. You can also buy one or […]

Step 7: Basic WordPress Configuration

This will get your WordPress site working and relatively secure. There are some technical parts here, so please be careful. define( ‘WP_HOME’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ ); define( ‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ ); define( ‘WP_AUTO_UPDATE_CORE’, ‘minor’ ); define( ‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ ); define( ‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ […]