LJ-Cut Tag
From No LJ Ads Wiki
The <lj-cut> tag allows you to hide part of an entry on all views except the entry view.
The following:
<lj-cut>moo</lj-cut>
Will render as:
| Non-EntryPage | EntryPage |
|---|---|
| ( Read more... ) | moo |
The following:
<lj-cut text="moo">moo</lj-cut>
Will render as:
| Non-EntryPage | EntryPage |
|---|---|
| ( moo ) | moo |
Alternate markup includes the following:
<div class="ljcut">moo</div> <div class="ljcut" text="moo">moo</div>

