<$mt:EntryKeywords$>
Outputs the value of the keywords field for the current entry in context.
Example:
<meta name="Keywords" content="<$mt:EntryKeywords _default="default keywords go here"$>" />
This page was last updated on 2010-10-13, 18:03.
abbas
April 20, 2010 5:10 AM | Reply
hi i used this code but get error
where place i must use it? i used between metatags for example:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="keywords" content="<$mt:PageKeywords$>" /> <meta name="robots" content="index,follow" />
but get error help me please. thanks.
Dave Aiello
replied to comment from abbas
October 13, 2010 6:05 PM | Reply
mt:PageKeywords is probably only going to work in the context of a Movable Type page. You need to use mt:EntryKeywords in an entry context.
GK
November 8, 2010 7:39 AM | Reply
Hi i used this code to retrieve image path in xml file as mentioned below:
but it don't display any path.
Please help me.