为什么我的帖子在 wordpress 中说了几句话后总是被截断?
Why do my posts keep getting cut off after a few words in wordpress?
我创建了一个静态页面,并使用 "Posts in page" 插件向该页面添加了一个 post。
但似乎 post 被截断并在 post 的末尾添加了 [...]
我检查了 page.php 文件,上面写着 <?php the_content(); ?>
内容应该出现的地方。
如何显示完整的 post,而不对其进行修剪?
在
posts-in-page/posts_loop_template.php
改变
"the_content" to "the_excerpt"
大声笑,我得到了他们的先见之明。
我创建了一个静态页面,并使用 "Posts in page" 插件向该页面添加了一个 post。
但似乎 post 被截断并在 post 的末尾添加了 [...]
我检查了 page.php 文件,上面写着 <?php the_content(); ?>
内容应该出现的地方。
如何显示完整的 post,而不对其进行修剪?
在
posts-in-page/posts_loop_template.php
改变
"the_content" to "the_excerpt"
大声笑,我得到了他们的先见之明。