exclude attachments from
-
I show most viewed attachments in my site footer with this code :
<?php $amir_query = array ( 'range' => 'custom', 'time_quantity' => 1, 'time_unit' => 'hour', 'order_by' => 'views', 'post_type' => 'attachment', 'limit' => 3, 'thumbnail_width' => 75, 'thumbnail_height' => 75, 'stats_views' => 1, 'cat' => '-202', 'post_html' => ' <div class="post"><figure class="post-thumb"><a href="{url}">{custom_thumb}</a></figure><div class="post_title"><h5><a href="{url}">{title}</a></h5></div></div> ', ); if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular($amir_query); ?>
I want to exclude some attachments from this list by ids, any idea?
my site link : https://mwallpaper.ir/?p=6544 (footer)
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘exclude attachments from’ is closed to new replies.