Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hello,

    The following will display the excerpt if it exists; if not, then it will show the post content up to 25 words by default.

    [field excerpt]

    In the newest update, I added a condition to check for existence of post excerpt. So, inside a loop, you can do:

    [if field=excerpt]
      Excerpt exists: [field excerpt]
    [else]
      Excerpt doesn't exist: [content]
    [/if]
    Thread Starter NikkaG

    (@nikkag)

    Thanks!
    Sorry to ask you something that I now read in the plugin documentation.

    Your plugin in really powerful!
    NikkaG

    Plugin Author Eliot Akira

    (@miyarakira)

    No problem, I’m glad to hear you like it. The documentation is not easy to read, so when I find some time, I’d like to make a collection of examples to show different features. Please don’t hesitate to ask any questions – for me it’s good feedback to see how I can improve the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show the post content when the excerpt is empty’ is closed to new replies.