Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vicchi

    (@vicchi)

    Hi Paul,

    WP Biographia doesn’t support this I’m afraid. You could probably accomplish this by turning off support for archive pages in the plugin and by adding a call to do_shortcode ("[wp_biographia]"); in your theme’s archive template instead though.

    -Gary

    Thread Starter dofornop

    (@dofornop)

    good idea .. .I tried. I am using genesis framework but I keep getting a weird error.

    add_action( ‘genesis_before_loop’, ‘show_author_box_above_archive’ );

    function show_author_box_above_archive() {
    echo’This is before the loop’;
    echo do_shortcode ( ‘[wp_biographia author=”heather” ]’);
    }

    genesis();

    I have also tried other hooks like:
    genesis_before_content
    etc.

    for some reason the text only shows up once but…
    the author box is repeated for every article on the page?

    I am stumped.

    Plugin Author vicchi

    (@vicchi)

    Sorry but I’m not a Genesis expert. Not too sure what to suggest here. Maybe the Genesis support forums … ?

    -Gary

    Plugin Author vicchi

    (@vicchi)

    I’m going to flag this thread as resolved as it looks more like an issue with the way in which the Genesis framework and/or the changes to your template are interacting than a plugin issue. If you have any more questions or problems, feel free to reopen and report back and I’ll do what I can to help.

    -Gary

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Biographia] Can you place the box in different places for archive and posts?’ is closed to new replies.