Example #1
0
    ?>
/"><?php 
    bloginfo('name');
    ?>
</a>

			</div>

		</div><!-- #author-info -->

	<?php 
    //end microformmatted vCard
}
// Return to the beginning of the loop
rewind_posts();
// action hook creating the author loop
seamless_authorloop();
// create the navigation below the content
seamless_navigation_below();
// filter for manipulating the output of the #content closing element
echo apply_filters('seamless_close_id_content', '</div><!-- #content -->' . "\n\n");
// action hook for placing content below #content
seamless_belowcontent();
// filter for manipulating the output of the #container closing element
echo apply_filters('seamless_close_id_container', '</div><!-- #container -->' . "\n\n");
// action hook for placing content below #container
seamless_belowcontainer();
// calling the standard sidebar
seamless_sidebar();
// calling footer.php
get_footer();
 function test_seamless_authorloop()
 {
     $this->expectOutputRegex('/<article id="post/', seamless_authorloop());
 }