Quantcast
Channel: WordPress | Support-Foren » Alle Beiträge
Viewing all articles
Browse latest Browse all 54145

Dennis Ploetner on "Bedingung für Anzahl Suchresultate"

$
0
0

Das sollte in etwa so aussehen:

<h1 class="page-title"><?php
    printf(
        _n(
            '%d Resultat für: %s',
            '%d Resultate für: %s',
            $wp_query->found_posts,
            'twentythirteen'
        ),
        $wp_query->found_posts,
        get_search_query()
    );
?></h1>

Viewing all articles
Browse latest Browse all 54145

Latest Images

Trending Articles