{"id":14972456,"url":"https://github.com/e-picas/wp-basic-bootstrap","last_synced_at":"2026-01-19T14:32:14.928Z","repository":{"id":57041308,"uuid":"51649863","full_name":"e-picas/wp-basic-bootstrap","owner":"e-picas","description":"WP Basic Bootstrap is a full \"101\" Wordpress theme built with the Bootstrap framework and the Font Awesome images font, ready to build a responsive and accessible blog or to be modified to build your own theme.","archived":false,"fork":false,"pushed_at":"2024-01-10T16:12:17.000Z","size":5770,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T15:13:35.106Z","etag":null,"topics":["bootstrap","bootstrap3","bootstrap4","bootstrap5","wordpress-starter-theme","wordpress-theme"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e-picas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-13T14:45:35.000Z","updated_at":"2023-12-18T23:53:22.000Z","dependencies_parsed_at":"2024-01-10T18:00:12.627Z","dependency_job_id":null,"html_url":"https://github.com/e-picas/wp-basic-bootstrap","commit_stats":{"total_commits":85,"total_committers":4,"mean_commits":21.25,"dds":"0.19999999999999996","last_synced_commit":"f67fa7ba1ceaac6b65b5dc5e875b5a3d8e05523d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/e-picas/wp-basic-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-picas%2Fwp-basic-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-picas%2Fwp-basic-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-picas%2Fwp-basic-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-picas%2Fwp-basic-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-picas","download_url":"https://codeload.github.com/e-picas/wp-basic-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-picas%2Fwp-basic-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28571782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap3","bootstrap4","bootstrap5","wordpress-starter-theme","wordpress-theme"],"created_at":"2024-09-24T13:46:56.895Z","updated_at":"2026-01-19T14:32:14.908Z","avatar_url":"https://github.com/e-picas.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"WP Basic Bootstrap - A 101 Wordpress theme ready for modern web\n===============================================================\n\nDescription\n-----------\n\n**WP Basic Bootstrap** is a full \"101\" [Wordpress](http://wordpress.org/) theme \nbuilt with the [*Bootstrap* framework](http://getbootstrap.com/) and the \n[*Font Awesome* images font](http://fontawesome.io/), which implements all features \nof Wordpress version 4+ and is ready to build a responsive and accessible blog or \nto be modified to build your own theme.\n\nThe theme is built using the Wordpress best practices:\n\n-   its takes advantage of the customizer panel of the Wordpress' backend to let user\n    choose the best rendering with a lot of options concerning styles, templates and\n    layouts;\n-   it supports all [theme features](https://codex.wordpress.org/Theme_Features) such as \n    *post formats*, *header* and *background* customization, *thumbnails*, *HTML5 markup*,\n    *sidebars*, *navigation menus* and *sticky posts*;\n-   it implements its templates to follow the [template hierarchy](https://developer.wordpress.org/themes/basics/template-hierarchy/)\n    of Wordpress;\n-   it uses internal *hooks* to plug its rendering options;\n-   it implements its own *hooks* to easily customize its features;\n-   it is ready for translations;\n-   its code follows the [Wordpress](http://codex.wordpress.org/WordPress_Coding_Standards) \n    and [PSR](http://www.php-fig.org/) coding standards.\n\nThe theme can be used out of the box for a personal blog, but can also be a **robust and well-coded** \nbasis to build your own themes (see the license section of this file to learn about commercial\nusage).\n\nInstallation as a theme\n-----------------------\n\n1. In your admin panel, go to \"Appearance \u003e Themes\" and click the \"Add New\" button.\n2. Type in \"Basic Bootstrap\" in the search form and press the \"Enter\" key on your keyboard.\n3. Click on the \"Activate\" button to use your new theme right away.\n4. Navigate to \"Appearance \u003e Customize\" in your admin panel and customize to taste.\n\nNOTE - For those who are [Composer](http://getcomposer.org/) users, the package is registered\nas `picas/wp-basic-bootstrap`.\n\nInstallation with a child theme\n-------------------------------\n\nTo use this theme as a parent of a child theme, you can begin your child theme with the following `style.css` file:\n\n    /*\n    Theme Name:     My Child Theme\n    Template:       wp-basic-bootstrap\n    */\n\nThe parent theme (this original theme) must be installed.\n\nInstallation as a basis to build your own theme\n-----------------------------------------------\n\nIf you want to use this theme as a basis to modify, you may register the original repository URL as a GIT remote.\n\nIn the example below, let's say your own theme is hosted at `http://github.com/user/my-theme`:\n\n    mkdir my-theme \u0026\u0026 cd $_\n    git init .\n    git remote add origin https://github.com/user/my-theme.git\n    git remote add upstream https://github.com/e-picas/wp-basic-bootstrap.git\n\nThis way, you will be able to make your commits to your own theme and push them to your own repository:\n\n    touch readme.txt\n    git add readme.txt\n    git commit -m \"this is a fake commit\"\n    git push --set-upstream origin master\n\nAnd you will be able to update your basis with its last commits (eventually):\n\n    git fetch upstream\n    git merge --no-ff --no-commit upstream/master\n    git status\n    git commit\n\nUsage\n-----\n\nVarious documentations are available (as plain text Markdown files) in the \u003cdoc/\u003e directory\nof this repository.\n\nCopyright \u0026 License\n-------------------\n\n    WP Basic Bootstrap, Copyright 2016 Pierre Cassat \u0026 contributors\n\nThe *WP Basic Bootstrap* theme is distributed under a **dual-license**:\n\n-   under the terms of the **GNU GPL for non-commercial usage**\n-   under the terms of a **commercial license for commercial usage**.\n\nPlease contact the author for more information about the commercial license.\n\nWP Basic Bootstrap bundles the following third-party resources:\n\n1.  Bootstrap (\u003chttp://getbootstrap.com/\u003e), licensed under \n    [MIT](https://github.com/twbs/bootstrap/blob/master/LICENSE)\n\n2.  Font Awesome (\u003chttp://fontawesome.io/\u003e), licensed under both \n    [MIT](https://github.com/dimsemenov/Magnific-Popup/blob/master/LICENSE) for the CSS and \n    [SIL OFL 1.1](http://fontawesome.io/license) for the Font\n\n3.  TGM Plugin Activation (\u003chttp://tgmpluginactivation.com/\u003e), licensed under \n    [GPL](https://github.com/TGMPA/TGM-Plugin-Activation/blob/develop/LICENSE.md)\n\n4.  wp_bootstrap_navwalker (\u003chttp://github.com/twittem/wp-bootstrap-navwalker\u003e), licensed under \n    [GPL](https://github.com/twittem/wp-bootstrap-navwalker/blob/master/LICENSE.txt)\n\n5.  WP Template Hierarchy Everywhere (\u003chttp://github.com/e-picas/wp-template-hierarchy-everywhere\u003e), licensed under \n    [GPL](http://www.gnu.org/licenses/gpl-3.0.html)\n\nThe following external WordPress plugins are required or recommended with this theme:\n\n1.  [Meta Box](http://wordpress.org/plugins/meta-box/) to add some specific fields in the admin panel\n    of WordPress for each post formats - *required*\n\n2.  [Bootstrap 3 Shortcodes](http://wordpress.org/plugins/bootstrap-3-shortcodes/) to take advantage\n    of all Bootstrap's features in posts contents - *recommended*\n\n3.  [Font Awesome Shortcodes](http://wordpress.org/plugins/font-awesome-shortcodes/) to take advantage\n    of the icons font in posts contents - *recommended*\n\n4.  [Multiple Favicons](http://wordpress.org/plugins/multicons/) to handle all devices icons for your\n    website - *recommended*\n\nAll of these are free plugins and will be handled automatically when enabling the theme in the admin panel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-picas%2Fwp-basic-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-picas%2Fwp-basic-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-picas%2Fwp-basic-bootstrap/lists"}