you can reach Charles who make the VideoPress plugin at
http://changelog.ca/project/VideoPress
Jay
The theme is what decides to place which content where on the page.
The Wordpress widget sidebar thingy lets you drop and drag things into
the sidebar -- but yup, not in the footer or other places.
To do this, you want to get into the theme code and hack up that php.
http://codex.wordpress.org/Theme_Development
Once you understand the concepts.... then all you really need to do is
paste the Recent Videos or Related Videos code into the footer.php file.
Jen
<?php do_action('videopress_related_videos');?>
on a wordpress admin Presentation->Theme Editor page to get the thumbnails. I haven't tested that. But I'd look into that.(Assuming you are talking about the Related Videos plugin... and not
the Recent Videos plugins....)
Yes... using the template tag...
<?php do_action('videopress_related_videos');?>
... is one way to place Related Videos in your template where you want it.
Also... if you are using a WordPress theme that has more than one
widget area... then you could put it in any one of those.
There's also another way of doing it, if you have some PHP knowledge.
In WordPress, there is the $post global variable.
You can get at the related videos with...
$post->related_videos
(That will give you a PHP array, with all sorts of information about
each related video.)
See ya
--
Charles Iliya Krempeaux, B.Sc.
http://ChangeLog.ca/
Motorsport Videos
http://TireBiterZ.com/
Vlog Razor... Vlogging News... http://vlograzor.com/