Support

Account

Home Forums Backend Issues (wp-admin) How can I dynamically filter the list of posts? Reply To: How can I dynamically filter the list of posts?

  • Hi @ebud

    Can you turn on DEBUG MODE and debug what:

    
    wp_get_post_categories($post->ID)
    

    produces?

    Perhaps debug $post as well to make sure it is the correct value you are expecting.

    You can set a max setting for the relationship field too.

    Thanks
    E