@@ -78,9 +78,11 @@ |
||
| 78 | 78 | // Load content after the loop. |
| 79 | 79 | do_action( 'alnp_load_after_loop' ); |
| 80 | 80 | |
| 81 | -else : |
|
| 81 | +else { |
|
| 82 | + : |
|
| 82 | 83 | |
| 83 | 84 | // Load content if there are no more posts. |
| 84 | 85 | do_action( 'alnp_no_more_posts' ); |
| 86 | +} |
|
| 85 | 87 | |
| 86 | 88 | endif; // END if have_posts() |