Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: looking for some help with jquery, I’m really getting lost with this…


Sven Lehnert
Participant

@svenl77

Hi guys,

Thanks a lot for your help, with this knowledge, I found the way. Looks like it works now without bad site effects. :-)

That’s what I do now.
`
function seopress_js() {

if( ! isset( $_GET ) )
return;

if( $_GET == ‘seomenue’ || $_GET == ‘bp_seo_general_page’ || $_GET == ‘bp_seo_plugins’ ) {
wp_enqueue_script(‘jquery’);
wp_enqueue_script(‘jquery-ui-tabs’);
}

}
`

Thanks a lot, Sven

Skip to toolbar