/ Published in: PHP
Expand |
Embed | Plain Text
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');
You need to login to post a comment.
