StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-18-2008, 08:50 PM
graphicsgeek graphicsgeek is offline
Registered User
 
Join Date: Oct 2008
Posts: 14
Default Featured #1, Featured #2 - still not working

I would have posted in the old post, but it was locked.

I've updated the tabber to show 6 unique categories.
http://www.valleybugler.com/

Only the sixth tab "Ha Ha seems to work"
Here is part of my tabber.php

What am I missing?
Thanks for your help

<div class="tabbertab">



<h2>Arts and Entertainment</h2>
<?php $recent = new WP_Query("cat=24&showposts=1&offset=1"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "homepage", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
[img]<?php bloginfo('template_url'); ?>/images/tabber.jpg[/img]" />
<?php endif; ?>
<h1><?php the_title(); ?></h1>
<?php the_content_limit(275, "[Read more...]"); ?>
<?php endwhile; ?>

</div>

<div class="tabbertab">



<h2>Did you Know?</h2>
<?php $recent = new WP_Query("cat=16&showposts=1&offset=2"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "homepage", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
[img]<?php bloginfo('template_url'); ?>/images/tabber.jpg[/img]" />
<?php endif; ?>
<h1><?php the_title(); ?></h1>
<?php the_content_limit(275, "[Read more...]"); ?>
<?php endwhile; ?>

</div>

<div class="tabbertab">



<h2>Geek Speak</h2>
<?php $recent = new WP_Query("cat=10&showposts=1&offset=3"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "homepage", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
[img]<?php bloginfo('template_url'); ?>/images/tabber.jpg[/img]" />
<?php endif; ?>
<h1><?php the_title(); ?></h1>
<?php the_content_limit(275, "[Read more...]"); ?>
<?php endwhile; ?>

</div>

<div class="tabbertab">



<h2>? of the Month</h2>
<?php $recent = new WP_Query("cat=1&showposts=1&offset=4"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "homepage", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
[img]<?php bloginfo('template_url'); ?>/images/tabber.jpg[/img]" />
<?php endif; ?>
<h1><?php the_title(); ?></h1>
<?php the_content_limit(275, "[Read more...]"); ?>
<?php endwhile; ?>

</div>

<div class="tabbertab">



<h2>Ha! Ha!</h2>
<?php $recent = new WP_Query("cat=7&showposts=1&offset=5"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "homepage", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
[img]<?php bloginfo('template_url'); ?>/images/tabber.jpg[/img]" />
<?php endif; ?>
<h1><?php the_title(); ?></h1>
<?php the_content_limit(275, "[Read more...]"); ?>
<?php endwhile; ?>

</div>

</div>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Featured Content and featured video not working jhaubein General Discussion 5 06-10-2009 05:37 PM


All times are GMT -5. The time now is 11:15 AM.

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