Hi Im working with Sharepoint 2013 Community site, i have added a custom column in discussions list but when I go to discussions page(Topic.aspx) I cannont view that custom column.
Is it possible to display a custom field in Topic.aspx page through sharepoint designer? I tried to edit Topic.aspx page Sharepoint designer, I added the custom field like this:
<ViewFields>
<FieldRef Name="customField"/>
</ViewFields>
So I have added the reference of the field, but I dont know how to display in that page Can anyone please help me
Thank You.