https://github.com/edocbuhtig/wordpress-custom-theme-bootstrap-starter
A Bootstrap 5 Starter Theme, for WordPress with SEO meta tags
https://github.com/edocbuhtig/wordpress-custom-theme-bootstrap-starter
bootstrap5-template free-bootstrap-theme free-wordpress-theme wordpress-bootstrap wordpress-bootstrap-boilerplate wordpress-bootstrap-theme wordpress-custom-theme wordpress-seo wordpress-starter wordpress-starter-theme wordpress-theme
Last synced: 23 days ago
JSON representation
A Bootstrap 5 Starter Theme, for WordPress with SEO meta tags
- Host: GitHub
- URL: https://github.com/edocbuhtig/wordpress-custom-theme-bootstrap-starter
- Owner: edocbuhtig
- License: mit
- Created: 2020-02-01T10:55:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T11:29:38.000Z (about 4 years ago)
- Last Synced: 2025-04-30T15:18:51.236Z (23 days ago)
- Topics: bootstrap5-template, free-bootstrap-theme, free-wordpress-theme, wordpress-bootstrap, wordpress-bootstrap-boilerplate, wordpress-bootstrap-theme, wordpress-custom-theme, wordpress-seo, wordpress-starter, wordpress-starter-theme, wordpress-theme
- Language: PHP
- Homepage:
- Size: 118 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### A Bootstrap 5 Starter Theme, for WordPress with SEO meta tags
Clone repo upload the (zip) to themes folder and activate from admin panel, create few pages, create a new menu add pages to the menu, select menu location save and browse the site.
External lib includes, as follows:
- Bootstrap v5 without jquery (https://getbootstrap.com/)
- WP Bootstrap Navwalker (https://github.com/wp-bootstrap/wp-bootstrap-navwalker)Last tested locally on WordPress 5.x running PHP Version 7.4.1
## Search Engine Optimization, meta tags, title tags
Adding meta tags as below:
```
function theme_demo_header_metadata() {if ( is_page('Home') ) {
?>