diff --git a/src/404.php b/src/404.php new file mode 100644 index 0000000..bfbb915 --- /dev/null +++ b/src/404.php @@ -0,0 +1,32 @@ + +
+ \ No newline at end of file diff --git a/src/archive.php b/src/archive.php new file mode 100644 index 0000000..92ba6a0 --- /dev/null +++ b/src/archive.php @@ -0,0 +1,56 @@ + + + + + + diff --git a/src/comments.php b/src/comments.php new file mode 100644 index 0000000..8d13cec --- /dev/null +++ b/src/comments.php @@ -0,0 +1,99 @@ + +This post is password protected. Enter the password to view comments.
+ + + +' . + ' ' . + ( $req ? '*' : '' ) . + '' . + '
', + 'url' => '' . + '' . + '' . + '
' ) ), + 'comment_field' => '' . + '' . + '' . + '
', + 'must_log_in' => '' . sprintf( __( 'You must be logged in to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', + 'logged_in_as' => '' . sprintf( __( 'Logged in as %s. Log out?
' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ), + 'comment_notes_before' => '' . __( 'Your email is never published nor shared.' ) . ( $req ? __( ' Required fields are marked *' ) : '' ) . '
', + 'comment_notes_after' => '', + 'id_form' => 'commentform', + 'id_submit' => 'submit', + 'title_reply' => __( 'Leave a Reply' ), + 'title_reply_to' => __( 'Leave a Reply to %s' ), + 'cancel_reply_link' => __( 'Cancel reply' ), + 'label_submit' => __( 'Post Comment' ), +); + +*/ +?> diff --git a/src/footer.php b/src/footer.php new file mode 100644 index 0000000..e014623 --- /dev/null +++ b/src/footer.php @@ -0,0 +1,58 @@ + + + + + + + + + + +