Search the Community
Showing results for tags 'rockpagebuilder'.
-
While using the page reference from vanilla processwire with Rock page builder, I have a hard time finding the right syntax. $link2 = $pages->find("page_reference_01=$page, sort=parent.sort, sort=sort"); Normally, I would use a line like this. But this does not quite work, as...
-
When working with the rock page builder if i know i want some markup untouched such as i want to do a array finding all children and putting and image, can i do this on a "template" as i normal would in ProcessWire or du i need to do it in the block? If doing it in the block the enduser could move...