From 46800c0937672b80df95bce4fccf12097a28bf9d Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 19 Jan 2018 16:19:28 -0500 Subject: [PATCH] Adding missing blog parts I just added the missing parts of the theme that was to be used for the blog. I still need to do some mass styling. --- archive.php | 45 ++++++++++++++++ comments.php | 89 ++++++++++++++++++++++++++++++++ footer.php | 2 +- front-page.php | 1 + parts/blog-sidebar-r.php | 33 ++++++++++++ scss/_structure.scss | 108 +++++++++++++++++++++++++++++++++++++++ single.php | 67 ++++++++++++++++++++++++ 7 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 archive.php create mode 100644 comments.php create mode 100644 parts/blog-sidebar-r.php create mode 100644 single.php diff --git a/archive.php b/archive.php new file mode 100644 index 0000000..de96ac4 --- /dev/null +++ b/archive.php @@ -0,0 +1,45 @@ + +
+
+
+ +
+ + ID, 'blog-feed-front'); ?> + +
+ +
+
+ +
+ + +
> + +
+

+ Posted on +
+ + + + +
+
+
+ + + +
+

+
+ +
+ +
+ diff --git a/comments.php b/comments.php new file mode 100644 index 0000000..353cd14 --- /dev/null +++ b/comments.php @@ -0,0 +1,89 @@ + 1 && get_option( 'page_comments' ) ) : +?> +
+ + + +
+ + +

+ +

+ + + +
    + 'ol', + 'short_ping' => true, + 'avatar_size' => 56, + ) ); + ?> +
+ + + + + + +

+ + + 'button' + ) +); ?> + +
diff --git a/footer.php b/footer.php index 2d919e4..889eac2 100755 --- a/footer.php +++ b/footer.php @@ -1,4 +1,4 @@ - +