Displaying Custom Fields from SCF in page.php
-
In Advanced Custom Fields (ACF), field values are outputed using functions like
the_field()orget_field().I’m currently using Secure Custom Fields (SCF) and wondering:
How do I properly link or display a custom field created with SCF in my
page.phptemplate file?Is there an equivalent function to ACF’s
the_field()orget_field()in SCF? Also, how do I make sure the field is correctly attached to the page so it displays in the template?Any guidance or example code would be appreciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.