I am using the Extended body plugin on my blogs to show a sticky post. I'd like to remove the date for this one post.
What code would I need to add to the Customfields to allow this?
Thanks for any help
None. You can to that in your template's entries.tpl. Most templates usually do this. To be exact, they replace the date with a note "Sticky posts" for, well, sticky posts.Maccsta wrote:I am using the Extended body plugin on my blogs to show a sticky post. I'd like to remove the date for this one post.
What code would I need to add to the Customfields to allow this?
Code: Select all
{if not $dategroup.is_sticky}
{/if}