dongyue9864 2018-06-21 07:42
浏览 358
已采纳

在wordpress元素页面中添加css和js文件的位置

I created with the elementor page with mine HTML that includes redirect to external css and js files.

example :

my elementor page have "script src='script.js'" and "link rel='stylesheet' href='style.css'"

Where to put the script.js file and the style.css file ?

  • 写回答

1条回答 默认 最新

  • duanjian4331 2018-06-21 07:52
    关注

    Make a directory like "js" in your theme folder and put the scripts in there. In the code/template the path looks like

    <?php bloginfo('template_directory'); ?>/js/script.js
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?