From d0ba46d2b9dd8630153e9b3772aa6d12a4438e59 Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Fri, 23 Oct 2020 22:43:22 +0200 Subject: [PATCH] Sistemato errore precedente in tabspeciali --- incl/speciali.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/incl/speciali.php b/incl/speciali.php index 82805de..2432dd1 100644 --- a/incl/speciali.php +++ b/incl/speciali.php @@ -107,9 +107,11 @@ function tabspeciali($atts) { wp_reset_postdata(); } $content = '
'.$header.'
'; - } + } } + $content = $content.$after_widget; + if ( get_post_type() == 'post' ) { $out = $content; } else {