• Resolved valeriedore

    (@valeriedore)


    Hi,

    I moved my wordpress to an other server and kept the same address. But the code:

    <link rel="stylesheet" type='text/css' href="<?php autoVer(get_bloginfo('template_directory'). '/assets/css/module.footer.css'); ?>">

    does not seem to call template_directory. How do I fix it?

    Thanks a lot!
    Valerie

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not familiar with Autover, is that a plugin on your site?

    Normally, this should be enough:

    <link rel="stylesheet" type='text/css' href="<?php get_bloginfo('template_directory');?>/assets/css/module.footer.css">

    Thread Starter valeriedore

    (@valeriedore)

    Thanks,

    I made ??the change and it works everywhere.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving WordPress’ is closed to new replies.