I have a post_meta “thevoters” that store users ids like: 1,2,20 …etc,
How i can turn this id’s to User Names to list them in a single page?
This will echo the numbers as text,
echo get_post_meta(get_the_ID(), "thevoters", true);
any help?
thanks a lot!
1 comment