Gamezine With WordPress 2.9
-
Hi, i am using the theme http://www.web2feel.com/gamezine-theme/ and i upgraded my blog to 2.9, and then the Glider stoped working…
The code of the Glider :
<script type=”text/javascript”>
featuredcontentglider.init({
gliderid: “glidercontent”,
contentclass: “glidecontent”,
togglerid: “togglebox”,
remotecontent: “”,
selected: 1,
persiststate: true,
speed: 300,
direction: “leftright”,
autorotate: true,
autorotateconfig: [10000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})</script>
<div id=”glidercontent” class=”glidecontentwrapper”>
<div id=”togglebox” class=”glidecontenttoggler”>
</div>
<?php
$glidecat = get_option(‘gamz_gldcat’);
$glidecount = get_option(‘gamz_gldct’);
$my_query = new WP_Query(‘category_name= ‘. $glidecat .’&showposts= ‘. $glidecount . ”);
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID;
?><div class=”glidecontent”>
<div class=”glidemeta”>
<h2>” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
<?php the_content_rss(”, TRUE, ”, 40); ?>
</div><?php $feature = get_post_meta($post->ID,’feature’, true); ?>
” title=”<?php the_title(); ?>” > <img src=”<?php echo ($feature); ?>” width=”620″ height=”220″ alt=”<?php the_title(); ?>”/></div>
<?php endwhile; ?></div>
<div class=”clear”></div>
What must do for get back to work ?
Thx
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
- The topic ‘Gamezine With WordPress 2.9’ is closed to new replies.