WordPress 3.0
running on Ubuntu
Here's the code that results errors:
Thanks
running on Ubuntu
Here's the code that results errors:
Code:
<img src="<?php
$url = '<?php if(function_exists('get_custom_field_data')) {
get_custom_field_data('web', true);
} ?>';
$width = 300;
echo bm_mshot ($url, $width);
?>" />
Comment