Leif Kayser, and lesser-known but no less esteemed Danish composer. His style is detailed, neo-classical and with great attention to harmony and melody. The arabesques are suitable for young and old players.
Here is the rendition of Frode Haltli
function verplaats_programmaentree_metabox() { // Verplaats de metabox naar de 'normal' context met hoge prioriteit remove_meta_box('jet-cpt-programmaentree', 'page', 'normal'); // Pas 'page' aan naar jouw post type indien nodig add_meta_box( 'jet-cpt-programmaentree', 'ProgrammaEntree', 'jet_cpt_programmaentree_callback', // Deze functie moet je mogelijk aanpassen naar de juiste callback 'page', // Pas dit aan naar jouw post type 'normal', 'high' ); } add_action('do_meta_boxes', 'verplaats_programmaentree_metabox');
Skip to content