Because it’s meta data, you can’t query it using ‘custom-write-panel-id’. Instead, try this:
<?php $featured = new WP_Query(); ?>
<?php $featured->query('_mf_write_panel_id=1'); ?>
You can look in the database table wp-postmeta to find any column names you want to query on.
Thread Starter
yaunus
(@yaunus)
bump… (need to resolve this for a client and I’m stumped).
thanks guys.