Style post formats differently on the home page
Ok, your theme is already set up to use different post formats, so in your case you would just need to do the following: Change the line in content-aside.php that reads the_content(‘Weiterlesen’); To read the_excerpt(); Change just that one line, save your changes, and it should work how you want. the_content() echos the post content … Read more