-1

I searched both stack overflow and the web without any really good resources. What is the best way to take a downloaded bootstrapped template and use it as a WordPress theme. Traditionally, I would go through the process of building all the WordPress files and then implementing bootstrap but I must be doing something wrong.

zessx
  • 68,042
  • 28
  • 135
  • 158
Charles
  • 115
  • 6
  • There are literally hundreds if not thousands of WordPress themes made from Bootstrap. I searched Google for "WordPress Bootstrap Theme". 138,000 Results were returned. Surely, one of them has what your looking for. – stink Nov 15 '13 at 01:27

1 Answers1

1

Here ya go -

Tutorial using Bootstrap 2.3.2

Mr Lister
  • 45,515
  • 15
  • 108
  • 150
this_guy
  • 594
  • 1
  • 12
  • 24
  • I run into problems when I'm trying to register the scripts in the functions.php. – Charles Nov 15 '13 at 18:01
  • The theme of trying to convert has some scripts in the footer and some in the header. I'm missing something, but I'm not sure how to problem solve. Any simple solutions to this functions.php error. – Charles Nov 15 '13 at 18:03
  • You should always put your scripts in the footer. – this_guy Nov 16 '13 at 11:52
  • and it's probably 'best practice' if you start a new question for that error. – this_guy Nov 16 '13 at 12:00