• Hey Everybody,

    right now I am developing my first WPTheme and I got following Bug:
    All of my Posts & Sites are only displayed as text. Because of that all my formatting is not displayed.

    I hope you guys can help me.

    I am displaying the posts via:

    $text = _x( 'Continue reading “%s”', 's = post title', 'lifestyle' );
    $more = sprintf( $text, esc_html( get_the_title() ) );
    the_content( $more );

    THX
    Yooui

The topic ‘Posts are only text (no formatting)’ is closed to new replies.