Skip to content

AlexWebLab/barely-minimum-bootstrap-5-wordpress-starter-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Barely minimum Bootstrap 5 WordPress starter theme [boilerplate for developers only]

bs5starter

Theme features:

  • minimum amount of files required for a WordPress theme (index.php and style.css)
  • Bootstrap 5 CSS & JS files enqueued (in function.php from /functions/enqueues.php)
  • jQuery removed but optionally available commenting out one line from /functions/enqueues.php
  • Bootstrap 5 starter template (separated in 3 files: header.php, index.php and footer.php)
  • custom wp_nav_menu walker for Bootstrap 5 navbar (in function.php from /functions/navbar.php)
  • empty custom.css & custom.js files (located in /css and /js, respectively)