go41

the info you need to know


von Joern
Keine Kommentare

An addition:Here we take an embeded video from a post in a certain category. The code above in sidebarclip.php loads by default only one latest post. You can however change:query_posts('posts_per_page=1&cat=$category_id');to load let's say 4 posts where each has another video embeded:query_posts('posts_per_page=4&cat=$category_id');now you load 4 players.The size of the player you…