From 8fa5091b9ad878a735aab9949d1c750af04917aa Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 25 Jul 2016 15:18:22 -0400 Subject: [PATCH] cleaning up adding a new partial for the blog --- root/archive.php | 40 +-------------------------- root/assets/logo.png | Bin 537 -> 0 bytes root/assets/search_button.jpg | Bin 1470 -> 0 bytes root/header.php | 1 - root/home.php | 40 +-------------------------- root/index.php | 5 ---- root/parts/blog-content.php | 39 ++++++++++++++++++++++++++ root/parts/client-info-footer.php | 3 ++ root/parts/client-info-offcanvas.php | 3 ++ root/parts/search.php | 2 +- root/sidebar.php | 2 +- root/single.php | 33 +--------------------- 12 files changed, 50 insertions(+), 118 deletions(-) delete mode 100644 root/assets/logo.png delete mode 100644 root/assets/search_button.jpg create mode 100644 root/parts/blog-content.php diff --git a/root/archive.php b/root/archive.php index 0651451..525dd4d 100644 --- a/root/archive.php +++ b/root/archive.php @@ -1,45 +1,7 @@
-
- -
- - ID, 'blog-feed-front'); ?> - -
- -
-
- -
- - -
> - -
-

- Posted on -
- - - - -
-
-
- - - -
-

-
- -
+
diff --git a/root/assets/logo.png b/root/assets/logo.png deleted file mode 100644 index 2779936b69cc76c38e17c82b49702c4488fcf3c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 537 zcmV+!0_OckNk%v~VU_@v0OJ4v%*@P|mX^N0zMPz#v9YnEqoc*e#kaS&s;a6000000 z00000000000000000000EC2ui0G0rj000F35XecZy*TU5yZ>M)j$~<`XsWJk>%MR- z&vb3yc&_h!@BhG{a7Zi~kI1BQ$!t2G(5Q4uty-_xtai)odcWYXcuX#v&*-#z&2GEj z@VIis3t-Z?? zy959T0jkNkBkJwr7ViM@2x#ob1kV$S4RdATlz?~vH1r$r z4;lc0(FmUDR}0!g3*Laq%Rmv8MQqRH#IQr~>cGZ}_ed4kFtX%Hko-bsLs>)y?~x9{J;g9{%{ bytwh>$dfBy&b+zv=g^}|pH98{iwFQa?JEdo diff --git a/root/assets/search_button.jpg b/root/assets/search_button.jpg deleted file mode 100644 index b788c5e6d412c0484a79bf3f56feaca112d6c9b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1470 zcma)5e@q)y9Dmnd+k=$Sb3|N>dK@tsN_)Md9rUClr9WabOBj-XL?Y#SgR|@1<$AS+ zWzooD)R}A1~!pi0Jt~KMY;e2P-yl8kiMa%I#pF>DN2l4Lt&|% zw{lXHN`_>Lw%RCAU6YhUT!dGNcD_RpUF6c|Uy+0mc9Bhvpe-nS_)g);ZiRokyRMPz zj&RN}S+j?zPO{0U9Ocyzk&GS?V{FnzW}UNepD|M;k)@~+7wOJKC7Ofvghx_%!eMn- zI2%I~l};<|a8y<@@s!&o5066+GxP|_mCN^>5(e2h~BSrsIa$aoC3OL5gj!c6}uAu4aU zy=Sks5QD-0rbeTg24vmF)CPVt-+MZaHFn87)xgK3xWe&}UYZfhtViKPs-!eZ(t%tT z>pLY?igijd;qhd4YDnbxfY(JrFIGVav$a0IhuQ6~aC;fM|7k1Y)Zh)}b*24WdOM zKlcaGppXji`wTmZO6YwggW>;{;prcM5lS?;76&!p#ZNVL(~GyieB|K3+OIn9+1`Ow zd-rm5?fGQ8@3p6nT@IfmmS>v5&cy8X!4dQm>(Y;{Gvk*RC+ilzDQ~cqT|MnRap=;+ z&qU%aw|JrGX2rQ(cdHu%P{ApHwKNnw{JvV!SzJb35G$G-WG7MINhZz3lr)8GFMN94%C diff --git a/root/header.php b/root/header.php index 19101de..5e3e46d 100644 --- a/root/header.php +++ b/root/header.php @@ -6,7 +6,6 @@ <?php wp_title(); ?> - diff --git a/root/home.php b/root/home.php index f4104f5..165c080 100644 --- a/root/home.php +++ b/root/home.php @@ -4,45 +4,7 @@ -->
-
- -
- - ID, 'blog-feed-front'); ?> - -
- -
-
- -
- - -
> - -
-

- Posted on -
- - - - -
-
-
- - - -
-

-
- -
+
diff --git a/root/index.php b/root/index.php index 535fb23..62bcd1e 100644 --- a/root/index.php +++ b/root/index.php @@ -1,9 +1,5 @@
- -
- diff --git a/root/parts/blog-content.php b/root/parts/blog-content.php new file mode 100644 index 0000000..88d71bc --- /dev/null +++ b/root/parts/blog-content.php @@ -0,0 +1,39 @@ +
+ +
+ + ID, 'blog-feed-front'); ?> + +
+ +
+
+ +
+ + +
> + +
+

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

+
+ +
\ No newline at end of file diff --git a/root/parts/client-info-footer.php b/root/parts/client-info-footer.php index a6bc9ef..a9f8562 100644 --- a/root/parts/client-info-footer.php +++ b/root/parts/client-info-footer.php @@ -17,6 +17,9 @@ + + + diff --git a/root/parts/client-info-offcanvas.php b/root/parts/client-info-offcanvas.php index 9012a20..51938c3 100644 --- a/root/parts/client-info-offcanvas.php +++ b/root/parts/client-info-offcanvas.php @@ -14,6 +14,9 @@
  • + + + diff --git a/root/parts/search.php b/root/parts/search.php index 425110f..b2c22f4 100644 --- a/root/parts/search.php +++ b/root/parts/search.php @@ -1,4 +1,4 @@ \ No newline at end of file diff --git a/root/sidebar.php b/root/sidebar.php index cd1ead7..03ba537 100644 --- a/root/sidebar.php +++ b/root/sidebar.php @@ -1,5 +1,5 @@ - -
    +
    -- 2.17.1