From a19eb845f0451b519dfcb42c52dcbeff10572277 Mon Sep 17 00:00:00 2001 From: Vij Project Date: Wed, 10 Jan 2024 12:37:55 +0300 Subject: [PATCH] correct close minicard_block --- category-pets.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/category-pets.php b/category-pets.php index 23cfa95..fef0a56 100644 --- a/category-pets.php +++ b/category-pets.php @@ -5,7 +5,8 @@ */ get_header( 'pets' ); -$nn = 0;?> +$nn = 0; +$miniblock_open = false;?> @@ -39,11 +40,13 @@ $nn = 0;?> - -
- - 1):?> + 1):?> + + + +
+
@@ -76,6 +79,8 @@ $nn = 0;?> -
+ +
+ \ No newline at end of file