From 00c9709fd9763542e848f6278db8ba26af5c9886 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 Oct 2018 23:46:42 +0200 Subject: Initial commit. --- loop-templates/content-blank.php | 12 ++++++++ loop-templates/content-empty.php | 12 ++++++++ loop-templates/content-none.php | 47 +++++++++++++++++++++++++++++++ loop-templates/content-page.php | 42 ++++++++++++++++++++++++++++ loop-templates/content-search.php | 52 ++++++++++++++++++++++++++++++++++ loop-templates/content-single.php | 51 +++++++++++++++++++++++++++++++++ loop-templates/content.php | 59 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 275 insertions(+) create mode 100644 loop-templates/content-blank.php create mode 100644 loop-templates/content-empty.php create mode 100644 loop-templates/content-none.php create mode 100644 loop-templates/content-page.php create mode 100644 loop-templates/content-search.php create mode 100644 loop-templates/content-single.php create mode 100644 loop-templates/content.php (limited to 'loop-templates') diff --git a/loop-templates/content-blank.php b/loop-templates/content-blank.php new file mode 100644 index 0000000..01ff3af --- /dev/null +++ b/loop-templates/content-blank.php @@ -0,0 +1,12 @@ + + +
+ + + +
+ + + +

Get started here.', 'understrap' ), array( + 'a' => array( + 'href' => array(), + ), +) ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

+ + + +

+ + +

+ +
+ +
diff --git a/loop-templates/content-page.php b/loop-templates/content-page.php new file mode 100644 index 0000000..0de1a9c --- /dev/null +++ b/loop-templates/content-page.php @@ -0,0 +1,42 @@ + + +
id="post-"> + +
+ + ', '' ); ?> + +
+ + ID, 'large' ); ?> + +
+ + + + '', + ) ); + ?> + +
+ + + +
diff --git a/loop-templates/content-search.php b/loop-templates/content-search.php new file mode 100644 index 0000000..be34c68 --- /dev/null +++ b/loop-templates/content-search.php @@ -0,0 +1,52 @@ + + +
id="post-"> + +
+ + ', esc_url( get_permalink() ) ), + '' ); ?> + + + + + +
+ +
+ +
+ +
+ + + +
+ + + ID, 'medium' ); ?> + + +
+ + + +
+
+ + +
diff --git a/loop-templates/content-single.php b/loop-templates/content-single.php new file mode 100644 index 0000000..76c6bbd --- /dev/null +++ b/loop-templates/content-single.php @@ -0,0 +1,51 @@ + + +
id="post-"> + +
+ + ', '' ); ?> + + ID, 'large', array( 'class' => 'mx-auto d-block border rounded' ) ); ?> + + +
+ +
+ +
+ +
+ +
+
+ +
+ + + + '', + ) ); + ?> + +
+ + +
diff --git a/loop-templates/content.php b/loop-templates/content.php new file mode 100644 index 0000000..3205ad9 --- /dev/null +++ b/loop-templates/content.php @@ -0,0 +1,59 @@ + + +
id="post-"> + +
+ + ', esc_url( get_permalink() ) ), + '' ); ?> + + + + + +
+ +
+ +
+ +
+ + + +
+ + + ID, 'medium' ); ?> + + +
+ + + + '', + ) ); + ?> + +
+
+ + +
-- cgit v1.2.3