diff --git a/Minecraft-Modern-Theme/archive.php b/Minecraft-Modern-Theme/archive.php new file mode 100644 index 0000000..98e9658 --- /dev/null +++ b/Minecraft-Modern-Theme/archive.php @@ -0,0 +1,120 @@ + + +
+
+
+ +
+ ' . __('Kategorie', 'minecraft-modern-theme') . '
'; + the_archive_title( '

', '

' ); + the_archive_description( '
', '
' ); + } elseif ( is_tag() ) { + echo '
' . __('Tag', 'minecraft-modern-theme') . '
'; + the_archive_title( '

', '

' ); + the_archive_description( '
', '
' ); + } elseif ( is_author() ) { + $author = get_queried_object(); + echo '
' . __('Autor', 'minecraft-modern-theme') . '
'; + ?> +
+ ID, 80, '', '', array('class' => 'archive-author-avatar') ); ?> +
+

display_name ); ?>

+ description ) : ?> +

description ); ?>

+ +
+
+ ' . __('Archiv', 'minecraft-modern-theme') . '
'; + the_archive_title( '

', '

' ); + } else { + the_archive_title( '

', '

' ); + the_archive_description( '
', '
' ); + } + ?> + + + + +
+ + + + + +
+ + +
+ 2, + 'prev_text' => ' ' . __('Zurück', 'minecraft-modern-theme'), + 'next_text' => __('Weiter', 'minecraft-modern-theme') . ' ', + 'before_page_number' => '', + 'after_page_number' => '', + ) ); + ?> +
+ + + +
+ +

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