• Hello,

    I have created one custom field to admin side – which is a select dropdown – that contains a list of specific custom post type.

    So, when i have logged in as an administrator of the site – i can get all posts in list to select the option but when i have tried by login as a editor – the list was of only those posts – which are belong to the same access group as assigned to that editor user.

    So, here my question comes in – that is there any possibility that for that perticular select box – i can do any custom query or use any custom UAM hook that will allow me to show all the posts in that select box options for all logged-in users irrespective of their access group.

    Let me know if you want more details.

    Note: I have tried by using simple $wpdb query but it gives listing of related posts only not all.

The topic ‘Custom Post type Posts Listing’ is closed to new replies.