Home > Backend Development > PHP Tutorial > wordpres往数据库添加文章,自动添加p标签

wordpres往数据库添加文章,自动添加p标签

WBOY
Release: 2016-06-23 14:27:38
Original
1356 people have browsed it

为什么使用在向wordpress 的wp-post表中插入数据会自动变成添加p标签..
像下面这样子的
原表中数据:

<p><img alt="" src="/uploads/images/11.jpg" /></p><p>《灿烂人生》剧照</p><p>由何润东
Copy after login


插入到wordpress的wp_post表后数据库中成这样了
<p><imgalt=""src="/uploads/images/</p></p>.jpg"/></p><p>《灿烂人生》剧照</p><p>由何润东
Copy after login


就是那个.jpg前面的11变成了,p标签,还有很多这样的现象,感觉像是在自动的添加p标签

我之前使用的是wordpress自带的wp_insert_post插入的,我以为是wordpress内部做了一些转换..但现在这个例子是使用自已的数据库类操作操作数据库插入的,为什么还是一样的呀.我有点想不通了~~~

折腾了好久,办法都试过了,求高人指点一下...



回复讨论(解决方案)

哎,知道了..   
原来自己写的一个转换函数出问题,老去找wp的问题  ..我说怎么这么见鬼//打扰了

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