Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mahmood 28 posts 48 karma points
    Jun 14, 2011 @ 14:44
    Mahmood
    0

    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. 

  • Lachlann 344 posts 626 karma points
    Jun 14, 2011 @ 18:23
    Lachlann
    0

    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

  • Kim Andersen 1447 posts 2196 karma points MVP
    Jun 19, 2011 @ 21:00
    Kim Andersen
    0

    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:

    <title><umbraco:item id="Item1" runat="server" field="pageName"></umbraco:item></title>

    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

Please Sign in or register to post replies

Write your reply to:

Draft