Hello,
When using your Blog Posts content element, I get the following message if the author has not yet posted:
Nothing Found
Sorry, no posts matched your criteria
How can I remove this messages?
Thank you,
Terry
Hi Terry,
Could you provide us with a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Here’s an example:
http://www.hessel.org/mission-cooney/
They have not posted anything yet, so the Blog Posts content element at the page bottom returns “Nothing Found
Sorry, no posts matched your criteria”
I’d like to suppress that message and have nothing display until they post.
Thanks,
Terry
Hey!
Please go to Enfold/includes and open loop-index.php file and find
<p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>><?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?></p>
and remove the text
Cheers!
Yigit
Worked perfectly!
Thanks