Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Sep 19, 2019
1 parent 9968552 commit 2002879
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 42 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Go #
**Contributors:** [godaddy](https://profiles.wordpress.org/godaddy), [richtabor](https://profiles.wordpress.org/richtabor), [eherman24](https://profiles.wordpress.org/eherman24), [jrtashjian](https://profiles.wordpress.org/jrtashjian)
**Tags:** [one-column](https://wordpress.org/themes/tags/one-column/), [custom-colors](https://wordpress.org/themes/tags/custom-colors/), [custom-logo](https://wordpress.org/themes/tags/custom-logo/), [custom-menu](https://wordpress.org/themes/tags/custom-menu/), [editor-style](https://wordpress.org/themes/tags/editor-style/), [theme-options](https://wordpress.org/themes/tags/theme-options/), [threaded-comments](https://wordpress.org/themes/tags/threaded-comments/), [translation-ready](https://wordpress.org/themes/tags/translation-ready/), [block-styles](https://wordpress.org/themes/tags/block-styles/), [wide-blocks](https://wordpress.org/themes/tags/wide-blocks/)
**Requires at least:** 5.0
**Tested up to:** 5.2
**Requires PHP:** 5.6.0
**Stable tag:** 0.2.0
**License:** GPL-2.0-only
**License URI:** https://www.gnu.org/licenses/license-list.html#GPLv2
**Contributors:** [godaddy](https://profiles.wordpress.org/godaddy), [richtabor](https://profiles.wordpress.org/richtabor), [eherman24](https://profiles.wordpress.org/eherman24), [jrtashjian](https://profiles.wordpress.org/jrtashjian)
**Tags:** [one-column](https://wordpress.org/themes/tags/one-column/), [custom-colors](https://wordpress.org/themes/tags/custom-colors/), [custom-logo](https://wordpress.org/themes/tags/custom-logo/), [custom-menu](https://wordpress.org/themes/tags/custom-menu/), [editor-style](https://wordpress.org/themes/tags/editor-style/), [theme-options](https://wordpress.org/themes/tags/theme-options/), [threaded-comments](https://wordpress.org/themes/tags/threaded-comments/), [translation-ready](https://wordpress.org/themes/tags/translation-ready/), [block-styles](https://wordpress.org/themes/tags/block-styles/), [wide-blocks](https://wordpress.org/themes/tags/wide-blocks/)
**Requires at least:** 5.0
**Tested up to:** 5.2
**Requires PHP:** 5.6.0
**Stable tag:** 1.1.0
**License:** GPL-2.0-only
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2

Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.

[![CircleCI](https://circleci.com/gh/godaddy/wp-go-theme.svg?style=svg)](https://circleci.com/gh/godaddy/wp-go-theme) [![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/godaddy/wp-go-theme/blob/master/license.txt) [![PHP >= 5.6](https://img.shields.io/badge/php-%3E=%205.6-8892bf.svg)](https://secure.php.net/supported-versions.php) [![WordPress >= 5.0](https://img.shields.io/badge/wordpress-%3E=%205.0-blue.svg)](https://wordpress.org/download/release-archive/)

[![CircleCI](https://circleci.com/gh/godaddy/wp-go-theme.svg?style=svg)](https://circleci.com/gh/godaddy/wp-go-theme) [![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/godaddy/wp-go-theme/blob/master/license.txt) [![PHP >= 5.6](https://img.shields.io/badge/php-%3E=%205.6-8892bf.svg)](https://secure.php.net/supported-versions.php) [![WordPress >= 5.0](https://img.shields.io/badge/wordpress-%3E=%205.0-blue.svg)](https://wordpress.org/download/release-archive/)

## Description ##

**Features**
Expand Down Expand Up @@ -55,6 +55,14 @@ GNU General Public License for more details.

Go bundles the following third-party resources:

TGM-Plugin-Activation, Copyright 2011, Thomas Griffin
License: GPLv2 or later
Source: http://tgmpluginactivation.com

Screenshot image #1, Copyright Negative Space
License: CC0 1.0 Universal (CC0 1.0) (https://creativecommons.org/publicdomain/zero/1.0/)
Source: https://stocksnap.io/photo/RCFX768X06

## Changelog ##

### 1.0.0 ###
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Theme constants.
*/
define( 'GO_VERSION', '0.2.0' );
define( 'GO_VERSION', '1.1.0' );

/**
* Core setup, hooks, and filters.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go",
"version": "0.2.0",
"version": "1.1.0",
"description": "Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.",
"homepage": "https://github.com/godaddy/wp-go-theme",
"repository": {
Expand Down
36 changes: 8 additions & 28 deletions partials/content-excerpt.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,20 @@
</div>
<?php endif; ?>

<header class="entry-header m-auto">
<header class="entry-header m-auto px">
<?php
if ( is_sticky() && is_home() && ! is_paged() ) {
printf( '<span class="sticky-post">%s</span>', esc_html_x( 'Featured', 'post', 'go' ) );
}

the_title( sprintf( '<h2 class="post__title entry-title h1"><a href="%s" rel="bookmark" class="no-underline no-color">', esc_url( get_permalink() ) ), '</a></h2>' );
?>

<?php if ( ! is_search() ) { ?>

<div class="post__meta">

<span class="post__categories"><?php the_category( ' | ' ); ?></span>

<span class="post__author"><?php esc_html_e( 'by', 'go' ); ?> <?php the_author(); ?></span>

<?php
if ( is_singular() && get_the_tag_list() ) {
the_tags(
sprintf(
'<span class="post__tags"><span class="screen-reader-text">%s</span> ',
esc_html_e( 'Tags:', 'go' )
),
', ',
'</span>'
);
}
?>

</div>

<?php } ?>
if ( is_singular() ) :
the_title( '<h1 class="post__title entry-title m-0">', '</h1>' );
else :
the_title( sprintf( '<h2 class="post__title entry-title m-0 h1"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
endif;

Go\post_meta( get_the_ID(), 'top' );
?>
</header>

<div class="content-area__wrapper">
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: one-column, custom-colors, custom-logo, custom-menu, editor-style, theme-o
Requires at least: 5.0
Tested up to: 5.2
Requires PHP: 5.6.0
Stable tag: 0.2.0
Stable tag: 1.1.0
License: GPL-2.0-only
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
* Author: GoDaddy
* Author URI: https://www.godaddy.com
* Version: 0.2.0
* Version: 1.1.0
* License: GPL-2.0
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: go
Expand Down

0 comments on commit 2002879

Please sign in to comment.