Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的网站的移动版本上,我想忽略标签并显示每篇文章的全文。我怎样才能做到这一点?这会切断文本并插入(更多...):
<?php the_content(); ?>
在此代码下方的 PAGE.PHP 中,您正在使用 EXCERPT 函数,或者从那里删除 EXCERTT。