Dear Ian,
I’m sorry, but i dont get it right.
I can paste the text:
function setBGMPStyle()
{
wp_deregister_style( 'bgmp_style' );
wp_register_style(
'bgmp_style',
get_bloginfo('template_url') . '/bgmp-style.css'
);
wp_enqueue_style( 'bgmp_style' );
}
add_action('init', 'setBGMPStyle');
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
but i don’t know where in the functions.php
I made a empty .css and i put it in my theme directory (there is already a style.css),
please help me one more time?
greets peter