Example #1
0
function harvest_rss_post_thumbnail($content)
{
    global $post;
    $content = '<p><img src="' . harvest_getImage($post->ID) . '"/></p>' . $content;
    return $content;
}
Example #2
0
<?php

/**
 * HEADER
 */
$accent_color = harvest_option('accent', '');
$accent_secondary = harvest_option('secondary_accent', '');
$img = harvest_getImage();
?>
<!DOCTYPE html>
<!--[if lte IE 7]> <html class="ie ie6" <?php 
language_attributes();
?>
> <![endif]-->
<!--[if IE 7]>     <html class="ie ie7" <?php 
language_attributes();
?>
> <![endif]-->
<!--[if IE 8]>     <html class="ie ie8" <?php 
language_attributes();
?>
> <![endif]-->
<!--[if IE 9]>     <html class="ie ie9" <?php 
language_attributes();
?>
> <![endif]-->
<!--[if (gte IE 9)]>  <html class="ie" <?php 
language_attributes();
?>
> <![endif]-->
<!--[if !(IE)]><!--><html <?php