WordPress: Create a dropdown list with Custom Post Type
Custom post type => Comparison
Each post has a compare item name as a title.
You want to create a compare item dropdown list. Here you can do it like this.
function.php
<?php
$compare = 101; //ID of default item that show up as selected
$no...
yukiprod.hashnode.dev1 min read