• Resolved danielewebadvice

    (@danielewebadvice)


    Hi there

    I think it is a great plugin, but it works fine on posts and portfolios, but it is not showing on the overview of the pages. If i edit a page, i can see the field to add a lable, but once i go back to the overview, the row “lable” is not showing.

    Best Regards
    Daniele

Viewing 1 replies (of 1 total)
  • Plugin Author Narendra Sishodiya

    (@narenin)

    Hi @danielewebadvice

    Thanks for sharing the details.

    Could you please try to add the given code to custom_labels_for_wp_posts > custom_labels_for_wp_posts.php file

    add_filter( 'manage_pages_columns', 'custom_label_add_id_column', 5 );
    add_action( 'manage_pages_custom_column', 'custom_label_id_column_content', 5, 2 );

    Please let me know if this working for you.

    Thanks & Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Not working on pages’ is closed to new replies.