我正在使用WP作为CMS。我有多个页面共享同一标题。
组1具有标题1。组2具有标题2。等
我已经研究了这两个插件,寻找一种快速插入html和短代码组合的方法。http://wordpress.org/extend/plugins/wp-include-file/http://wordpress.org/extend/plugins/post-snippets/
这两种解决方案都很简洁,但它们不处理短代码。
示例:
<div id="bugs2">
[caption id="attachment_214" align="alignnone" width="75" caption="Pack Rat"]<a href="pack-rat/"><img class="size-full wp-image-214" title="ID Pack Rat" src="http://xyz.com/epm/wp-content/uploads/2011/01/ID-Pack-Rat-e1295503174487.jpg" alt="" width="75" height="75" /></a>[/caption]
[caption id="attachment_218" align="alignnone" width="75" caption="Pocket Gopher"]<a href="pocket-gopher/"><img class="size-full wp-image-218" title="ID Pocket Gopher" src="http://xyz.com/epm/wp-content/uploads/2011/01/ID-Pocket-Gopher-e1295503138319.jpg" alt="" width="75" height="75" /></a>[/caption]
</div>
有人知道从外部文件(在服务器的include文件夹中)嵌入或包含此代码并处理短代码的其他方法吗?
谢谢