Show site structure
Custom Content Shortcode has a useful feature to “View your site’s content structure”. It would be useful to have something similar to Loops & Logic (L&L), and to show the L&L shortcode to access each available field.
Solve issue with Beaver Builder preview and current post
discourse.tangible.one/t/issue-with-beaver-builder-preview-when-adding-templates-with-acf-relationship-loop-to-a-layout/646
Content “split” with search/replace
Custom Content Shortcode has a “split” feature to get different parts of a string based on the nth occurrence of a specified character. It would be nice to have the same option in Loops & Logic, but enhanced to: Extract a substring, eg. [string, start, end]Option to start selection from the start or end of…
Add logic to test count in loops
Add logic so that users can modify loop output based on count:– Test for specific instance– Test for Even and Odd– Support for interval and offset like CSS nth-child selector ie. 3n + 1