From 65f6fbb0a2b59874e874f77f89b187e87d56b4d6 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sun, 29 Mar 2026 20:27:22 +0000 Subject: [PATCH] Upload via Git Manager GUI - archive.php --- Minecraft-Modern-Theme/archive.php | 238 ++++++++++++++--------------- 1 file changed, 119 insertions(+), 119 deletions(-) diff --git a/Minecraft-Modern-Theme/archive.php b/Minecraft-Modern-Theme/archive.php index 98e9658..8750bf6 100644 --- a/Minecraft-Modern-Theme/archive.php +++ b/Minecraft-Modern-Theme/archive.php @@ -1,120 +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' => '', - ) ); - ?> -
- - - -
- -

-
- - - - - -
- + + +
+
+
+ +
+ ' . __('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