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