looking for a theme/framework supporting (meta)tags/shortcodes
-
I’m looking for a theme which allows to write a template using metatags or shortcodes, as in the following example:
in header.php:
<h1>site title</h1>
[menu]
[searchbar]and in single.php
<div><div style=”float:left”>[date]</div>
<div style=”float:left”>[title]</div>
<div style=”clear:both”>[post-content]</div>
[comments]where all the items inside square barckets are pieces of php codes to write properly.
Is there anything so done?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘looking for a theme/framework supporting (meta)tags/shortcodes’ is closed to new replies.