komme grad irgendwie nicht weiter. Unterhalb des posts erscheint related posts, welches ich loswerden möchte. Im index.php kann ich das aber nirgendwo finden und single.php ist nicht existent.
Ich weiss nicht wie man hier einen code vernünftig einfügt, daher paste ich ihn einfach so:
<?php get_header(); ?>
<div id="content">
<?php if (is_day()) { ?>
<h2 class="browse">You are currently browsing the archives for <strong><?php the_time('l, F jS, Y'); ?></strong></h2>
<?php } elseif (is_month()) { ?>
<h2 class="browse">You are currently browsing the archives for <strong><?php the_time('F, Y'); ?></strong></h2>
<?php } elseif (is_year ()) { ?>
<h2 class="browse">You are currently browsing the archives for <strong><?php the_time('Y'); ?></strong></h2>
<?php } elseif (is_category()) { ?>
<h2 class="browse">You are currently browsing the <strong><?php single_cat_title(''); ?></strong> category</h2>
<?php } elseif (is_tag()) { ?>
<h2 class="browse">You are currently browsing posts tagged with <strong><?php single_tag_title(); ?></strong></h2>
<?php } elseif (is_search()) { ?>
<h2 class="browse">You are currently browsing posts that matched <strong><?php the_search_query(); ?></strong></h2>
<p class="error">Diese Seite existiert nicht.<br/>
Bitte kehren Sie zur Startseite zurück:<br/>
<strong><?php the_search_query(); ?></strong> https://depressionen-was-tun.de/</p>