By timwhelanatl on
Okay - long story short. I am editing a content type for a page to customize the output.
I removed print $content and the added print specific fields --
print "<div style='margin-top: 40px;' id='instructor-course-listing'>" . $node->content['body']['#value'] . "</div>\n";
Well, when I do that I can not edit the page. Why is that? and how can I edit the output of $content without losing the edit capability?
Please help, this is beyond me and I am not finding anything to help figure it out.
Many Thanks
Tim
Comments
So it ended up being an easy
So it ended up being an easy solution.
Create a node-pagetype.tpl.php tempalte page.