gpt4 book ai didi

javascript - 如何在wordpress上实现bootstrap tour

转载 作者:行者123 更新时间:2023-11-29 22:00:05 28 4
gpt4 key购买 nike

我正在尝试使用 Bootstrap 主题在 Wordpress 网站上实现 Bootstrap Tour,但到目前为止,每次我尝试链接样式表 (CSS) 和 JavaScrit 时,它都不起作用。该页面不会加载样式表或 javascript。

当我在本地工作时,所有设置工作正常,但当我尝试在 wordpress 上实现时,没有任何工作。

有没有一种特定的方法我必须在 wordpress 上设置所有样式表和 javascript?

这是我的标题:

<html <?php language_attributes(); ?>>

<head>
<meta charset="<?php bloginfo('charset'); ?>" />

<?php if (is_search()) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php } ?>

<title>

<?php wp_title('|', true, 'right'); ?>

</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/css/bootstrap.css">

<!-- Add custom CSS here -->
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/css/bootstrap-tour.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/css/landing-page.css">

<script type="text/javascript" src="<?php echo get_template_directory_uri();?>/js/jquery-1.10.2.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri();?>/js/bootstrap.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri();?>/js/bootstrap-tour.min.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri();?>/js/script.js"></script>

<link rel="shortcut icon" href="/favicon.ico">

<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">

<?php wp_head(); ?>

</head>

<body <?php body_class(); ?>>

最佳答案

如果您使用的是子主题get_template_directory_uri() 将给出父主题的路径

对于子主题,请改用 get_stylesheet_directory_uri()

关于javascript - 如何在wordpress上实现bootstrap tour,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24315254/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com