Sean,

JQuery in WP 2.3.2 is up to version 1.1.4. I imagine at WP 2.5 it will
move to v1.2.x.

In your header file (header.php) you need to add the following line
BEFORE
the line that reads <?php wp_head(); ?>.

<?php wp_enqueue_script('jquery'); ?>

so that it reads:

<?php wp_enqueue_script('jquery'); ?>
<?php wp_head(); ?>

This page 
http://scratbycoastalerosion.org.uk/gallery/?photoset_id=72157603031152209&view=slideshow
from one of my Websites is using enqueued jQuery and the Cycle plugin
for a gallery.

My own shameless plug.
Gerry


On Jan 7, 7:42 pm, Sean O <[EMAIL PROTECTED]> wrote:
> Ben, Jim, thanks for the replies.
>
> I was ready to just hack it in myself, but I haven't worked with Wordpress
> in quite some time and remember it being fairly fragile.  I'll give your
> code a shot, Benjamin.
>
> >>Shameless plug for my wife's site:  http://www.yourdoorandmore.com/
>
> @Jim: my wife is looking for this very thing - a pen & ink drawing of her
> childhood home.  Can you work with photographs? (we're in PA)  Contact me
> off list:  seanodotcom -at- yahoo -dot- com
>
> Thanks,
> SEAN
>
> Priest, James (NIH/NIEHS) [C] wrote:
>
>
>
>
>
>
>
> >> -----Original Message-----
> >> From: Benjamin Sterling [mailto:[EMAIL PROTECTED]
>
> >> Not sure how to include what they have in the core, but I
> >> think it is out of date anyways.
>
> > I didn't even mess with trying to get whatever is included working - I
> > didn't want to get stuck using an old version, etc.  I just dumped
> > jQuery in the root of my site and called it in my template header.php...
>
> > Shameless plug for my wife's site:  http://www.yourdoorandmore.com/
>
> > I want to next build a little gallery using the cycle plugin w/pager as
> > well...
>
> >http://www.malsup.com/jquery/cycle/pager3.html
>
> > Jim
>
> --
> View this message in 
> context:http://www.nabble.com/Using-jQuery-in-Wordpress-tp14672948s27240p1467...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.- 
> Hide quoted text -
>
> - Show quoted text -

Reply via email to