• Latest
0 votes
Allow the Format tag to trim characters from the beginning and end of a string

original thread on the forum:discourse.tangible.one/t/removing-the-https-from-a-url-field/955 Description:“In php (ACF) I do this: $website = get_field(‘website’);$website_nice = parse_url( $website, PHP_URL_HOST ); Wondering if there’s something that will do the same thing in L&L? I have tried the Format tag which works great but it still retains the trailing / which the php code removes.“ This could be…

Live 0 comments
0 votes
Please provide premade templates

Please provide premade templates, with layouts and styles. Such as– display 10 recent posts in grid format– display 10 recent posts based on current category or search– display recent posts based of post assigned categories.

Live 0 comments
0 votes
Allow for dynamically adding HTML attributes that don't accept a value

As requested by @julia here: discourse.tangible.one/t/best-approach-to-conditionally-adding-an-html-attribute/142 And @markofapproval here: discourse.tangible.one/t/how-to-i-dynamically-output-the-selected-attribute-for-the-html-select-options-tags/674

Live 0 comments
0 votes
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…

Live 0 comments