Where can i find the field for pagetitle under the tab meta in Edit page?
I can find Description & Keywords but i cant find title iguess im blind :)
Where can i find the field for pagetitle under the tab meta in Edit page?
I can find Description & Keywords but i cant find title iguess im blind :)
jed@dkis.dk wrote:
Where can i find the field for pagetitle under the tab meta in Edit page?
I can find Description & Keywords but i cant find title iguess im blind :)
Its part of the Dublin Core XML found in Dynamic.mdb, Page table in field PageDublincore. The value is found in the PageDublincoreTitle node.
You can access the value in your code:
PageView.Page.Value("PageDublincoreTitle")
np wrote:
jed@dkis.dk wrote:
Where can i find the field for pagetitle under the tab meta in Edit page?
I can find Description & Keywords but i cant find title iguess im blind :)
Its part of the Dublin Core XML found in Dynamic.mdb, Page table in field PageDublincore. The value is found in the PageDublincoreTitle node.
You can access the value in your code:
PageView.Page.Value("PageDublincoreTitle")
Thanks Nicolai :)
You must be logged in to post in the forum