Comments on: How to Create Random Image from Post Thumbnails WordPress
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/
Designing Beautiful Wordpress ThemeTue, 22 Oct 2013 15:40:10 +0000hourly1http://wordpress.org/?v=3.6.1By: Time Clock
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-501693
Time ClockTue, 12 Mar 2013 22:50:28 +0000http://www.dynamicwp.net/?p=6762#comment-501693Thanks…Let me try this and get back to you with the feedback.
]]>By: simonpodcaster
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-501037
simonpodcasterTue, 28 Aug 2012 12:36:27 +0000http://www.dynamicwp.net/?p=6762#comment-501037Hi again Alfan! I think I found the solution. I just add the parameter ‘category_name’ => ‘example’ into the $args parameters. So, the code must to be –> $args = array( ‘numberposts’ => 2, ‘orderby’ => ‘rand’, ‘category_name’ => ‘example’ );
Thank you again! ^^
]]>By: simonpodcaster
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-501036
simonpodcasterTue, 28 Aug 2012 12:35:31 +0000http://www.dynamicwp.net/?p=6762#comment-501036Hi again Alfan! I think I found the solution. I just add the parameter ‘category_name’ => ‘modelos’ into the $args parameters. So, the code must to be –> $args = array( ‘numberposts’ => 2, ‘orderby’ => ‘rand’, ‘category_name’ => ‘example’ );Thank you again! ^^
]]>By: simonpodcaster
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-501034
simonpodcasterTue, 28 Aug 2012 09:58:12 +0000http://www.dynamicwp.net/?p=6762#comment-501034Hi Alfan! Thank you very much for this little tutorial! It’s awesome!!! I need to get Random Image from a specific category. What do you think I have to do? Thank’s in advance!
]]>By: leader
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-497417
leaderWed, 28 Mar 2012 09:51:17 +0000http://www.dynamicwp.net/?p=6762#comment-497417We learned something newjust now now I’m good for today. Thanks!
]]>By: mr_alfan
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-474733
mr_alfanMon, 12 Mar 2012 06:41:09 +0000http://www.dynamicwp.net/?p=6762#comment-474733@designfollow, @elliot : We’re glad this post helpful, stay tune with our next tutorials
]]>By: Elliott from the design company
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-470238
Elliott from the design companyFri, 09 Mar 2012 08:10:00 +0000http://www.dynamicwp.net/?p=6762#comment-470238I usually add rand to the query, looking forward to trying this function. Thanks for the share.
]]>By: designfollow
http://www.dynamicwp.net/articles-and-tutorials/how-to-create-random-image-wordpress/comment-page-1/#comment-468549
designfollowThu, 08 Mar 2012 09:37:40 +0000http://www.dynamicwp.net/?p=6762#comment-468549I use this function all the time on my sites, works great!