Wordpress development theme link bootstrap.css to index.php not working? -


i developing wordpress theme scratch , when link bootrap.css in index.php file , go see looks did not work. please if can help.

do have link site you're working on? i'd love need see you're doing. here couple things can try:

  • link bootstrap.css in header.php template file. long directory path correct, should able 'view source' on page , click on file link confirm file's content has been loaded.
  • don't forget bootstrap, need load jquery (http://jquery.com/download/) link bootstrap.js file. link jquery , bootstrap.js file in footer.php template file theme.
  • you can refer basic template bootstrap provides should started. http://getbootstrap.com/getting-started/#template

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -