Skip to content

Commit

Permalink
Merge pull request #694 from bootscore/v6.0.0-beta1
Browse files Browse the repository at this point in the history
v6.0.0-beta1
  • Loading branch information
justinkruit committed May 3, 2024
2 parents 6896a76 + 594ff71 commit 627d429
Show file tree
Hide file tree
Showing 150 changed files with 2,107 additions and 2,804 deletions.
6 changes: 5 additions & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Bootscore
* @version 6.0.0
*/

// Exit if accessed directly
defined('ABSPATH') || exit;

get_header();
?>
<div id="content" class="site-content <?= apply_filters('bootscore/container_class', 'container', '404'); ?> <?= apply_filters('bootscore/content/spacer_class', 'py-5 mt-5', '404'); ?>">
<div id="content" class="site-content <?= apply_filters('bootscore/class/container', 'container', '404'); ?> <?= apply_filters('bootscore/class/content/spacer', 'pt-4 pb-5', '404'); ?>">
<div id="primary" class="content-area">

<main id="main" class="site-main">
Expand Down
37 changes: 20 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

<br>
<div align="center">
<p>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github-production-user-asset-6210df.s3.amazonaws.com/51531217/279796754-be3e5050-8bcc-478c-aac8-d3522b9af351.svg">
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/51531217/279796586-11ab7ee1-aff5-4960-99eb-c21c0ccbdec5.svg">
<img alt="bootScore logo light/dark mode" src="https://user-images.githubusercontent.com/51531217/279796586-11ab7ee1-aff5-4960-99eb-c21c0ccbdec5.svg" height="50">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bootscore/bootscore/assets/51531217/4a6f1529-abe2-4913-b9aa-e8dcedae9fb5">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/bootscore/bootscore/assets/51531217/dc2dbf12-fd6e-4e42-9c79-08fa02bd035e">
<img alt="bootScore logo light/dark mode" src="https://github.com/bootscore/bootscore/assets/51531217/dc2dbf12-fd6e-4e42-9c79-08fa02bd035e" height="150">
</picture>
</p>

Expand All @@ -21,19 +22,21 @@
</div>
<br>

# bootScore
bootScore combines [Bootstrap](https://getbootstrap.com) and the [Underscores](https://underscores.me) theme boiler template in a compact starter theme for outstanding [WordPress](https://wordpress.org/) projects. It does not include customizer settings, logo upload functionality, or drag-and-drop features. Customization in bootScore is entirely achievable through its `.php`, `.scss`, and `.js` files, requiring basic coding skills for editing.
# Bootscore

[![Github All Releases](https://img.shields.io/github/downloads/bootscore/bootscore/total.svg)](https://github.com/bootscore/bootscore/releases)
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/bootscore/bootscore?logo=packagist&logoColor=fff)](https://packagist.org/packages/bootscore/bootscore)
[![Backers on Open Collective](https://img.shields.io/opencollective/backers/bootscore?logo=opencollective&logoColor=fff)](https://opencollective.com/bootscore)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/bootscore?logo=github)](https://github.com/sponsors/bootscore)

Bootscore combines [Bootstrap](https://getbootstrap.com) and the [Underscores](https://underscores.me) theme boiler template in a compact starter theme for outstanding [WordPress](https://wordpress.org/) projects. It does not include customizer settings, logo upload functionality, or drag-and-drop features. Customization in Bootscore is entirely achievable through its `.php`, `.scss`, and `.js` files, requiring basic coding skills for editing.

The Bootstrap source code is included, allowing easy on-the-fly editing Bootstrap without the need for Gulp, Node, or any other technical commands. Simply add your styles, save, and let the built-in [scssphp](https://github.com/scssphp/scssphp) compiler do the rest.

bootScore comes with full [WooCommerce](https://woo.com/) support, featuring an integrated AJAX offcanvas cart.
Bootscore comes with full [WooCommerce](https://woo.com/) support, featuring an integrated AJAX offcanvas cart.

This time-saving tool is designed to swiftly create clean, mobile-first projects. If you are familiar with Bootstrap and its HTML classes, you'll feel right at home and be able to build whatever you desire.

[![Packagist Prerelease](https://img.shields.io/packagist/vpre/bootscore/bootscore?logo=packagist&logoColor=fff)](https://packagist.org/packages/bootscore/bootscore)
[![Backers on Open Collective](https://img.shields.io/opencollective/backers/bootscore?logo=opencollective&logoColor=fff)](https://opencollective.com/bootscore)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/bootscore?logo=github)](https://github.com/sponsors/bootscore)

## Table of contents
- [Installation](#installation)
- [Child-theme](#child-theme)
Expand All @@ -47,25 +50,25 @@ This time-saving tool is designed to swiftly create clean, mobile-first projects
- [License & credits](#license--credits)

## Installation
1. Download latest release [bootscore-main.zip](https://github.com/bootscore/bootscore/releases/latest/download/bootscore-main.zip).
1. Download latest release [bootscore.zip](https://github.com/bootscore/bootscore/releases/latest/download/bootscore.zip).
2. In your admin panel, go to **Appearance** > **Themes** and click the **Add New** button.
3. Click **Upload Theme** and **Choose File**, then select `bootscore-main.zip` file. Click **Install Now**.
3. Click **Upload Theme** and **Choose File**, then select `bootscore.zip` file. Click **Install Now**.
4. Click **Activate** to use your new theme right away.

### Composer
To install using Composer, you will need to have Composer installed on your system. Ideally, it should also be available on your server with command-line access, although this is not mandatory. For detailed instructions on installing with Composer, please read the [documentation](https://bootscore.me/documentation/installation/#Composer).

## Child-theme
Edit the theme in an upgrade-safe manner by using the provided [bootScore Child](https://github.com/bootscore/bootscore-child). Note that the child theme is not a stand-alone theme, bootScore must be installed for it to function.
Edit the theme in an upgrade-safe manner by using the provided [Bootscore Child](https://github.com/bootscore/bootscore-child). Note that the child theme is not a stand-alone theme, Bootscore must be installed for it to function.

### Installation
1. Download latest release [bootscore-child-main.zip](https://github.com/bootscore/bootscore-child/releases/latest/download/bootscore-child-main.zip).
1. Download latest release [bootscore-child.zip](https://github.com/bootscore/bootscore-child/releases/latest/download/bootscore-child.zip).
2. In your admin panel, go to **Appearance** > **Themes** and click the **Add New** button.
3. Click **Upload Theme** and **Choose File**, then select `bootscore-child-main.zip` file. Click **Install Now**.
3. Click **Upload Theme** and **Choose File**, then select `bootscore-child.zip` file. Click **Install Now**.
4. Click **Activate** to use your new child-theme right away.

## Plugins
Extend bootScore with small yet useful [plugins](https://bootscore.me/plugins/). Each plugin either utilizes Bootstrap or integrates it into third-party plugins.
Extend Bootscore with small yet useful [plugins](https://bootscore.me/plugins/). Each plugin either utilizes Bootstrap or integrates it into third-party plugins.

## Support & contribute

Expand All @@ -85,7 +88,7 @@ For important updates, read our [blog](https://bootscore.me/category/blog/) and
Like what you see? You can support us by [sponsoring](https://github.com/sponsors/bootscore) this project. Every contribution is highly appreciated, as it helps us maintain high motivation and continually develop the project.

## License & Credits
- bootScore, [MIT License](https://github.com/bootscore/bootscore/blob/main/LICENSE)
- Bootscore, [MIT License](https://github.com/bootscore/bootscore/blob/main/LICENSE)
- Bootstrap, [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE)
- Bootstrap 5 WordPress Navbar Walker by AlexWebLab, [MIT License](https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker/blob/main/LICENSE)
- Font Awesome [Free License](https://fontawesome.com/license/free)
Expand Down
20 changes: 11 additions & 9 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,27 @@
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Bootscore
* @version 6.0.0
*/

// Exit if accessed directly
defined('ABSPATH') || exit;

get_header();
?>

<div id="content" class="site-content <?= apply_filters('bootscore/container_class', 'container', 'archive'); ?> <?= apply_filters('bootscore/content/spacer_class', 'py-5 mt-5', 'archive'); ?>">
<div id="content" class="site-content <?= apply_filters('bootscore/class/container', 'container', 'archive'); ?> <?= apply_filters('bootscore/class/content/spacer', 'pt-4 pb-5', 'archive'); ?>">
<div id="primary" class="content-area">

<?php bs_after_primary(); ?>

<div class="row">
<div class="<?= apply_filters('bootscore/main/col_class', 'col') ?>">
<div class="<?= apply_filters('bootscore/class/main/col', 'col') ?>">

<main id="main" class="site-main">

<header class="page-header mb-4">
<div class="page-header mb-4">
<?php the_archive_title('<h1>', '</h1>'); ?>
<?php the_archive_description('<div class="archive-description">', '</div>'); ?>
</header>
</div>

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
Expand All @@ -50,7 +52,7 @@
</a>

<?php if ('post' === get_post_type()) : ?>
<p class="meta small mb-2 text-body-tertiary">
<p class="meta small mb-2 text-body-secondary">
<?php
bootscore_date();
bootscore_author();
Expand Down Expand Up @@ -82,9 +84,9 @@
<?php endwhile; ?>
<?php endif; ?>

<footer class="entry-footer">
<div class="entry-footer">
<?php bootscore_pagination(); ?>
</footer>
</div>

</main>

Expand Down
Loading

0 comments on commit 627d429

Please sign in to comment.