I see that the academy says Bricks supports Options Pages made with Jet Engine, yet I don’t see a way to do this. Does anyone know how I can add in content taken from options page? I did see a youtube video using a php echo tag but wonder if there’s a direct way to do this without doing that, like something from bricks dynamic tag and jet engine.
I don’t use JetEngine, but use MetaBox AIO which has an options page. When you have data within the options/settings pages you can call it like any other dynamic data.
Below you can see I click the dynamic data icon on the right, then in the dropdown you see the site_settings, then I choose the custom field data I want to display.
That’s what I was looking for as well but don’t see any jet Engine options settings.
I was trying to find a workaround using {JE_macros} but there isn’t any documentation on this that i could find
Are you able to show us how you have your options page setup? Screenshot? Video?
I was able to figure it out by using the macro, took a little tinkering, but using something like this {je_macros: %option_value|business-info::email%} where email was what the value of the option field meta value and business-info is what the options slug url was, it worked perfectly!
Tinkering can do sometimes, nice work! =]
indeed, it does. Thank you!
