How to get meta data from custom category name

I want to get meta data by custom post type category name.

Right now i am getting all meta data but i want specific for each category

$partSql = $wpdb-get_results("SELECT * FROM ".$wpdb-prefix."postmeta WHERE meta_key = 'prd_part_no'", ARRAY_A);

Topic posts customization Wordpress

Category Web


You can use the get_post_meta function in wordpress to achieve this, that's a link get_post_meta to it in the wordpress codex.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.