3rd video in the series where i explain the template hierarchy in video 2 and downloading the bootstrap 5 required files and explaining the required files for the styles to show up on your word press theme
-------------------------------------------------------------------
Steps:
1. Create a new folder in your project directory called assets ✔️
2. add another 2 folders in /assets for /css /js ✔️
3 . download the bootstrap5 minified files ✔️
5. extract the boostrap5 minified zip ✔️
4. add bootstrap.css to /assets/css ✔️
5. add bootstrap.bundle.js ✔️
7. create new files in your project main directory ✔️
header.php
footer.php
functions.php
8. create a new folder called inc which stands for included in the project directory ✔️
9. create a new file called assets.php in the /inc directory ✔️
10 . add the register helper code in the git hub repository in assets.php ✔️
11. Go to video no 4 part 2 of registering the css and js explained. ✔️
-------------------------------------------------------------------
Project Link.
https://github.com/omarashzeinhom/wor...
-------------------------------------------------------------------
Useful links :
-------------------------------------------------------------------
1. Template hierarchy explained shortly
🔗LINK : https://developer.wordpress.org/theme...
2. Get Bootstrap5
🔗LINK : https://getbootstrap.com/
3. Get Bootstrap5 minifed files css and js
🔗LINK : https://getbootstrap.com/docs/5.2/get...
--------------------------------------------------------------------------------------------------------------------------
Comment , like , subscribe and thank you for watching this video 😊.