Hey, I want the second options. get_post_meta()
If I am understanding your question correctly, you have a post meta which will return you your vehicle type and based on this you wish to create something like: $vehicle_type – My $vehicle type If you are not venturing into categorization of vehicle after vehicle type then the below mentioned code should work fine. foreach … Read more