“WordPress Get Kategorie Seitentitel” Code-Antworten

Holen Sie sich den Seitentitel WordPress

<?php echo get_the_title(); ?>
Distinct Deer

WordPress Get Kategorie Seitentitel

//wordpress get category page title 
echo single_cat_title();
gtamborero

WordPress Get Site -Titel

You are not outputting anything to show. You are only assigning blog name to a variable. You need to echo the content. It should be :

<h1><?php echo get_bloginfo( 'name' ); ?></h1>
Hope this helps :)
Santino

Ähnliche Antworten wie “WordPress Get Kategorie Seitentitel”

Fragen ähnlich wie “WordPress Get Kategorie Seitentitel”

Weitere verwandte Antworten zu “WordPress Get Kategorie Seitentitel” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen