<$mt:EntryEditLink$>

This template tag was obsoleted. You can display "Edit Link" by the following code. It is recommended to check viewer's session cookie to detects whether or not a user is signed in before showing the edit link.

<a href="<$mt:cgipath$><$mt:adminscript$>?__mode=view&_type=entry&id=<$mt:entryid$>&blog_id=<$mt:entryblogid$>">edit</a>

A link to edit the entry in context from the Movable Type CMS. This tag is only recognized in system templates where an authenticated user is logged-in.

Attributes:

  • text (optional; default "Edit")

    A phrase to use for the edit link.

Example:

    <$mt:EntryEditLink$>
This page was last updated on 2010-08-31, 23:49.

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.