I created my own node-blog.tpl.php
- I'm looking to modify this code:
<?php if ( $submitted ):?>
<span class="submitted"><?php echo $submitted;?></span>
<?php endif; ?>
I need to re-arrange the structure of the contents of the $submitted
variable.