![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I have a custom style I ported over from LJ. I'd like to update it to show crosspost links. Is there a crosspost link equivalent to $.metadata{"mood"} in the below code? Or is there somewhere else I should be looking for it?
if ($.metadata{"mood"}!="") { """<li><span class="entryMetadata-label">$*text_meta_mood:</span><span class="entryMetadata-content">"""; print $.metadata{"mood"}+$.mood_icon; """</span></li><br />"""; }
Many thanks for any assistance!
EDIT: Found it: "xpost". Now hacking away at my style.
if ($.metadata{"mood"}!="") { """<li><span class="entryMetadata-label">$*text_meta_mood:</span><span class="entryMetadata-content">"""; print $.metadata{"mood"}+$.mood_icon; """</span></li><br />"""; }
Many thanks for any assistance!
EDIT: Found it: "xpost". Now hacking away at my style.
no subject
Date: 2011-12-28 06:04 am (UTC)If you send me a message with your email address I'm happy to email you the full text of my layer so you can compare it with yours.