Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   page specific head tag (http://forum.bytesforall.com/showthread.php?t=18059)

cway Jul 26, 2012 01:56 PM

page specific head tag
 
Is there somewhere to enter <head> tag content that will show just for a particular page?
I've got an accordion script that uses jquery-1.7.1.min.js and this is conflicting with the Nextgen Gallery.

WordPress 3.4.1
Atahualpa 3.7.7

juggledad Jul 26, 2012 02:31 PM

no you can't do it in the theme options, you will have to edit the code - function.php - change line 845 from
HTML Code:

                wp_enqueue_script('jquery');
to
HTML Code:

                if (!is_page(206)) {wp_enqueue_script('jquery');}
replacing 206 with the page ID you need


All times are GMT -6. The time now is 02:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.