MovableType Template Hints: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== add metadata of each entry ==
== add metadata of each entry ==
Individual Entry Archive
Individual Entry Archive(單篇彙整)
<pre>
<pre>
<meta name="author" content="<$MTEntryAuthorDisplayName$>" />
<meta name="author" content="<$MTEntryAuthorDisplayName$>" />
Line 9: Line 9:
== add link of Edit the entry ==
== add link of Edit the entry ==
Individual Entry Archive
Individual Entry Archive
* add the following line to the template named ''Individual Entry Archive''(單篇彙整)
 
  <a href="<$MTCGIPath$>mt.cgi?__mode=view&amp;_type=entry&amp;id=<$MTEntryID$>&amp;
  <a href="<$MTCGIPath$>mt.cgi?__mode=view&amp;_type=entry&amp;id=<$MTEntryID$>&amp;
  blog_id=<$MTBlogID$>" title="Edit this entry"><I>ψ</I></a>
  blog_id=<$MTBlogID$>" title="Edit this entry"><I>ψ</I></a>

Revision as of 20:52, 19 November 2005

add metadata of each entry

Individual Entry Archive(單篇彙整)

<meta name="author" content="<$MTEntryAuthorDisplayName$>" />
<meta name="copyright" content="Some Rights Reserved. <$MTBlogCCLicenseURL$>" />
<meta name="keywords" content="<$MTEntryKeywords$>" />

add link of Edit the entry

Individual Entry Archive

<a href="<$MTCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$MTEntryID$>&
blog_id=<$MTBlogID$>" title="Edit this entry">ψ</a>

Related: BlogLinks