我正在创建一个博客,它具有img的特定html5结构:
<figure>
<img />
<figcaption></figcaption>
</figure>
有没有办法自定义,the_content()如何处理img渲染,特定地为img添加我自己的模板(加上添加the_post_thumbnail_caption()模板)?
或者有没有办法为WYSIWYG制作自己的模板。我问,因为我想允许用户,应用三个可能的img显示中的一个,这些显示绑定到特定的图元素类(例如)
提前致谢
答案 0 :(得分:0)
您可以使用get_the_content(),然后使用preg_match查找img标记并替换为您自己的代码,了解如何使用preg_match替换img,https://stackoverflow.com/a/1107203/1287608
和get_the_content()函数http://codex.wordpress.org/Function_Reference/get_the_content