Collapsing a post error
-
Hi i cant seem to work out the problem why collapse o matics not working – Im pretty sure the jQuery is not being pulled in as the css is coming up – Ive tried <script> in the header.
Here is my code<?php query_posts('category_name=services&post_status=publish,future&order=ASC');?> <ul><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <li><h4 class="collapseomatic colomat-close"><?php the_title(); ?></h4> <div id="target-<?php the_ID(); ?>" class="collapseomatic_content "> <?php the_excerpt(); ?></div> </li> </ul><?php endwhile; else: endif; ?>Any help would be muchly appreciated, its a great plugin and really saves me a lot of time at work. Cheers all
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Collapsing a post error’ is closed to new replies.