Support

Account

Home Forums Backend Issues (wp-admin) Adding ACF Fields to Post Listing (wp-admin/edit.php) Reply To: Adding ACF Fields to Post Listing (wp-admin/edit.php)

  • You’re using the wrong hooks for your filter and action. The first link gives these hooks.

    The hook that you need to use to add columns is

    manage_posts_columns

    and the hook for the column content is

    manage_posts_custom_column