Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Unfortunately single event display is not supported.

    But you can cut off text at 56 words changing the_content into the_excerpt in both shortcode files.

    $output .= $content = apply_filters( 'the_excerpt', get_the_excerpt() );

    And create an additional page with all event text on it.

    Guido

    Thread Starter jacoba10

    (@jacoba10)

    Hi Guido,

    Well when you create an event then it creates a page for it with a url. Wouldn’t it be possible to just refer to that page in a “read more” functionality?

    Jacob

    Plugin Author Guido

    (@guido07111975)

    Hi,

    I cannot change the read more because users might already use this feature to link to another page or website.

    In last version I’ve added single event feature and in next version I will add switch at settingspage to display excerpt or whole content in frontend.

    Guido

    Plugin Author Guido

    (@guido07111975)

    Closing this topic because of no replies.

    Guido

    Thread Starter jacoba10

    (@jacoba10)

    I’ve seen the latest feature in the update. That’s great.
    It would still be amazing with a “read more” functionality, when you have switched on the excerpt ability in the setting page.

    Best Jacob

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Read more’ is closed to new replies.