go41

the info you need to know


von Joern
Keine Kommentare

The problem: I need a single.php for one of the built in post formats like 'aside', 'gallery', 'link', 'video', 'image' or 'quote'.My theme was calling the content-single.php Post Format in it's original single.php like <?php get_template_part( 'content', 'single' ); ?>and I could use<?php get_template_part( 'content', get_post_format() ); ?>to load the…