Home  >  Article  >  Backend Development  >  正则表达式 - wordpress single.php输出文章内容不输出图片

正则表达式 - wordpress single.php输出文章内容不输出图片

WBOY
WBOYOriginal
2016-06-06 20:42:471130browse

遇到了个难题,就是在wordpress的文章页,只显示文章文字的内容,不显示文章的图片,是可以用摘要,但是摘要输出的文字内容不按排版格式输出,不分段等。还请高手解答,谢谢!

回复内容:

遇到了个难题,就是在wordpress的文章页,只显示文章文字的内容,不显示文章的图片,是可以用摘要,但是摘要输出的文字内容不按排版格式输出,不分段等。还请高手解答,谢谢!

<code>echo strip_tags(get_the_content($post->ID), '<p><strong><a>');
</a></strong></p></code>

谢谢你,先采纳了,有时间试试。不知道什么意思?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn