Return to Snippet

Revision: 33453
at October 8, 2010 22:13 by PM-Webdesign


Initial Code
<!-- Code in functions.php einfügen -->
add_theme_support( 'post-thumbnails' );

<!-- Code in Theme Datei innerhalb des Loops einfügen -->
<?php the_post_thumbnail(); ?>

Initial URL
http://www.wpbeginner.com/wp-tutorials/25-extremely-useful-tricks-for-the-wordpress-functions-file/

Initial Description


Initial Title
Post Thumbnail in Wordpress aktivieren

Initial Tags
post, wordpress

Initial Language
PHP