From 41f4ab08504b4a7e464d36b1f8b4028933c3aa93 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Fri, 2 Jul 2021 10:24:48 -0400 Subject: [PATCH] forked, cloned, performed find/replace per 'how to get started' in fork parent --- README.md | 8 ++++---- archive.php | 2 +- comments.php | 6 +++--- content-templates/content-article.php | 2 +- footer.php | 4 ++-- functions.php | 10 +++++----- header.php | 2 +- index.php | 2 +- package-lock.json | 2 +- package.json | 2 +- src/classes.php | 2 +- src/enqueue.php | 14 +++++++------- src/setup.php | 6 +++--- src/sidebars.php | 2 +- style.css | 19 +++++++++++-------- 15 files changed, 43 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 501f811..8f909e5 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ A minimalistic WordPress starter theme, based on Tailwind and PurgeCSS. - [Composer](https://getcomposer.org) ## How to get started -1. Clone or [download](https://github.com/freeshifter/wp-tailwind/archive/master.zip "Download the WP Tailwind Zip") the project onto your `themes` directory `(./wp-content/themes)` +1. Clone or [download](https://github.com/freeshifter/wp-73k/archive/master.zip "Download the WP Tailwind Zip") the project onto your `themes` directory `(./wp-content/themes)` 2. Run a find/replace for the following strings: -- `wp-tailwind` -- `WP_Tailwind` -- `wp_tailwind_` +- `wp-73k` +- `WP_73k` +- `wp_73k_` 3. Run `composer install` 4. Run `npm install` 5. Update the BrowserSyncPlugin configuration in `webpack.config.js` to the domain of your local installation. diff --git a/archive.php b/archive.php index 0071aa9..00ac4a4 100644 --- a/archive.php +++ b/archive.php @@ -6,7 +6,7 @@ * @since 1.0.0 */ -namespace WP_Tailwind; +namespace WP_73k; get_header(); ?>
diff --git a/comments.php b/comments.php index 5b69839..7866fa1 100644 --- a/comments.php +++ b/comments.php @@ -27,7 +27,7 @@ if ( post_password_required() ) {

' . get_the_title() . '' ); @@ -37,7 +37,7 @@ if ( post_password_required() ) { 1 && get_option( 'page_comments' ) ) : ?>