Post Thumbnail in Wordpress aktivieren


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



Copy this code and paste it in your HTML
  1. <!-- Code in functions.php einfügen -->
  2. add_theme_support( 'post-thumbnails' );
  3.  
  4. <!-- Code in Theme Datei innerhalb des Loops einfügen -->
  5. <?php the_post_thumbnail(); ?>

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.