not sure if 300 work, did you try like 40-60 and see if it work?
Thanks for your answer.
I tried with 50, 60, 100, 300 and 500 words but nothing change. Always the same words count is displayed.
it’s working in my end. did you try clear site cache after saved theme options?
Yes it works. Actually, I would like to display the beginning of articles (300 words) instead of the excerpt, is this possible ?
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’); ?>
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.
if you’re on homepage featured categoy, it won’t work, only blog style homepage when no featured category choosen in theme option.