New Landing How can we help? Themeforest Theme Support Dante How to show full content in category page?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #43766
    artaudlemomo
    Member
    Post count: 63

    Hi all,

    I would like to show the full content of a page or a post instead on only the title under a category as in this expample:

    http://timotheeducrocq.com/category/raoul-ubac/

    here only the title are shown and I’d like the whole pages to appear instead so that user does not have to clic one more time on the title to show the post/page.

    is that possible?

    Thanks for you help,

    regards,

    td

    #43995
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    No i am afraid thats not possible.

    #43999
    artaudlemomo
    Member
    Post count: 63

    Hi Tahir,

    Tank you for your reply,

    And there isn’t a way around it? If instead of publishing a category to my top menu I add page for each artists and parent each artwork of the artist to this main page, will that do it?

    regards,

    td

    #44018
    artaudlemomo
    Member
    Post count: 63

    for example here on the demo website, there are several post in one page: http://dante.swiftideas.net/blog-timeline-full-width/

    How can I do that?

    Is there a way to do this and have the full posts published instead of having the read more button?

    Regards,

    td

    #44858
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sorry for the delay.

    You mean you want the category page to display the full post instead of the excerpt?

    1. Go to Theme Options -> Archive/Category Options -> Display Type = Standard.
    2. Open up category.php and in line #106 and #156 you saw a line like this.

    <?php echo sf_get_post_item($post->ID, $blog_type); ?>

    change that to

    <?php echo sf_get_post_item($post->ID, $blog_type, "yes", "yes", "yes", "20", "", "no"); ?>

    Then the page like this http://example.com/category/news will have full posts instead just the excerpt.

    Let me know, what you got.

    Thanks,
    laranz.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register