Support » Plugin: AuthorSure » Author bio not showing in right place

  • Resolved deut28

    (@deut28)


    I’m pretty much out of ideas. I’m not sure what’s going on. I’ve installed this plugin on 3 other blogs with total success. Just to give you an idea, this is how my author page is set up:

    <?php get_header(); ?>
    
    <div id="content" role="main">
      <div id="content-right">
        <?php get_sidebar(); ?>
      </div>
      <div id="content-left">
        <?php if ( have_posts() ) the_post();
    			rewind_posts();
    	 get_template_part( 'loop', 'author' );
    ?>

    Instead of showing at the top of “content-left”, the author’s bio is appearing in “content-right”, Recent entries section above the links. What determines where the block should be placed?

    http://wordpress.org/extend/plugins/authorsure/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter deut28

    (@deut28)

    Problem solved. Had to play around with the Hook Instance in Advanced Settings. Which by the way doesn’t make any sense since I’m dealing with a child theme. Its the same as the other 3 blogs. So it didn’t occur to me to check that section.

    Plugin Author Russell Jamieson

    (@powerblogservice)

    @deut28 – please can you tell me which theme you are using and which hook you used.

    I would like to http://www.authorsure.com/category/themes

    Thread Starter deut28

    (@deut28)

    Russell, I’m using a TwentyTen child theme. I’ve recycled this theme so many times already. Its kind of strange because its fixed now but I don’t know what happened. I think it was something with the avatar attaching itself to the “ul” element in the sidebar. I didn’t see anything in your code to make it do that. I hope this helps.

    Here’s the site I had difficulty with avatar placement. http://www.microscopesblog.com/author/paul-n

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author bio not showing in right place’ is closed to new replies.