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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -