I'm a noobie and I have a question that's probably very simple to many people. I'm using Advanced Custom Fields, and WP Data Tables (/).
I made a custom post type "PC", and custom fields "CPU". "CPU"'s field type is Post Object, and it points to a Woocommerce product.
So when I make a table with WP Data Tables, I put the "CPU" custom field as one of the columns. But it just shows the post ID of the product, not the name or the link to the product. I want it to show the name of the custom field and link it to the Woocommerce product. How can I do that?
Thank you, Andrew