dofornop
Forum Replies Created
-
yes it happens with tags.
I have 12 calender feeds that each of them are assigned to category.
I have looked directly in the events list and see that they are correctly assigning to the event category.
When I put in a shortcode with the cat_id or cat_name neither works. Tried tag as well. What else could be interfering?
I get the same thing
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.
I figured it out. I used
[wp_biographia author=”*”]and it worked.
paul