5.8 News Article
A news item is simply a template that uses two content sections. If you wish, you may include a simple inline publication date editor using the following snippet:
<?php displayEditPublicationForm(); ?>
You need to include two content areas.
<?php
include "templateincludes/content_bodytop.inc.php";
?>
<?php
include "templateincludes/content_bodymain.inc.php"
;
?>
Top of Page