Executing PHP function within [each] tags
-
I have a function to navigate between custom post types. I want to have more the so for when I am listing mutliple items from the same field, I can have next and previous links for all people listed. For example, this is how it would theoretically look:
[each author]
{@author_name}
Next by {@author_name} Previous by {@author_name}
[/each]The function however has to have multiple fields passed to it.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Executing PHP function within [each] tags’ is closed to new replies.