如何在wordpress网站中插入bootstrap?

How to insert bootstrap in wordpress website?

我正在尝试在我的 wordpress 网站中实现 bootstrap url 是这个 http://www.bolsapubli.net 但我不知道在哪里插入要导入的行 css到我的网站,有人知道在哪里介绍这行吗?

谢谢!

打开 /wp-content/themes/yoo_cloud_wp 并找到 header.php 并在其中添加您 CSS。

另一种方法是在 functions.php 文件中使用 wp_enqueue_style() 挂钩。