WP Wolf Support Forum
by BrutalDesign
Regarding the number of my available themes and the amount of support requests I have to handle every day, I decided that my support services will only cover theme setup, trouble using any features, and bug fixes. Regretfully I can't provide support for modifications or 3rd party plugins issues. Thanks for your understanding.
Display post samples not formatted
  • If you don't want your post samples to be formatted, replace the_excerpt(); - in loop-post.php or any other post type index page - by the following lines

    global $more;
    $more = 0;
    the_content('Read more');


    Then you will be able to split the post sample by yourself and the sample won't be formatted:
    http://en.support.wordpress.com/splitting-content/more-tag/

    Additionally, you can replace "Read more" in the code above by your own expression.

    Note : This tip is useful in Zine and Noisy themes.

This forum is for verified costumers only.

Sign In or Create an account

Tagged