Adding Bootstrap to WordPress TwentySixteen Theme
How can I add Bootstrap to the Wordpress TwentySixteen Theme without using a plugin? I've tried linking to the stylesheets and scripts within the header/footer, however the theme seems to override something, and I'm unable to get different Bootstrap elements to work on specific pages. For instance, I've tried to get the clickable tabs to work, but no luck.
I've tried using the following code: http://jsfiddle.net/xfw8t/12/
While adding the CSS to the header and JS to the footer file:
link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet"
script src="/scripts/jquery.min.js"/script
script src="/bootstrap/js/bootstrap.min.js"/script
Topic theme-twenty-sixteen twitter-bootstrap theme-development themes Wordpress
Category Web