Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 20th, 2012  |  syntax: None  |  size: 0.65 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {exp:comment:entries channel="MY_CHANNEL_NAME entry_id="{embed:the_entry_id}" sort="asc"}
  2.     <wp:comment>
  3.     <wp:comment_id>{comment_id}</wp:comment_id>
  4.     <wp:comment_author><![CDATA[{name}]]></wp:comment_author>
  5.     <wp:comment_author_email>{email}</wp:comment_author_email>
  6.     <wp:comment_author_url>{url}</wp:comment_author_url>
  7.     <wp:comment_date_gmt>{comment_date format="%Y-%m-%d %H:%I:%S"}</wp:comment_date_gmt>
  8.     <wp:comment_content><![CDATA[{comment}]]></wp:comment_content>
  9.     <wp:comment_approved>1</wp:comment_approved>
  10.     <wp:comment_type></wp:comment_type>
  11.     <wp:comment_parent>0</wp:comment_parent>
  12.     </wp:comment>
  13. {/exp:comment:entries}