• Resolved cherire

    (@cherire)


    Hello,
    i add a post format for my child theme of Mh magazine lite

    but when i remplace this line on single.php :

    get_template_part('content', 'single');

    by

    get_template_part( 'content', get_post_format() );

    to get a defferent template for my posts

    the single standard post don’t show any more !!

Viewing 1 replies (of 1 total)
  • Hi Cherire,

    thanks for using MH Magazine lite.

    For the Standard post format you would need to add a file content.php. You can learn more about the proper implementation of post formats here.

Viewing 1 replies (of 1 total)

The topic ‘problem with post format’ is closed to new replies.