• Resolved jana11

    (@jana11)


    I am trying to include an excerpt. I have the following shortcode, but the excerpt does not show up:
    [wpp range=”weekly” excerpt_length=”50″]

    Can you help please?

Viewing 1 replies (of 1 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there!

    By default, the shortcode won’t display the excerpt unless you explicitly include it into the HTML output. To do so, use the post_html to add the {excerpt} content tag:

    [wpp range='weekly' excerpt_length=50 post_html='<li>{thumbnail} {title} <span class="wpp-excerpt">{excerpt}</span> {stats}']

    For more parameters and examples, please check Settings > WordPress Popular Posts > Parameters.

Viewing 1 replies (of 1 total)
  • The topic ‘excerpt does not show up’ is closed to new replies.