From 13f6bc520387d047809ee06bcef8cd51031023c0 Mon Sep 17 00:00:00 2001 From: Willi Junga Date: Fri, 4 Dec 2020 11:07:37 +0100 Subject: [PATCH] added files for said branch --- README.md | 16 +++- content-list-home-slider.php | 43 +++++++++ content-list-home.php | 39 +++++++++ content-list-small.php | 28 ++++++ content-list.php | 37 ++++++++ content-single.php | 135 +++++++++++++++++++++++++++++ page-home-campaign.php | 163 +++++++++++++++++++++++++++++++++++ style.css | 8 +- 8 files changed, 464 insertions(+), 5 deletions(-) create mode 100644 content-list-home-slider.php create mode 100644 content-list-home.php create mode 100644 content-list-small.php create mode 100644 content-list.php create mode 100644 content-single.php create mode 100644 page-home-campaign.php diff --git a/README.md b/README.md index e965047..0cae7b2 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -Hello +"Joseph-Knows-Best" - Wordpress Theme für gruene-rlp.de +======================================================= +Credits to: https://chatbegruenung.de/direct/dietzmar + +For feedback and _voluntary_ advice: https://chatbegruenung.de/channel/wordpress + + +## Overrides + +__Do, 26.11.2020 22:36__ + +Abschnitt-Überschrift auf der Kampagnen-Seite von +"werde aktiv" auf "was wir wollen" geändert. + + diff --git a/content-list-home-slider.php b/content-list-home-slider.php new file mode 100644 index 0000000..728b958 --- /dev/null +++ b/content-list-home-slider.php @@ -0,0 +1,43 @@ + + ID), 'full' ); + $url = $thumb['0']; ?> +
+
+ + + + + + +
role="article"> + + + + +
+

name; + } + elseif ($count > 1) { + echo ', '.$tag->name; + } + } + ?>

+

+
+ + +
+ + +
+ + diff --git a/content-list-home.php b/content-list-home.php new file mode 100644 index 0000000..8f79cd9 --- /dev/null +++ b/content-list-home.php @@ -0,0 +1,39 @@ + + + + + + +
role="article"> + + + + +
+ + + +

name; + } + elseif ($count > 1) { + echo ', '.$tag->name; + } + } + ?>

+

+
+ + + + + +
+ diff --git a/content-list-small.php b/content-list-small.php new file mode 100644 index 0000000..189b4ef --- /dev/null +++ b/content-list-small.php @@ -0,0 +1,28 @@ + +
> + +

+

name; + } + elseif ($count > 1) { + echo ', '.$tag->name; + } + } + ?>

+
+ + + + +
+ diff --git a/content-list.php b/content-list.php new file mode 100644 index 0000000..05084d0 --- /dev/null +++ b/content-list.php @@ -0,0 +1,37 @@ + + + + + + +
role="article"> + + + + +
+ +

name; + } + elseif ($count > 1) { + echo ', '.$tag->name; + } + } + ?>

+

+
+ + + + + +
+ diff --git a/content-single.php b/content-single.php new file mode 100644 index 0000000..abd0c06 --- /dev/null +++ b/content-single.php @@ -0,0 +1,135 @@ + + + + ID), 'full' ); + $url = $thumb['0']; ?> +
+
+ + + + + + + +
+ + +
role="article"> + + + + + +
+ + + + ID), 'full' ); + $url = $thumb['0']; ?> + + + post_excerpt; + if ($imgexc != "") { + ?>

+ +

+ + + + + + + +
+ + ID), 'full' ); + $url = $thumb['0']; ?> + + + post_excerpt; + if ($imgexc != "") { + ?>

+ +
+ + +
+ +

name; + } + elseif ($count > 1) { + echo ', '.$tag->name; + } + } + ?>

+

+ +
+ + + + +
+ +
+ + + +
+ + '' ) ); ?> +
+ + + + + + + + +
+ + +
+

+

+
+
+ + + +
+ +
+ + + + + + +
+ + + + + + + + + +
+ diff --git a/page-home-campaign.php b/page-home-campaign.php new file mode 100644 index 0000000..009146f --- /dev/null +++ b/page-home-campaign.php @@ -0,0 +1,163 @@ + + + + + + ID), 'full' ); + $url = $thumb['0']; ?> +
+
+ + + +
+
+

+

+ + + ID, 'kr8mb_page_campaign_cta', true ); + if (! empty ($cta )){ ?>

+ + + +
+
+ + +
+ + + + + +
+ + +
+

Spenden

+ 100 € + 50 € + 20 € +
+ + +
+

Erfahre mehr

+ + + +
+ + +
+ + + + + +
+
+
+ +
+
+
+ + +
+ + + +
+

Was wir wollen

+ + + +
+ + +
+
+ +

Aktuelles

+
+ + + + + + + 3, + 'post__in' => get_option( 'sticky_posts' ), + 'posts_per_page' => $postsperpage, + 'ignore_sticky_posts' => 1 + ); + query_posts($args); + ?> + + + + + + + +

Alle Nachrichten im Archiv »

+ + +
+

Termine

+
+ + +
+ +

Presse

+
+ + + + + + + + + + + + + +
+ + + + +
+
+ + + + + +
+ + + diff --git a/style.css b/style.css index 72ed75e..cfa1da4 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,11 @@ /* -Theme Name: Joseph knows best Child +Theme Name: Joseph knows best Child - more headlines and all the tags Theme URI: https://git.verdigado.com/NB-Public/jkb-childtheme -Description: Child Theme fuer Aufwändiges Wordpress-Theme für den EInsatz von größeren Websites, z.B: bei Landesverbänden. -Author: Willi Junga +Description: Child Theme fuer Aufwändiges Wordpress-Theme für den Einsatz von größeren Websites, z.B: bei Landesverbänden. +Author: Marc Dietz Author URI: https://verdigado.com Template: Joseph-knows-best-master -Version: 0.0.1 +Version: 1.0 Text Domain: jkb-child Tags: child, childtheme, child-theme, two-columns, green, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, custom-menu, theme-options, featured-images, storytelling License: GNU General Public License v3 or later