diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..162787d --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# WordPress Theme Development +*.log +*.cache +.DS_Store +Thumbs.db +.idea/ +.vscode/ +*.sublime-project +*.sublime-workspace +node_modules/ +vendor/ +.sass-cache/ +*.css.map +*.js.map +package-lock.json +.env +.env.local +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/404.php b/404.php index e1752a7..07dce67 100644 --- a/404.php +++ b/404.php @@ -1,10 +1,18 @@ - +
-

+

-

+

diff --git a/archive.php b/archive.php index 60c9ae0..a0e139a 100644 --- a/archive.php +++ b/archive.php @@ -1,4 +1,12 @@ - +

diff --git a/attachment.php b/attachment.php index 71c3fff..1ed40be 100644 --- a/attachment.php +++ b/attachment.php @@ -5,7 +5,7 @@

-←' ); ?>post_parent ) ); ?> +←' ); ?>post_parent ) ); ?>
diff --git a/index.php b/index.php index 48cacb7..48b02e0 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,11 @@ sprintf( esc_html__( '%s older', 'generic' ), '' ), -'next_text' => sprintf( esc_html__( 'newer %s', 'generic' ), '' ) +'prev_text' => sprintf( esc_html__( '%s older', 'static-core' ), '' ), +'next_text' => sprintf( esc_html__( 'newer %s', 'static-core' ), '' ) ); the_posts_navigation( $args ); \ No newline at end of file diff --git a/page.php b/page.php index e9bed48..d6767b6 100644 --- a/page.php +++ b/page.php @@ -1,4 +1,12 @@ - +