techutopia
Total posts: 202
16 Sep 2014 14:52

Is there something like an id or key for this please? Thanks, Dale.

Last Modified: 17 Sep 2014


Sergey
Total posts: 13,748
17 Sep 2014 01:23

Depends where you want that information. In record template or where? Give me more details of what you what to acomplish.


techutopia
Total posts: 202
17 Sep 2014 01:48

Hi,

Thanks for reply.

It is in a record list template ... specifically a copy of default_list_default.php.

Ta.

Dale.


Sergey
Total posts: 13,748
17 Sep 2014 08:34

Try to see

var_dump($item->fields_by_id[12]->value);

Where 12 is the field of geo field.

You will see there. It will be something like

$item->fields_by_id[12]->value['position']['marker']
Powered by Cobalt