Er der nogle her der har erfaring med at bruge "_s (http://underscores.me)" som starttema?
Situationen er den, at jeg har brug for at benytte "post_types", men så vidt jeg lige kan se, så er der som udgangspunkt kun mulighed for at bruge "post_format".
<?php
/* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>
Hvordan skifter jeg denne stump til at tage imod en post_type?
not a support question