'',
'after_widget' => '',
'before_title' => '
',
'after_title' => '
',
));
register_sidebar(array('name'=>'sidebar_home_and_pages','id'=>'sidebar_home_and_pages'));
//following code from http://bavotasan.com - many thanks
function getImage($num) {
global $more;
$more = 1;
$link = get_permalink();
$content = get_the_content();
$count = substr_count($content, '
');
$postOutput = substr($post, 0, $imgEnd+1);
$postOutput = preg_replace('/width="([0-9]*)" height="([0-9]*)"/', '',$postOutput);;
$image[$i] = $postOutput;
$start=$imgEnd+1;
}
if(stristr($image[$num],'
'.$image[$num].""; }
$more = 0;
}
?>