From a9f3d45577d1a633441c65130928a435a3618d01 Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Thu, 25 Mar 2021 15:43:49 +0000 Subject: [PATCH] Issue #1 - add the additional 3 widgets as separate template parts in the sidebar template part --- block-template-parts/sequentially-biased.html | 5 +++++ block-template-parts/sidebar.html | 3 +++ block-template-parts/site-building.html | 17 +++++++++++++++++ block-template-parts/structured-breakdown.html | 4 ++-- block-template-parts/summed-by.html | 5 +++++ 5 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 block-template-parts/sequentially-biased.html create mode 100644 block-template-parts/site-building.html create mode 100644 block-template-parts/summed-by.html diff --git a/block-template-parts/sequentially-biased.html b/block-template-parts/sequentially-biased.html new file mode 100644 index 0000000..46a5b93 --- /dev/null +++ b/block-template-parts/sequentially-biased.html @@ -0,0 +1,5 @@ + +

Sequentially Biased

+ + +[bw_list post_type=bigram posts_per_page=16 orderby=date order=DESC exclude=0] \ No newline at end of file diff --git a/block-template-parts/sidebar.html b/block-template-parts/sidebar.html index 511266a..840a69c 100644 --- a/block-template-parts/sidebar.html +++ b/block-template-parts/sidebar.html @@ -1 +1,4 @@ + + + diff --git a/block-template-parts/site-building.html b/block-template-parts/site-building.html new file mode 100644 index 0000000..9b5e471 --- /dev/null +++ b/block-template-parts/site-building.html @@ -0,0 +1,17 @@ + +

Site Building

+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/block-template-parts/structured-breakdown.html b/block-template-parts/structured-breakdown.html index de52361..a002359 100644 --- a/block-template-parts/structured-breakdown.html +++ b/block-template-parts/structured-breakdown.html @@ -1,5 +1,5 @@ - -

Structured Breakdown

+ +

Structured Breakdown

\ No newline at end of file diff --git a/block-template-parts/summed-by.html b/block-template-parts/summed-by.html new file mode 100644 index 0000000..b889579 --- /dev/null +++ b/block-template-parts/summed-by.html @@ -0,0 +1,5 @@ + +

Summed By

+ + +[bw_archive post_type=bigram type=yearly] \ No newline at end of file