Return to Snippet

Revision: 12558
at March 19, 2009 03:30 by kristarella


Initial Code
function banner($post_count = true) {
	if ($post_count == 1)
		echo '<img src="http://example.com/image.jpg" alt="" />';
}
add_action('thesis_hook_before_post','banner');

Initial URL


Initial Description


Initial Title
Add image to post by number on page

Initial Tags
wordpress

Initial Language
PHP