[SOLVED] News - {$entry->moreurl} on Detail Template
Posted: Fri Apr 25, 2014 11:56 pm
Hi everyone,
I definitely must be missing something, but don't know what. I'm trying to create social media links by doing this:The thing is that {$entry->moreurl} works perfect on Summary Template, but not on Detail Template. Is there a way to accomplish this?
Thanks in advance for any help on this.
I definitely must be missing something, but don't know what. I'm trying to create social media links by doing this:
Code: Select all
<a href="https://twitter.com/home?status={$entry->moreurl}" target="_blank"></a>Thanks in advance for any help on this.