@@ -36,11 +36,14 @@ discard block |
||
| 36 | 36 | |
| 37 | 37 | <?php lsx_paging_nav(); ?> |
| 38 | 38 | |
| 39 | - <?php else : ?> |
|
| 39 | + <?php else { |
|
| 40 | + : ?> |
|
| 40 | 41 | |
| 41 | 42 | <section class="no-results not-found"> |
| 42 | 43 | <header class="page-header"> |
| 43 | - <h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'lsx' ); ?></h1> |
|
| 44 | + <h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'lsx' ); |
|
| 45 | +} |
|
| 46 | +?></h1> |
|
| 44 | 47 | </header><!-- .page-header --> |
| 45 | 48 | |
| 46 | 49 | <div class="page-content"> |
@@ -48,9 +51,12 @@ discard block |
||
| 48 | 51 | |
| 49 | 52 | <p><?php esc_html_e( 'Ready to publish your first project?', 'lsx' ); ?> <a href="<?php echo esc_url( admin_url( 'post-new.php?post_type=jetpack-portfolio' ) ) ?>"><?php esc_html_e( 'Get started here', 'lsx' ); ?></a></p> |
| 50 | 53 | |
| 51 | - <?php else : ?> |
|
| 54 | + <?php else { |
|
| 55 | + : ?> |
|
| 52 | 56 | |
| 53 | - <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'lsx' ); ?></p> |
|
| 57 | + <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'lsx' ); |
|
| 58 | +} |
|
| 59 | +?></p> |
|
| 54 | 60 | <?php get_search_form(); ?> |
| 55 | 61 | |
| 56 | 62 | <?php endif; ?> |