Why does get_template_directory_uri() not include “www”, only for enqueued stylesheets?

Setting the siteurl and home should be done in wp-config.php.

  1. Remove them from functions.php.
  2. Add the below into wp-config.php (making sure they don’t already exist).

    define( 'WP_HOME', 'http://www.federal-lawyer.com' );

    define( 'WP_SITEURL', 'http://www.federal-lawyer.com' );