Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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

page specific head tag


  #1  
Old Jul 26, 2012, 01:56 PM
cway
 
154 posts · Jul 2009
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
  #2  
Old Jul 26, 2012, 02:31 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



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 03:45 PM.


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