Okay
  Public Ticket #506429
Full post for categories
Closed

Comments

  • Chris started the conversation

    When a visitor clicks on categories the results show excerpts not full post.

    I would like full post to show as per the rest of my blog layout.

    What do I need to change.

  •  1,808
    Support replied

    Hi,

    change \'Excerpt or Full Blog Content\' to \'Full\' in theme options -> Blog Options

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Chris replied
    My blog post already show full blog post. That was not my question.

    If a visitor opens the category tab and clicks on a particular category then a page of post for that category shows up but with all the post as excerpts.

    I need the categories to show as full post.

    Obviously I already have the option to show full content selected which is why the blog normally shows full post.

    What do I have to do so that the categories also show as full post?

    Thanks.

  •  1,808
    Support replied

    Hi,

    in /blog-post-format/post-common.php, go to line 43 and remove || is_category() at the end of the conditional

    so the line will become

    if( ($global_theme_options[\'content_length\'] == \'excerpt\') || is_search() || is_archive() ) {


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Chris replied

    Thanks for the reply. It didn\'t work but it did get me to where I needed to be to solve the problem so thank you.

    I\'ll just mention it here in case it is value to anyone else. in /blog-post-format/post-common.php

    On line 45 i changed the_excerpt(); to the_content();