diff --git a/wp-content/themes/mag-wp/upw/custom-dre.php b/wp-content/themes/mag-wp/upw/custom-dre.php new file mode 100644 index 0000000..047eee8 --- /dev/null +++ b/wp-content/themes/mag-wp/upw/custom-dre.php @@ -0,0 +1,130 @@ + + +
+ +
+ +
+ have_posts()) : ?> + have_posts()) : $upw_query->the_post(); ?> + ID == $current_post_id && is_single()) ? 'active' : ''; ?> +
> +
+ +
+ + + +
+ + +

+ + + +

+ + + + +
+ +
+

+ + + + +

+
+ +
+ +
+ +
+ ID, 'category', '', ', '); + if ($instance['show_cats'] && $categories) : + ?> +
+ : + +
+ + ID, 'post_tag', '', ', '); + if ($instance['show_tags'] && $tags) : + ?> + + + + +
+ ID, $name, true); + if ($custom_field_values) : ?> +
+ +
+ +
+ +
+
+ + +

+ +

+ +
+ +
+ +
+ \ No newline at end of file