> Need To Tweak This PHP Code for WordPress so it only fetched two posts not all of them?

Need To Tweak This PHP Code for WordPress so it only fetched two posts not all of them?

Posted at: 2014-12-18 
I have some PHP code which I have got so it displays my blog posts in randomly, now it currently shows all of them and I want to limit it to two random posts.

See PHP Code below:





    have_posts()) : $the_query -> the_post(); ?>