Sorry if this is a really simple question. I am sure I am missing something very basic. Anyway: I have just installed a new Sitecore 7 site, and I am just trying to add a new field to the "Sample Item" template. I have added a field called "title2", with a type "Single-Line Text".
I created a new page with this template under home, field in the fields including "title2" and published. Inside my "sample rendering.xslt" file, I added a section to display the new field,
<div>
<sc:text field="title2"/>
</div>
Yet when I view the page, it won't display the new field. If I change "title2" to "title", it displays.
What am I missing here?