Nwahs on "Change post-order on front page to random?"
March 1, 2010 by David Olsen
vtxyzzy, thanks, the code seems right but I’m having trouble inserting it into the index.html. Whenever I do that I’ll either get an error message, or the code will show up on the page, above the video boxes. This is how I am trying to insert it:
<?php while ( have_posts() ) : the_post() ?>
$args = array(
'posts_per_page' => 5,
'orderby' => 'rand'
);
$my_query = new WP_Query($args);
while ( $my_query->have_posts() ) : $my_query->the_post() ?>
<div class="post-content">
<div class="video-content" align="center">
<?php
video_blog_function('450','366',get_the_ID());
?>
</div>
Any suggestions on how to insert it so it works? Thanks






Comments
Facebook comments:
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!