Skip to content

Commit a92e44f

Browse files
committed
baseline
1 parent 56c9e2f commit a92e44f

File tree

96 files changed

+3189
-2613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+3189
-2613
lines changed

404.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div id="content">
44

5-
<div id="inner-content" class="wrap">
5+
<div id="inner-content" class="wrap content-sidebar">
66

77
<main id="main" class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="https://schema.org/Blog">
88

@@ -18,8 +18,8 @@
1818

1919
<div class="404-txt">
2020

21-
<h3><?php _e( 'I\'m sorry Dave, I\'m afraid I can\'t do that.', 'platetheme' ); ?></h3>
22-
<p><?php _e( 'We couldn\'t find what you are looking for, please try searching.', 'platetheme' ); ?></p>
21+
<h3><?php _e( 'I\'m sorry Dave, I\'m afraid I can\'t do that.', 'airtheme' ); ?></h3>
22+
<p><?php _e( 'We couldn\'t find what you are looking for, please try searching.', 'airtheme' ); ?></p>
2323

2424
</div>
2525

@@ -41,12 +41,12 @@
4141

4242
</article>
4343

44-
</main>
44+
</main>
45+
46+
<?php get_sidebar(); ?>
4547

4648
</div>
4749

4850
</div>
4951

50-
<?php get_sidebar(); ?>
51-
5252
<?php get_footer(); ?>

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plate Theme Change Log + History
22

3-
For more information, please visit: https://studio.bio/themes/plate
3+
For more information, please visit: https://studio.bio/themes/air
44

55
Author: Joshua Michaels for studio.bio with help from Jon Iler
66

LICENSE

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2-
Version 2, December 2004
1+
Copyright ©2019 studio.bio Creative LLC/Joshua Michaels
32

4-
Copyright (C) 2018 studio.bio Creative LLC/Joshua Michaels
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
54

6-
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
76

8-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
9-
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10-
11-
0. You just DO WHAT THE FUCK YOU WANT TO.
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

archive-custom_type.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616

1717
<div id="content">
1818

19-
<div id="inner-content" class="wrap">
19+
<div id="inner-content" class="wrap content-sidebar">
2020

2121
<main id="main" class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="https://schema.org/Blog">
2222

2323
<?php // Edit the loop in /templates/archive-loop. Or roll your own. ?>
2424
<?php get_template_part( 'templates/archive', 'loop'); ?>
2525

26-
</main>
26+
</main>
27+
28+
<?php get_sidebar(); ?>
2729

2830
</div>
2931

3032
</div>
3133

32-
<?php get_sidebar(); ?>
33-
3434
<?php get_footer(); ?>

archive.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
<div id="content">
44

5-
<div id="inner-content" class="wrap">
5+
<div id="inner-content" class="wrap content-sidebar">
66

77
<main id="main" class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="https://schema.org/Blog">
88

99
<?php // Edit the loop in /templates/archive-loop. Or roll your own. ?>
1010
<?php get_template_part( 'templates/archive', 'loop'); ?>
1111

12-
</main>
12+
</main>
13+
14+
<?php get_sidebar(); ?>
1315

1416
</div>
1517

1618
</div>
1719

18-
<?php get_sidebar(); ?>
19-
2020
<?php get_footer(); ?>

comments.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<?php if ( have_comments() ) : ?>
1616

17-
<h3 id="comments-title" class="h2"><?php comments_number( __( '<span>No</span> Comments', 'platetheme' ), __( '<span>One</span> Comment', 'platetheme' ), __( '<span>%</span> Comments', 'platetheme' ) );?></h3>
17+
<h3 id="comments-title" class="h2"><?php comments_number( __( '<span>No</span> Comments', 'airtheme' ), __( '<span>One</span> Comment', 'airtheme' ), __( '<span>%</span> Comments', 'airtheme' ) );?></h3>
1818

1919
<section class="commentlist">
2020

@@ -24,7 +24,7 @@
2424
'avatar_size' => 40,
2525
'callback' => 'plate_comments',
2626
'type' => 'all',
27-
'reply_text' => __('Reply', 'platetheme'),
27+
'reply_text' => __('Reply', 'airtheme'),
2828
'page' => '',
2929
'per_page' => '',
3030
'reverse_top_level' => null,
@@ -40,16 +40,16 @@
4040

4141
<nav class="navigation comment-navigation" role="navigation">
4242

43-
<div class="comment-nav-prev"><?php previous_comments_link( __( '&larr; Previous Comments', 'platetheme' ) ); ?></div>
44-
<div class="comment-nav-next"><?php next_comments_link( __( 'More Comments &rarr;', 'platetheme' ) ); ?></div>
43+
<div class="comment-nav-prev"><?php previous_comments_link( __( '&larr; Previous Comments', 'airtheme' ) ); ?></div>
44+
<div class="comment-nav-next"><?php next_comments_link( __( 'More Comments &rarr;', 'airtheme' ) ); ?></div>
4545

4646
</nav>
4747

4848
<?php endif; ?>
4949

5050
<?php if ( ! comments_open() ) : ?>
5151

52-
<p class="no-comments"><?php _e( 'Comments are closed.' , 'platetheme' ); ?></p>
52+
<p class="no-comments"><?php _e( 'Comments are closed.' , 'airtheme' ); ?></p>
5353

5454
<?php endif; ?>
5555

footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer id="footer" class="footer" role="contentinfo" itemscope itemtype="https://schema.org/WPFooter">
22

3-
<div id="inner-footer" class="max-w-7xl mx-auto px-6 py-4">
3+
<div id="inner-footer" class="wrap py-4">
44

55
<?php /* Uncomment this and the 'Footer Links' menu registration in functions.php to use.
66
Or delete it if you're not using it.
@@ -9,7 +9,7 @@
99
wp_nav_menu(array(
1010
'container' => 'div', // enter '' to remove nav container (just make sure .footer-links in _base.scss isn't wrapping)
1111
'container_class' => 'footer-links', // class of container (should you choose to use it)
12-
'menu' => __( 'Footer Links', 'platetheme' ), // nav name
12+
'menu' => __( 'Footer Links', 'airtheme' ), // nav name
1313
'menu_class' => 'nav footer-nav', // adding custom nav class
1414
'theme_location' => 'footer-links', // where it's located in the theme
1515
'before' => '', // before the menu

0 commit comments

Comments
 (0)