Forums
(@javier68)
13 years, 2 months ago
The code that makes print the post content is:
<?php
$format = get_post_format(); get_template_part( “formats/”.$format );
if($format == “”) get_template_part( “formats/standard” );
?>