Twitter has just came out with a new web framework called Bootstrap. What’s the right way to use it within a theme?
Update: The stylesheet inclusion is simple indeed. I want to know which caveats or compatibility issues I should expect.
Twitter has just came out with a new web framework called Bootstrap. What’s the right way to use it within a theme?
Update: The stylesheet inclusion is simple indeed. I want to know which caveats or compatibility issues I should expect.
A few things to consider:
wp_enqueue_style()
, and hooked into either wp_enqueue_scripts
or wp_print_styles
wp_enqueue_script()
, and hooked into `wp_enqueue_scripts()wp_nav_menu()
/wp_list_pages()
/etc.), Pagination (paginate_links()
/paginate_comments_links()
/wp_link_pages()
), etc. integrate with core WordPress functionality