• Hi all;

    I’ve modified where the Simple Author Box (https://wordpress.org/plugins/simple-author-box/) plugin displays. It’s supposed to display after every blog post, but I now have the code (not the author box & goodies) displaying at the top of my twenty-fourteen sidebar. I can’t seem to get it to display correctly. This is where & what I have in sidebar.php:

    <?php if ( has_nav_menu( 'secondary' ) ) : ?>
    	<nav role="navigation" class="navigation site-navigation secondary-navigation">
    		<?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
    	</nav>
    if ( function_exists( 'sabox_author_box' ) ) echo sabox_author_box();
    	<?php endif; ?>
    
    	<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>

    Any help would be appreciated. Thanks!

  • The topic ‘Simple Author Box modification’ is closed to new replies.