• Hi all, so I have just been finishing up my site and I have been having trouble with displaying photos and videos in my posts. If you notice on my homepage (nudm.org/a) the post does not have my embedded youtube video and photo. However when you click on the post to view it, it does. Any idea why this is? Right now, I have that section displaying only posts with the category “news.” Does it have to do with limitations in the code? Here is the code I’m using to do this:

    <?php
    $page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
    query_posts(“showposts=1&category_name=News”); ?>

    Any ideas would be very much appreciated. 🙂

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Videos and Pictures on Homepage’ is closed to new replies.