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
<p><?phpprintf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'opengovfoundation' ), admin_url( 'post-new.php' ) ); ?></p>
<?phpelseif ( is_search() ) : ?>
<p><?php_e( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'opengovfoundation' ); ?></p>
<?phpget_search_form(); ?>
<?phpelse : ?>
<p><?php_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'opengovfoundation' ); ?></p>