You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf('<p>'.esc_html__('Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'et_shop').'</p>', esc_url(admin_url('post-new.php')));
} elseif(is_search()) {
echo '<p>'.esc_html__('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'et_shop').'</p>';
get_search_form();
} else {
echo '<p>'.esc_html__('It seems we can’t find what you’re looking for. Perhaps searching can help.', 'et_shop').'</p>';