>From the beginning of my blogger days until now, I’ve been frustrated by the fact that when you viewed your blog and found something in it that you wanted to edit you had to go through an onerous number of commands and clicks in order to get to the edit post mode. First you went to Favorites, then to the Typepad folder, then to the “list post” url, then once in the TP list post screen you had to locate the specific post (if your post was beyond #20 then you had to navigate to the bottom of this screen in order to expand your post list to display 75), open it and begin the editing process.
So I wrote a ticket and asked for a dream come true…a link or button within the blog itself that would enable me to move with a single click from blog view into edit mode. Well, Brenna made my dream come true with the following code which you enter in the main index template somewhere after MTEntries (this only works in advanced templates):
<a
href=”https://www.typepad.com/t/app/weblog/post?__mode=edit_entry&id=<$MTEntryID$>&blog_id=<$MTBlogID$>”
target=”_new”>admin</a>
(thanks again, Authentic Geek for help with code display)
I decided to change the “admin” text to an asterisk (*) so that it would less obtrusive for the viewer. I’ve set this up and you can view it just above every post (except the most recent).
I should add that in order for this to work you must enable cookies and be logged into the TP site.
Leave a Reply