displaying random pictures
-
hi,
I thank you for your work. your pluggin is one that suits me best.
Do you have the random parameter instead of DESC or modified?
I think this parameter would be in this part of the programm, isn’t it?
‘$args = array(
‘post_type’ => ‘attachment’,
‘post_status’ => ‘inherit’,
‘posts_per_page’ => $atts[‘limit’],
‘order’ => ‘DESC’, //default : DESC ;
‘orderby’ => ‘modified’, //default : modified ;
‘post_mime_type’ => ‘image/jpeg,image/gif,image/jpg,image/png’
);’
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘displaying random pictures’ is closed to new replies.