WordPress: Guter Seitentitel


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if (is_home()) { ?>
  2. <title><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></title>
  3. <?php } else { ?>
  4. <title><?php wp_title('|', true, 'right'); bloginfo('name'); ?></title>
  5. <?php } ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.