Archiv-Seitentemplate lädt keine Posts! Warum?

  • [COLOR=#333333]Hallo zusammen! [/COLOR]

    [COLOR=#333333]Ich habe für mein Theme ein Seitentemplate mit dem Namen "Archive" angelegt, allerdings lädt die Seite keine Posts und bleibt leer. Kann mir jemand sagen, warum das so ist? [/COLOR]

    [COLOR=#333333]Hier ist der Link zur Seite:[/COLOR]

    http://www.timrodenbroeker.de/archive/

    [COLOR=#333333]Dies ist der Code der Template-Datei [/COLOR]archive.php [COLOR=#333333](ist bis auf "Template Name" identisch mit index.php):[/COLOR][COLOR=#333333]

    [/COLOR]

    Einmal editiert, zuletzt von timrodenbroeker (14. März 2014 um 23:26)

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • [COLOR=#333333]<?php[/COLOR]

    [COLOR=#333333]/*[/COLOR]
    [COLOR=#333333]Template Name: Archive[/COLOR]
    [COLOR=#333333]*/[/COLOR]
    [COLOR=#333333]?>[/COLOR]
    [COLOR=#333333]<?php get_header(); ?>[/COLOR]
    [COLOR=#333333]<?php if (have_posts()) : ?>[/COLOR]
    [COLOR=#333333]<div style="height: 20px;"></div>[/COLOR]
    [COLOR=#333333]<div class="thumbs">[/COLOR]
    [COLOR=#333333]<ol>[/COLOR]
    [COLOR=#333333]<?php while ( have_posts() ) : the_post(); ?>[/COLOR]
    [COLOR=#333333] <div class="project">[/COLOR]
    [COLOR=#333333] <?php if ( has_post_thumbnail()) : ?> [/COLOR]
    [COLOR=#333333] <?php if (in_category( "20" )): ?>[/COLOR]
    [COLOR=#333333] <?php the_post_thumbnail(); ?>[/COLOR]
    [COLOR=#333333] <?php else: ?>[/COLOR]
    [COLOR=#333333] <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >[/COLOR]
    [COLOR=#333333] <?php the_post_thumbnail(); ?>[/COLOR]
    [COLOR=#333333] </a>[/COLOR]
    [COLOR=#333333] <?php endif; ?> [/COLOR]
    [COLOR=#333333]<?php endif; ?><br>[/COLOR]
    [COLOR=#333333] </div>[/COLOR]

    [COLOR=#333333]<?php endwhile; ?>[/COLOR]
    [COLOR=#333333]</ol>[/COLOR]

    [COLOR=#333333]<?php else: ?>[/COLOR]
    [COLOR=#333333]<h2>No posts to display</h2>[/COLOR]
    [COLOR=#333333]<?php endif; ?>[/COLOR]
    [COLOR=#333333]</div>[/COLOR]
    [COLOR=#333333]<div style="clear: both; height: 60px;"></div>[/COLOR]
    [COLOR=#333333]<div class="nav"><p class="super"><?php posts_nav_link(' / ','Neuere Projekte','Ältere Projekte'); ?></p></div>[/COLOR]

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!