diff --git a/templates/card-compact.php b/templates/card-compact.php new file mode 100644 index 0000000..480e561 --- /dev/null +++ b/templates/card-compact.php @@ -0,0 +1,18 @@ + +
> + +
+ <?php echo esc_attr(get_the_title()); ?> +
+ + +
+

+

+
+
\ No newline at end of file diff --git a/templates/card-featured.php b/templates/card-featured.php new file mode 100644 index 0000000..9357ee5 --- /dev/null +++ b/templates/card-featured.php @@ -0,0 +1,19 @@ + + \ No newline at end of file diff --git a/templates/card-flip.php b/templates/card-flip.php new file mode 100644 index 0000000..388cbab --- /dev/null +++ b/templates/card-flip.php @@ -0,0 +1,35 @@ + +
> +
+ +
+ +
+ <?php echo esc_attr(get_the_title()); ?> +
+ +
+

+

+
+
+ + +
+
+

+
+ -Tags um + echo wp_kses_post(nl2br($meta['zustaendigkeit'])); + ?> +
+
+
+
+
\ No newline at end of file diff --git a/templates/card-profile.php b/templates/card-profile.php new file mode 100644 index 0000000..4ac097f --- /dev/null +++ b/templates/card-profile.php @@ -0,0 +1,17 @@ + +
> +
> +
+

+

+
+
+
+

+
+
\ No newline at end of file diff --git a/templates/card-standard.php b/templates/card-standard.php new file mode 100644 index 0000000..ce73383 --- /dev/null +++ b/templates/card-standard.php @@ -0,0 +1,19 @@ + +
> + +
+ <?php echo esc_attr(get_the_title()); ?> +
+ + +
+

+

+

+
+
\ No newline at end of file