19 Feb 13

- Tagged in "Functions" / Page 4 -

the_field()

Displays the value of a specific field.

Continue Reading

19 Feb 13

update_field()

Updates the value of a specific field.

Continue Reading

19 Feb 13

the_sub_field()

Displays the value of a specific sub field.

Continue Reading

19 Feb 13

Shortcode

Used within a content editor to display a custom field’s value.

Continue Reading

19 Feb 13

has_sub_field()

Loops through rows of a Repeater or Flexible Content field.

Continue Reading

19 Feb 13

get_sub_field()

Returns the value of a specific sub field.

Continue Reading

19 Feb 13

get_row_layout()

Returns the current row layout name within a have_rows() loop.

Continue Reading

19 Feb 13

get_field_object()

Returns the settings of a specific field.

Continue Reading

19 Feb 13

get_fields()

Returns an array of field values (name => value) for a specific post.

Continue Reading