diff --git a/404.php b/404.php index 2b0997be..d87cb2a2 100644 --- a/404.php +++ b/404.php @@ -26,7 +26,15 @@ get_header(); ?>

diff --git a/archive.php b/archive.php index 483e3768..8639e61d 100644 --- a/archive.php +++ b/archive.php @@ -28,7 +28,7 @@ get_header(); ?> * what author we're dealing with (if that is the case). */ the_post(); - printf( __( 'Author Archives: %s', '_s' ), '' . get_the_author() . '' ); + printf( __( 'Author Archives: %s', '_s' ), '' . get_the_author() . '' ); /* Since we called the_post() above, we need to * rewind the loop back to the beginning that way * we can run the loop properly, in full. diff --git a/content-page.php b/content-page.php index 4b04d497..e9597d98 100644 --- a/content-page.php +++ b/content-page.php @@ -13,7 +13,12 @@
- '' ) ); ?> + '', + ) ); + ?>
', '' ); ?> diff --git a/content-single.php b/content-single.php index 6237d6f7..c7e12102 100755 --- a/content-single.php +++ b/content-single.php @@ -15,7 +15,12 @@
- '' ) ); ?> + '', + ) ); + ?>