Dafür hasse ich Wordpress.

  • PHP
    $categories=get_categories($args);
      
    foreach($categories as $category) {
    
    
        echo '<li><a href="' . get_category_link( $category->term_id ) . '" title="' . $category->description. '" ' . '>' . $category->name.'</a> </li> ';    
    
    
    }

    Falls man HTML mit PHP ausgeben soll, wird das Quellcode total unübersichtlich.

    • 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

  • wenn es um schöne lesbarkeit geht, solltest du auch diese Code formatieren (so manch editoren helfen dir dabei sogar)

    [LEFT][COLOR=#007700][FONT=monospace]echo [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'<li>';
    echo '<a href="' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_category_link[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$category[/FONT][/COLOR][COLOR=#007700][FONT=monospace]->[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]term_id [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) . [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'" title="' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$category[/FONT][/COLOR][COLOR=#007700][FONT=monospace]->[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]description[/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'" ' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'>' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$category[/FONT][/COLOR][COLOR=#007700][FONT=monospace]->[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]name[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'</a>';
    echo '</li> '[/FONT][/COLOR][COLOR=#007700][FONT=monospace];


    oder
    [/FONT][/COLOR][COLOR=#007700][FONT=monospace]?>
    [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]<li>
    <a href=...>usw [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]</a>
    </li>[/FONT][/COLOR][COLOR=#007700][FONT=monospace]
    <?php

    und das hat ansich nichts mit Wordpress zu tun sondern sind uralte HTML, PHP formatregeln[/FONT][/COLOR][/LEFT]

    Wordpress weil es spass macht, besonders beim WordPress Meetup in Linz

Jetzt mitmachen!

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