Problem:
pass value of a post:custom field thru to next page as a hidden parameter
Solution:
Toolset uses the WordPress standard to store the custom fields. The custom post type custom fields will be saved to postmeta table.
You will have to check how you can get the custom field value either using the get_post_meta() function but to get the custom field value you will require the post ID. You have to find how you will pass the post ID so that based on the passed post ID you can get any custom field value using get_post_meta() function based on the passed post ID.
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Kolkata (GMT+05:30)
This topic contains 2 replies, has 2 voices.
Last updated by 3 years, 5 months ago.
Assisted by: Minesh.