Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,006
- How-to & Troubleshooting
- 129,530
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
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
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS