Posted By

kristarella on 03/19/09


Tagged

wordpress thesiswp


Versions (?)



Who likes this?

1 person has marked this snippet as a favorite

girliegeek


Add image to post by number on page


Published in: PHP 



Website Promotion
DIRECTORY
is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


Expand | Embed | Plain Text
  1. function banner($post_count = true) {
  2. if ($post_count == 1)
  3. echo '<img src="http://example.com/image.jpg" alt="" />';
  4. }
  5. add_action('thesis_hook_before_post','banner');

Report this snippet 

You need to login to post a comment.