• Hello Richie,

    Awesome theme! My problem is when I enter any number in the “Enter Post Excerpt Count”, the modification doesn’t appear.

    If I want to display only 300 words count, what should I do ?

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Richie KS

    (@rkcorp)

    not sure if 300 work, did you try like 40-60 and see if it work?

    Thread Starter D.pinon

    (@dpinon)

    Thanks for your answer.

    I tried with 50, 60, 100, 300 and 500 words but nothing change. Always the same words count is displayed.

    Theme Author Richie KS

    (@rkcorp)

    it’s working in my end. did you try clear site cache after saved theme options?

    Thread Starter D.pinon

    (@dpinon)

    Yes it works. Actually, I would like to display the beginning of articles (300 words) instead of the excerpt, is this possible ?

    Theme Author Richie KS

    (@rkcorp)

    i don’t think it work that way, but you can try poke around the code in index.php, find

    <?php echo dez_get_custom_the_excerpt($archive_excerpt); ?>
    edit to
    <?php the_content(‘…read more’); ?>

    Thread Starter D.pinon

    (@dpinon)

    I find in index.php, the line :

    <div class=”entry-content”><?php echo dez_get_custom_the_excerpt($archive_excerpt); ?></div>

    I replace it with :
    <div class=”entry-content”><?php the_content(‘…read more’); ?></div>

    But it doesn’t work.

    Theme Author Richie KS

    (@rkcorp)

    if you’re on homepage featured categoy, it won’t work, only blog style homepage when no featured category choosen in theme option.

    Thread Starter D.pinon

    (@dpinon)

    Ok, thanks Richie.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘"Enter Post Excerpt Count" doesn't work’ is closed to new replies.