Dude, I love your quality tutorials and humor and I hope you don't stop updating it.
@xuamox5 ай бұрын
It wasn’t clear if we need to build the right column that displays categories and recent posts or is that being added automatically via widgets. Thanks!
@tiadelauria24886 ай бұрын
i made a template with this tutorial, but for some reason the content copies over onto every new post. anyone know how to fix that?
@PanelsUpSolar4 ай бұрын
I'm watching this in July 2024 ~ is the information still valid? My luck seems to be that I start doing step by step and then it's not the same. LOL
@AyrlonneGabi4 ай бұрын
You are incrible!
@HoMer-iw8cw Жыл бұрын
Another divi machine update, yet still the same mess in the code why dont you clean up your code before updating the plugin // // Add the custom columns to the cars post type: // add_filter('manage_cars_posts_columns', 'ST4_columns_cars_head'); // add_action('manage_cars_posts_custom_column', 'ST4_columns_cars_content', 10, 2); // // ADD TWO NEW COLUMNS // function ST4_columns_cars_head($defaults) { // $defaults['dealer'] = 'Dealer'; // return $defaults; // } // function ST4_columns_cars_content ( $column, $post_id ) { //
@DiviEngine Жыл бұрын
Its just commented out code in case we need while we are developing. We want to add more things to this feature so left this there in case we need. It is not a big deal right? How does it relate to this video?
@HoMer-iw8cw Жыл бұрын
@@DiviEngine as it relates to divi machine and this is .. cars // // Add the custom columns to the cars post type: // add_filter('manage_cars_posts_columns', 'ST4_columns_cars_head'); // add_action('manage_cars_posts_custom_column', 'ST4_columns_cars_content', 10, 2);