Custom fields enable users to add extra, specific data fields to their content, allowing for more detailed and flexible content management.
Use get_field() function in your template.
<?php echo get_field('field_name', $p->raw);?><?php echo get_field('field_name', $author->raw);?>| Type | |
|---|---|
| Post | |
| Page | |
| Subpage | |
| Profile |