Managed to find a solution to my own question
<?php
$newscategory = ‘1’;
$args = array(
‘posts_per_page’ => ‘8’,
‘category__in’ => $newscategory,
no_found_rows’ => true,
‘meta_query’ => array(
array(
‘key’ => ‘post_video’,
‘value’ => ”,
‘compare’ => ‘!=’
)
)
);
?>
The error message on screen is:
Failed to send your message. Please try later or contact the administrator by another method.