An open API service indexing awesome lists of open source software.

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

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') ) {
?>