Thread Starter
Emwat
(@emwat)
I’ve realized the css file helps get rid of it, but it breaks the site in some other ways.
Is there a different file than <link rel=”stylesheet” type=”text/css” href=”//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css”>
Thread Starter
Emwat
(@emwat)
After a little bit more research, I went back in and put in this code.
<br />
<?php wp_enqueue_script("jquery"); ?><br />
<?php wp_head(); ?><br />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script><br />
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script><br />
<!--<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">--><br />
</head><br />
But the li 1. 2. is still there?