Skip to content

Commit

Permalink
added author
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve committed May 20, 2015
1 parent 5fc2855 commit de71083
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions sidebar-single.php
@@ -1,17 +1,20 @@

<div id="sidebar-single" class="sidebar large-3 medium-3 medium-offset-1 columns" role="complementary">



<?php if ( is_active_sidebar( 'sidebar-single' ) ) : ?>

<?php dynamic_sidebar( 'sidebar-single' ); ?>

<?php else : ?>

<!-- This content shows up if there are no widgets defined in the backend. -->

<div class="alert help">
<p><?php _e("Please activate some Widgets.", "jointstheme"); ?></p>
</div>

<?php endif; ?>

</div>
</div>
4 changes: 3 additions & 1 deletion sidebar.php
@@ -1,5 +1,7 @@
<div id="sidebar1" class="sidebar large-4 medium-4 columns" role="complementary">

<?php get_template_part('partials/content', 'author'); ?>

<?php if ( is_active_sidebar( 'sidebar-single' ) ) : ?>

<?php dynamic_sidebar( 'sidebar-single' ); ?>
Expand All @@ -14,4 +16,4 @@

<?php endif; ?>

</div>
</div>

0 comments on commit de71083

Please sign in to comment.