The code in the node template file to print title seems to be there, but on new article content created there is no title showing.
How do I show the node titles for articles?
Thanks
Tue, 09/09/2014 - 04:40
#1
Node Titles not showing
Worked it out. Used the sames styling as image nodes.
<div class="row gallery-single">
<div class="col-sm-12">
<h2 class="block-header"><?php print $title; ?></h2>
</div>
</div>