Nicht alle Kategorien angezeigt...

    • 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

  • Zitat

    Es ist die Standartkategorie, hat es vieleicht damit was zu tun?

    Soweit ich weiß, sind Standard-Kategorien doch nur in der ersten Ebene möglich, oder? Probiere doch mal aus, eine andere Kategorie zu einer Standard zu machen und sage "Youtube", dass sie untergeordnet ist... Nur eine Vermutung.

    Maiskolben

  • <?php

    // Creating the doctype
    thematic_create_doctype();
    echo " ";
    language_attributes();
    echo ">\n";

    // Creating the head profile
    thematic_head_profile();

    // Creating the doc title
    thematic_doctitle();

    // Creating the content type
    thematic_create_contenttype();

    // Creating the description
    thematic_show_description();

    // Creating the robots tags
    thematic_show_robots();

    // Creating the canonical URL
    thematic_canonical_url();

    // Loading the stylesheet
    thematic_create_stylesheet();

    // Creating the internal RSS links
    thematic_show_rss();

    // Creating the comments RSS links
    thematic_show_commentsrss();

    // Creating the pingback adress
    thematic_show_pingback();

    // Enables comment threading
    thematic_show_commentreply();

    // Calling WordPress' header action hook
    wp_head();

    ?>

    </head>

    <?php

    if (apply_filters('thematic_show_bodyclass',TRUE)) {
    // Creating the body class
    ?>

    <body class="<?php thematic_body_class() ?>">

    <?php }

    // action hook for placing content before opening #wrapper
    thematic_before(); ?>

    <div id="wrapper" class="hfeed">

    <?php

    // action hook for placing content above the theme header
    thematic_aboveheader();

    ?>

    <div id="header">

    <?php

    // action hook creating the theme header
    thematic_header();

    ?>

    </div><!-- #header-->

    <?php

    // action hook for placing content below the theme header
    thematic_belowheader();

    ?>

    <div id="main">

    das ist meine Header.php

  • Ok :p In der functions.php befindet sich der Aufruf

    PHP
    <?php wp_list_categories('title_li=&number=7'); ?>

    number=7 begrenzt die Anzahl der ausgegebenen Kategorien auf 7. Einfach löschen.

Jetzt mitmachen!

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