• Hi Guys
    I would like to use a cookie free static subdomain to load all my contents. As explained in the documentation I’ve added these two lines in my wp-config.php file.

    define(“WP_CONTENT_URL”, “http://static.yourdomain.com”);
    define(“COOKIE_DOMAIN”, “www.yourdomain.com”);

    However site looks like a huge mass right now.
    http://www.onlinebestfreegames.com/

    As far as I understand I have to make sure that I have used “bloginfo(‘template_directory’)” to load mystatic content in theme files.

    However I have no clue how to do that.
    I would be grateful if you guys can help me with it.

    [No bumping. If it’s that urgent after just 2 hours, consider hiring someone.]

  • The topic ‘Help with “bloginfo(‘template_directory’)”’ is closed to new replies.