I making my one wordpress theme. I want another single template. one is general type, other is different type.
I want use value of custom filed to single template fils by conditional tag. exeample:
<?php if (isset($custom_fields["type"] = "gallery") { ?>
<h2>Last Gallery list</h2>
... item list ...
<?php } ?>
What's troble this Conditional Tags code? wordpress support another single tpye? Do i make other blog?
help me please~ thanks.