1
Moin,
bei WP gibts ja <?php the_title(); ?> und <?php the_title_attribute(); ?> - eingesetzt wird es wie in nachfolgenden Code Beispielen...
Mir ist nur nicht ganz klar worin genau die Unterschiede zwischen <?php the_title(); ?> und <?php the_title_attribute(); ?> liegen ?
bei WP gibts ja <?php the_title(); ?> und <?php the_title_attribute(); ?> - eingesetzt wird es wie in nachfolgenden Code Beispielen...
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Ein Keyword <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Ein Keyword <?php the_title_attribute(); ?>"><img style="border: none;" alt="<?php the_title(); ?> Ein Keyword" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo $thumb; ?>&h=125&w=125&zc=1" /></a>
Mir ist nur nicht ganz klar worin genau die Unterschiede zwischen <?php the_title(); ?> und <?php the_title_attribute(); ?> liegen ?