Ppl. help me))
the function get_meta_post() is returning the id of curent post; how i can fix it?
for exmple:
get_post_meta (7,'img','true'); will return 7...
my wordpress is 2.7 ver.
Ppl. help me))
the function get_meta_post() is returning the id of curent post; how i can fix it?
for exmple:
get_post_meta (7,'img','true'); will return 7...
my wordpress is 2.7 ver.
get_meta_post(7,'img',true);
Its get_post_meta not get_meta_post
You must log in to post.