Support

Account

Home Forums General Issues Want Page ID in post_id Field Reply To: Want Page ID in post_id Field

  • Hi Jonathan. I tweaked my self i bit and made it work.

    The code you posted above works well if i change the following thing

    ‘compare’ => ‘=’

    TO

    ‘compare’ => ‘LIKE’

    But will you please let me know, what difference does it make. Will it cause me trouble in future for any particular scenario ?

    Also
    ‘orderby’ => ‘meta_id’,
    ‘order’ => ‘DESC’

    is not working.

    Thanks for your help so far.