Accessing simple-fields in get_posts loop
-
I can access the simple-fields values via:
%p.event-description= simple_fields_value(‘test’)
in the main have_posts() loop, however when I’m using:
– $recent_events = get_posts(…)
The simple_fields_value(‘test’) does not retrieve my simple fields value. Any ideas how to get this to work in my secondary loop?
Thanks for looking!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Accessing simple-fields in get_posts loop’ is closed to new replies.