D.pinon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Blog style homepageOk, thanks Richie.
Forum: Themes and Templates
In reply to: [MesoColumn] Blog style homepageAny idea ?
Forum: Themes and Templates
In reply to: [MesoColumn] Blog style homepageThanks Richie.
I’ve replaced from line 499 to 531 and i’ve put your new code. But on the homepage where the excerpt is normally displayed, I get this :
Warning: preg_replace(): Unknown modifier ‘\’ in wordpress\wp-content\themes\mesocolumn\lib\functions\theme-functions.php on line 515Forum: Themes and Templates
In reply to: [MesoColumn] Blog style homepageYes, the excerpt metabox in each article : https://theme-fusion.com/wp-content/uploads/2015/03/Excerpt-Meta-Box.png
When I say the beginning of article, I mean the auto excerpt, sorry.
Forum: Themes and Templates
In reply to: [MesoColumn] "Enter Post Excerpt Count" doesn't workOk, thanks Richie.
Forum: Themes and Templates
In reply to: [MesoColumn] "Enter Post Excerpt Count" doesn't workI 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.
Forum: Themes and Templates
In reply to: [MesoColumn] "Enter Post Excerpt Count" doesn't workYes it works. Actually, I would like to display the beginning of articles (300 words) instead of the excerpt, is this possible ?
Forum: Themes and Templates
In reply to: [MesoColumn] "Enter Post Excerpt Count" doesn't workThanks for your answer.
I tried with 50, 60, 100, 300 and 500 words but nothing change. Always the same words count is displayed.