“WordPress Get Site -Titel” Code-Antworten

Holen Sie sich den Seitentitel WordPress

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

WordPress spiegelt den Seitentitel wider

 <?php echo get_the_title(post->$ID); ?> 
Poor Panther

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 Site -Titel”

Fragen ähnlich wie “WordPress Get Site -Titel”

Weitere verwandte Antworten zu “WordPress Get Site -Titel” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen