Why can’t I get this code to work in my theme? Here is my code,
<div id=”video”>
<div id=”video-inside”>
<?php $videourl = get_post_meta( $post->ID, ‘video’, true ); if ( $videourl )echo apply_filters( ‘the_content’, “[flv]$videourl[/flv]” ); ?>
</div>
</div>
But when I load the page if loads blank. Does this no longer work?