MovableType Template Hints: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Edit the entry | == add metadata of each entry == | ||
Individual Entry Archive | |||
<pre> | |||
<meta name="author" content="<$MTEntryAuthorDisplayName$>" /> | |||
<meta name="copyright" content="Some Rights Reserved. <$MTBlogCCLicenseURL$>" /> | |||
<meta name="keywords" content="<$MTEntryKeywords$>" /> | |||
</pre> | |||
== add link of Edit the entry == | |||
Individual Entry Archive | |||
* add the following line to the template named ''Individual Entry Archive''(單篇彙整) | * add the following line to the template named ''Individual Entry Archive''(單篇彙整) | ||
<a href="<$MTCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$MTEntryID$>& | <a href="<$MTCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$MTEntryID$>& | ||
| Line 6: | Line 15: | ||
Related: [[BlogLinks]] | Related: [[BlogLinks]] | ||
[[Category:MovableType]] | [[Category:MovableType]] [[Category:Blog]] [[Category:Templates]] | ||
Revision as of 20:51, 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
- add the following line to the template named Individual Entry Archive(單篇彙整)
<a href="<$MTCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$MTEntryID$>& blog_id=<$MTBlogID$>" title="Edit this entry">ψ</a>
Related: BlogLinks