Skip to content

Commit

Permalink
Displayed site Tagline - Issue : puikinsh#29
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeWPTP committed Mar 1, 2016
1 parent 5d5c96d commit fb0aac3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<div id="logo">
<span class="site-title"><a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
</div><!-- end of #logo -->
<?php $description = get_bloginfo( 'description', 'display' );
if ( $description || is_customize_preview() ) : ?>
<p class="site-description"><?php echo $description; /* WPCS: xss ok. */ ?></p>
<?php
endif; ?>

<?php endif; // header image was removed (again) ?>

Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,10 @@ li.recentcomments {
margin-bottom: 20px;
}
.site-description {
clear: both;
color: #777;
font-weight: 200;
font-size: 16px;
font-size: 14px;
}
.page-template-page-homepage-php .carousel {
margin-top: -20px;
Expand Down

0 comments on commit fb0aac3

Please sign in to comment.