例如:nano wp-content/themes/newsup/content.php
修改 <p><?php echo wp_trim_words( get_the_excerpt(), 30 ); ?></p>
修改为 <p><?php echo wp_trim_words( get_the_excerpt(), 256 ); ?></p>
Views: 4
Insight into the world, intelligence leading the future.👏
例如:nano wp-content/themes/newsup/content.php
修改 <p><?php echo wp_trim_words( get_the_excerpt(), 30 ); ?></p>
修改为 <p><?php echo wp_trim_words( get_the_excerpt(), 256 ); ?></p>
Views: 4