Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Small changes
* search results as excepts
* removed 'comments are closed'
* changed name of blue color option.
  • Loading branch information
andrewmbacon committed Oct 6, 2014
1 parent 877bc8e commit 24bd57f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion comments.php
Expand Up @@ -36,7 +36,6 @@ if ( post_password_required() ) { ?>

<?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments">Comments are closed.</p>
<?php endif; ?>
<?php endif; ?>
<?php if ( comments_open() ) : ?>
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -283,7 +283,7 @@ function huskypress_customize_register( $wp_customize )
'label' => 'Theme Color',
'section' => 'huskypress_options',
'choices' => array(
'blue'=>'Blue',
'blue'=>'Dark Blue',
'red' => 'Red',
'orange' => 'Orange',
'green' => 'Green',
Expand Down
2 changes: 1 addition & 1 deletion search.php
Expand Up @@ -21,7 +21,7 @@ get_header(); ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
</div>
<div class="post-content clearfix">
<?php the_content(); ?>
<?php the_excerpt(); ?>
</div>
<div class="post-meta">
<?php the_date( 'F j, Y', '<span class="post-date"><i class="icon-calendar"></i>', '</span>' ); ?>
Expand Down

0 comments on commit 24bd57f

Please sign in to comment.