I'm using WP as a CMS. I've got multiple pages that share the same header.
group 1 has header 1. group 2 has header 2. etc.
I've looked at these two plugins for a quick way to insert a combination of html and shortcodes. http://wordpress.org/extend/plugins/wp-include-file/ http://wordpress.org/extend/plugins/post-snippets/
Both solutions are neat, but they do not process the short codes.
Example:
<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>
Does anyone know of an alternative way to embed or include this code from an external file (in an include folder on the server) and have the shortcodes processed?
Thanks!
