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

WBOY
Release: 2016-06-06 20:42:47
Original
1130 people have browsed it

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

回复内容:

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

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template