• Resolved pszeinert

    (@pszeinert)


    After running Theme Check, I got a few errors and began fixing them one by one. After taking this suggestion:

    Recommended: bloginfo(‘template_directory’) was found in the file header.php.
    Use get_template_directory_uri() instead.

    …I found the CSS was not loading properly.

    Need to add an “echo” command to make this work correctly.

    Recommended: bloginfo(‘template_directory’) was found in the file header.php.
    Use echo get_template_directory_uri() instead.

    http://wordpress.org/extend/plugins/theme-check/

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Theme-Check] Suggestion broke the site.’ is closed to new replies.