https://github.com/mdsamsuzzohashayon/wordpress-theme
A basic WordPress theme with dynamic functionality
https://github.com/mdsamsuzzohashayon/wordpress-theme
Last synced: 4 months ago
JSON representation
A basic WordPress theme with dynamic functionality
- Host: GitHub
- URL: https://github.com/mdsamsuzzohashayon/wordpress-theme
- Owner: MdSamsuzzohaShayon
- Created: 2019-02-14T23:09:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T09:12:17.000Z (over 3 years ago)
- Last Synced: 2025-06-27T14:02:33.319Z (4 months ago)
- Language: PHP
- Size: 47.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Wordpress and bootstrap
Details for all the file
Process step by step
1. create a full web template with bootstrap like I made in wpbootstrap folder
2. Create a style.css file (in root folder )
3. Create a image for thumbnail of theme and name is screenshort.png (in root folder )
4. Create two more folder js and css (If need we can create more)
5. Create index.php copy all the index.html code and paste in index.php
6. Create two more folder header.php footer.php
7. Copy all header html code and paste in header.php and in index.php add a built-in function
8. Like header Do same for footer
9. Show all the text inside website with php dynamic functions that can found wordpress website
10. make a functions.php file REGISTER NAV WALKER CLASS ALIAS create dynamic navbar code can found in wordpress website
11. https://github.com/wp-bootstrap/wp-bootstrap-navwalker follow the instruction for creating custom menu and download class-wp-bootstrap-navwalker.php
12. single.php is for a single post that can customize
13. page.php is for showing details of custom single page not post
14. content.php is just handmade file for rendering blog content inside index.php
15. comments.php is for customizing our comments