Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,541
- How-to & Troubleshooting
- 127,775
- Creating & Extending
- 25,648
- Requests & Feedback
- 9,391
- Third Party Plugins
- 9,713
- Showcase
- 3,317
- Ideas
- 1,329
- Miscellaneous
- 8,842
-
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