/ Published in: PHP
URL: http://www.wpbeginner.com/wp-tutorials/25-extremely-useful-tricks-for-the-wordpress-functions-file/
Expand |
Embed | Plain Text
<!-- Code in functions.php einfügen --> add_theme_support( 'post-thumbnails' ); <!-- Code in Theme Datei innerhalb des Loops einfügen --> <?php the_post_thumbnail(); ?>
You need to login to post a comment.
