You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ever since its introduction the [wpp] shortcode will not render the excerpt even if the user sets its length via excerpt_length as instructed. This is confusing because the user doesn't know that they also need to add the {excerpt} Content Tag somewhere in their shortcode via post_html.
Let's review this part of the code so that:
Using the post_html isn't necessary anymore to render the excerpt.
Nothing breaks for already-in-use [wpp] shortcodes out there to avoid negatively impacting the layout(s) people are using out there with this shortcode.
The text was updated successfully, but these errors were encountered:
cabrerahector
changed the title
[wpp] shortcode won't render the exceprt unless we explicitely add it to the HTML code via post_html
[wpp] shortcode won't render the excerpt unless we explicitely add it to the HTML code via post_html
Oct 4, 2023
Ever since its introduction the
[wpp]
shortcode will not render the excerpt even if the user sets its length viaexcerpt_length
as instructed. This is confusing because the user doesn't know that they also need to add the{excerpt}
Content Tag somewhere in their shortcode viapost_html
.Let's review this part of the code so that:
post_html
isn't necessary anymore to render the excerpt.[wpp]
shortcodes out there to avoid negatively impacting the layout(s) people are using out there with this shortcode.The text was updated successfully, but these errors were encountered: