• Resolved diallito

    (@diallito)


    Hi

    I’m testing your theme and it seems with the last update that my posts don’t show anymore.
    The area stays blank.

Viewing 3 replies - 1 through 3 (of 3 total)
  • mdknight

    (@mdknight)

    There is an extra ) in line 4 of content-single.php
    I removed that and all was well again
    <?php if ( flat_get_theme_option('single_metadata') != 0 ) ) : ?>
    Change to

    <?php if ( flat_get_theme_option('single_metadata') != 0 ) : ?>

    This worked for me, YMMV

    Thread Starter diallito

    (@diallito)

    ok, thanks

    YoArts

    (@yoarts)

    Please download the latest developer version of this theme: http://wordpress.org/themes/flat/developers/
    Sorry for the trouble that you encounter.
    Jackie

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No post in 1.3.0?’ is closed to new replies.