• Resolved bhaskarping

    (@bhaskarping)


    Hi,

    My Site showing Full text on Home page (each post) same as category pages, Tag Pages & author Pages, How to show only limited words (excerpt) there.
    I m using latest version of Hueman theme, downloaded from alex’s site

    Waiting for quick reply.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi bhaskarping. Can you post a link to your site? Thanks.

    Thread Starter bhaskarping

    (@bhaskarping)

    Hi bdbrown,

    Thanks for quick reply.

    For some reason i don’t disclose my site here.

    just want to know that there is inbuilt excerpt
    option in hueman theme.

    i found a plugin which will do it for me.
    https://www.ads-software.com/plugins/advanced-excerpt/

    Regards
    Mohd. Siraj

    Here is the default code from the theme. It should show the excerpt unless someone has modified the theme files:

    <?php if (ot_get_option('excerpt-length') != '0'): ?>
        <div class="entry excerpt">
    	<?php the_excerpt(); ?>
        </div><!--/.entry-->
    <?php endif; ?>
    Thread Starter bhaskarping

    (@bhaskarping)

    Hi,
    How to enable it, i don’t know coding. how i fix it on my site? where to find above code?

    It’s in the 3 theme content files:

    content.php
    content-featured.php
    content-standard.php

    If you’re using the default theme files, and you have Theme Options > Blog > Excerpt Length set to greater than zero, you don’t need to enable it or “fix it”; it will display the excerpt automatically.

    Thread Starter bhaskarping

    (@bhaskarping)

    Hi,

    I m using latest hueman theme from alex’s site which have default 34 words as Excerpt Length, but in homepage, category page, tag page, author page, search page, archive page it’s show full text instead of 34 words.

    don’t know why?

    Regards

    Then I’d suspect there is a plugin overriding the theme defaults. If you have any plugins that are related to posts or excerpts, try disabling them and see if that fixes it.

    Why don’t you use a read-more tag in your posts? In this way, your exerpts will look better, because you will be able to show a whole sentence instead of a text that suddenly ends in the middle of a sentence.

    Thread Starter bhaskarping

    (@bhaskarping)

    Hi,
    I check every plugin for possible conflict about post excerpt but nothing changes.

    Now i use
    https://www.ads-software.com/plugins/advanced-excerpt/

    It’s work well & no conflict with other plugins.

    Thanks
    Regards

    You’re welcome. Glad you were able to get it fixed. If you don’t need any further assistance with this topic please mark it as Resolved. Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Homepage, Category Page, Tag Page showing Full text, How to show excerpt there’ is closed to new replies.