Skip to content

add ability to set num_words in settings #3

@chrillep

Description

@chrillep

https://developer.wordpress.org/reference/functions/wp_trim_words/

wp_trim_words( string $text, int $num_words = 55, string $more = null )

<?php echo wp_trim_words(esc_html($item->Intro ?: $item->Body)); ?>

 <?php echo wp_trim_words(esc_html($item->Intro ?: $item->Body), $num_words); ?> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions