Hi,
I have my blog set up with video that I want to keep
on the main page. Only when more feeds come in they
have pushed the video down where it is on the last page now.
What do I do to keep the video in one place?
Thanks,
Ron
Hi,
I have my blog set up with video that I want to keep
on the main page. Only when more feeds come in they
have pushed the video down where it is on the last page now.
What do I do to keep the video in one place?
Thanks,
Ron
You could play with the reading settings having a static page.
Thanks
Create a template for the video. Call it video.php. Put your video code and any associated divisions, styling etc. there as well.
Then call that template right above the WP loop in your index.php file. Like this:
<?php include (TEMPLATEPATH . '/video.php'); ?>
That will keep it above all your posts. Is that what you wanted?
This topic has been closed to new replies.