jankowalski 3 Report post Posted March 14, 2011 I ve installed simple video embeder following instructions from here http://wordpress.org/extend/plugins/simple-video-embedder/installation/ Problem with this step, where should this code go? Something similar to this should go in the main loop of your theme: if ( p75HasVideo($post->ID) ) { echo p75GetVideo($post->ID); } Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 15, 2011 Appearance > Editor > template.postloop.php For those using Base you'll of course want to copy template.postloop.php over the Base folder and edit it there. Thanks, Bryan Share this post Link to post Share on other sites
jankowalski 3 Report post Posted March 15, 2011 thanks Share this post Link to post Share on other sites