It can be possible esclude post ID active? See http://www.aurelwireless.com/nuovo/very-fast-high-power-multichannel-transceiver/
I use this code for portfolio
//portfolio query
add_filter( ‘avia_post_grid_query’, ‘custom_post_grid_query’, 10, 2);
function custom_post_grid_query( $query, $params ) {
$id = avia_get_the_ID();
$query[‘post__not_in’] = array($id);
return $query;
}
but for masonry post ?
Hi,
You could take a look at the thread here
If you need further assistance please let us know.
Best regards,
Victoria