• Hi.

    The plugin was not showing the title, description and keywords in post list view for my custom post types. I had to change line 170 from:

    add_action(“manage_posts_custom_column”, ‘aioseop_mrt_pccolumn’, 10, 2);

    to:

    add_action(“manage_{$post_type}_posts_custom_column”, ‘aioseop_mrt_pccolumn’, 10, 2);

    Hope that helps.

    Rich

    http://wordpress.org/extend/plugins/all-in-one-seo-pack/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title, description and keywords in custom post type list view’ is closed to new replies.