Patterns and Keywords in Query Loop
-
Query Loops don’t capture Pattern contents, hidden or not.
Add a sync’d Pattern, call it My Hidden Pattern. Into the pattern add a Custom HTML block.
<div hidden>xyz12345</div>
<div style:"display: none">xyz12345</div>
<div>xyz12345</div>Create a Page titled “The Loop”. In the Post add a Query Loop and filter on Keyword: xyz12345
Create a Page “Test One”. Add “My Hidden Pattern”.
Create a Page titled “Test Two”. In the Post add a Custom Html block with the content:
<div hidden>xyz12345</div>
<div style:"display: none">xyz12345</div>
<div>xyz12345</div>Result: The page “The Loop” displays “Test Two” (the hardcoded html), but “Not Test One” (the pattern).
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.