cp files from server filezilla
Filter tabs on Home Page – Documentation (wow-company.com)
take bck
edit :
functions.php, add to the end
// https://docs.wow-company.com/themes/iknowledgebase/filter-tabs-on-home-page/
// 16.10.2023 jekl
function iknowledgebase_home_panel_tabs_filter($tabs) {
$tabs = array(
'date' => esc_attr__( 'New', 'iknowledgebase' ),
'subcats' => esc_attr__( 'Subcategories', 'iknowledgebase' ),
'comment_count' => esc_attr__( 'Popular', 'iknowledgebase' ),
);
return $tabs;
}
add_filter( 'iknowledgebase_home_panel_tabs', 'iknowledgebase_home_panel_tabs_filter' );
Drag it over to the folder