Hi,
I hope all of You do well,
Like in the topic, I just want to display list of posts in random order, which come from specific category. I decided to add Exec-PHP widget (which make me able to add executable php code to the particular page made in wordpress admin) and make, using wordpress admin, page and put there some code. I could do this just by using such simple code:
<?php $recent = new WP_Query("showposts=10&orderby=rand");
while($recent->have_posts()) : $recent->the_post(); ?>
<li><a>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
But that's not the point. I need to display those posts in way that newcast theme does.
Can You help me ?
The website is http://www.boogiestomp.info . Here You can see on the right there is "Kluby Taneczne" - this is the site i mentioned above.
Thanks in Advance
BR
Maciej Kifer














