Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

page specific head tag


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Jul 26, 2012, 01:56 PM
cway
 
148 posts · Jul 2009
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
  #2  
Old Jul 26, 2012, 02:31 PM
juggledad's Avatar
juggledad
 
20,145 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
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

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] post-specific header image w/ css insert (page-specific ones work, but not o viewdesigninc Header configuration & styling 10 Oct 1, 2012 03:43 PM
How to add code to head of single page/post? megavolt Center area post/pages 10 Aug 29, 2012 01:14 PM
CSS all dumped into the <head> of the files. Why? timware Atahualpa 3 Wordpress theme 17 Dec 12, 2010 05:07 PM
[SOLVED] Where is &lt;HEAD&gt; ? denbert Header configuration & styling 2 Oct 4, 2009 11:55 AM
too many /head incidences tekdiver500ft Header configuration & styling 1 Apr 8, 2009 08:48 AM


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


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