Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Field Checkboxes #9

Open
ntarantino opened this issue Dec 29, 2014 · 4 comments
Open

Custom Field Checkboxes #9

ntarantino opened this issue Dec 29, 2014 · 4 comments

Comments

@ntarantino
Copy link

Thankful first of all for all of this new development! This is great! When I select custom field and if the field is a checkbox, the only info that gets displayed is ARRAY. Any chance to get the array to display values?

@ntarantino
Copy link
Author

Debug
SELECT SQL_CALC_FOUND_ROWS arp_posts.post_title, arp_posts.ID, arp_posts.post_parent, arp_posts.post_name, arp_posts.post_author, arp_posts.post_type
FROM arp_posts
WHERE 1=1
AND arp_posts.post_type = 'reps'
AND ((arp_posts.post_status = 'publish'))
ORDER BY arp_posts.post_name ASC
LIMIT 0, 10

screen shot 2014-12-29 at 13 36 01

@michael-cannon
Copy link
Owner

You're welcome. There could be many causes for why ARRAY is coming through. However, it'd be best if you could spin up a dev site for me to look at and debug through. If it's possible, please email the access details to [email protected].

@michael-cannon
Copy link
Owner

This is a public forum. Please email me a new set of credentials to [email protected].

@michael-cannon
Copy link
Owner

Thank you for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants