Closed jvkrakowski closed 4 months ago
You get the options based on the ID of the page your creating:
This comes from the page definition:
Once you have the options stored in a variable, you can call them by referencing the ID used in the fields:
These are some examples of the definitions including the field IDs:
Displaying the value would be done with echo
or print
:
echo $date;
print $date;
Hi @jvkrakowski Did you fixe your problem ? Can you close this issue ?
I've tried everything to get the value of the settings to display. I want to display the value on the front end via a page template, but nothing I'm doing works. Maybe I'm doing something wrong, can someone show me how they got theirs to work?