From 422b62edf2a2694d40d8df3b30d5bcf4a8b42fd0 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 11 Mar 2024 13:26:27 +0100 Subject: [PATCH] coded sections for each custom post type --- template-parts/section-eachconvo.php | 36 +++++++++++++++++++ template-parts/section-eachfund.php | 50 ++++++++++++++++++++++++++ template-parts/section-eachmember.php | 50 ++++++++++++++++++++++++++ template-parts/section-eachpost.php | 3 -- template-parts/section-last-convos.php | 1 - 5 files changed, 136 insertions(+), 4 deletions(-) create mode 100644 template-parts/section-eachconvo.php create mode 100644 template-parts/section-eachfund.php create mode 100644 template-parts/section-eachmember.php diff --git a/template-parts/section-eachconvo.php b/template-parts/section-eachconvo.php new file mode 100644 index 0000000..bed385a --- /dev/null +++ b/template-parts/section-eachconvo.php @@ -0,0 +1,36 @@ + + +
> +

+ + + +

+ +
+ +
+ +
+ + +
diff --git a/template-parts/section-eachfund.php b/template-parts/section-eachfund.php new file mode 100644 index 0000000..556ab1f --- /dev/null +++ b/template-parts/section-eachfund.php @@ -0,0 +1,50 @@ + + +
> +

+ + + +

+ +
+ +
+ +
+ + +
diff --git a/template-parts/section-eachmember.php b/template-parts/section-eachmember.php new file mode 100644 index 0000000..556ab1f --- /dev/null +++ b/template-parts/section-eachmember.php @@ -0,0 +1,50 @@ + + +
> +

+ + + +

+ +
+ +
+ +
+ + +
diff --git a/template-parts/section-eachpost.php b/template-parts/section-eachpost.php index 8f1f87b..556ab1f 100644 --- a/template-parts/section-eachpost.php +++ b/template-parts/section-eachpost.php @@ -18,9 +18,6 @@
- -
-
diff --git a/template-parts/section-last-convos.php b/template-parts/section-last-convos.php index f2e2eec..82152bb 100644 --- a/template-parts/section-last-convos.php +++ b/template-parts/section-last-convos.php @@ -34,7 +34,6 @@ have_posts() ) : ?> have_posts() ) : $convos_query->the_post(); ?> -