Skip to content

Instantly share code, notes, and snippets.

@m1ndspark
Last active July 30, 2018 16:49
Show Gist options
  • Save m1ndspark/704d6cf6c412aad6a4a434998f1a8e27 to your computer and use it in GitHub Desktop.
Save m1ndspark/704d6cf6c412aad6a4a434998f1a8e27 to your computer and use it in GitHub Desktop.
Add Bootstrap to Any WordPress Theme
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<!-- Latest Complete JavaScript Bundle -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<!-- Check for new updates @ https://www.bootstrapcdn.com/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment