Issues with editing Excerpt
-
I am having issues with editing the length of the excerpt on the home page.
I went to the standard.php page and edited the
<?php $excerpt = get_the_excerpt(); if (has_excerpt()) { the_excerpt(); } else { echo duena_string_limit_words($excerpt,85); } ?>But It does not seem to increase the length of the excerpt. All it did was add “[…]” after the excerpt.
I am very skilled with development, but I am not an expert on wordpress.
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Issues with editing Excerpt’ is closed to new replies.
