Thread Starter
jrWP
(@jrwp)
I tried adding gid=”1″ to the code and it worked.
i modified the helpers.php file to include ‘tags_input’ => fm_summary_get_item_value(‘nickname’) .This worked perfectly and i could filter my posts by clicking on the tag name in any post.
code below and above the tag_input looks like this:
‘post_author’ => 1,
‘tags_input’ => fm_summary_get_item_value(‘location’),
‘post_category’ => array($formInfo[‘publish_post_category’])
);
hi millo,
Great that you manage to get it working. I am also looking for a similar solution but i am not an expert like you. Could you please share the solution in a “for dummies” form? I tried inserting the above piece of code in the fm-form-default.php file and replaced “nickname” with my field nick name. Should i modify anything in functions.php?`Where can i find this file? Thanks in advance.