Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Adding Custom Sidebar Selection to Quick Edit

Home / Forums / Virtue Theme / Adding Custom Sidebar Selection to Quick Edit

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 8, 2018 at 11:37 am

Hi hannah/ben-
Do you know a way to get the Virtue Custom Sidebar Selection field to show up under the Quick/Bulk Edit options for posts?

I did find a plugin that will allow me to do this but I can’t seem to get it to work to display the list of custom sidebars.

The plugin in is here:

They indicate that I first need to get the custom sidebars added to the Post Columns but I can’t figure out what the kadence custom sidebar column would be called. Here is the code they suggest, do you know what would replace the ‘custom_stuff’ so that it would grab the custom sidebar data?

add_filter( ‘manage_post_posts_columns’, ‘my_manage_post_posts_columns’ );
function my_manage_post_posts_columns( $columns ) {
$columns[‘custom_stuff’] = esc_html__( ‘Custom Stuff’ );

return $columns;
}

Thanks,
John.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.