How to change the page title from umbraco backend?
Hi,
I want to change the page title from backend. i found the page title tag in umbraco.aspx but it update the page title for few second after that it load title from unkown side.
Could you give a few more details about your set up? I dont think you should need to edit the umbraco.aspx page but if you clarify what it is you are trying to acheive we can try and find a solution
A simple soltion is to use the node name on the current node that you are standing on in your page. This can be achieved by goin to you template and inserting the following piece of code:
It's an easy way of creating some dynamic titles on your site. The best way, in my mind, of dealing with title-tags is actually to create a meta-title property on your document types and then make some different fallback methods if the the admins doesn't fill out this field. But try the above solution at first to see if that makes sense to you.
How to change the page title from umbraco backend?
Hi,
I want to change the page title from backend. i found the page title tag in umbraco.aspx but it update the page title for few second after that it load title from unkown side.
Hi Mahmood,
Could you give a few more details about your set up? I dont think you should need to edit the umbraco.aspx page but if you clarify what it is you are trying to acheive we can try and find a solution
Best
L
Hi Mahmood
A simple soltion is to use the node name on the current node that you are standing on in your page. This can be achieved by goin to you template and inserting the following piece of code:
It's an easy way of creating some dynamic titles on your site. The best way, in my mind, of dealing with title-tags is actually to create a meta-title property on your document types and then make some different fallback methods if the the admins doesn't fill out this field. But try the above solution at first to see if that makes sense to you.
/Kim A
is working on a reply...