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
With the above, the RSS plugin will be parsed first. This will allow the content of the {content} variable to be available to the other, nested plugin: "word_limit".
Here is a much more complicated example that demonstrates both parsing orders in action.:
Description of the problem
I noticed a minor error in the docs when looking at the provided examples on this page:
https://docs.expressionengine.com/latest/templates/language.html#changing-parsing-order
https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/stability/docs/templates/language.md
The examples use the
{content}
tag, but this should be updated to be{item_content}
.as per RSS Parser documentation: https://docs.expressionengine.com/latest/add-ons/rss-parser.html
Updated 'Examples' Section
Replace {content} with {item_content}
Examples
Here are some examples to help illustrate the parsing order.:
With the above, the RSS plugin will be parsed first. This will allow the content of the {content} variable to be available to the other, nested plugin: "word_limit".
Here is a much more complicated example that demonstrates both parsing orders in action.:
The text was updated successfully, but these errors were encountered: