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 10-12-2009, 10:38 PM
cdg cdg is offline
Registered User
Genesis Member
 
Join Date: Aug 2009
Posts: 34
Default Proper category not showing up in new section on homepage

I successfully added a new section at the bottom of my page "From the Desk" but all posts are showing up and not just "from the desk" posts in that category. I added my category where it said to put it but it's still not working properly.

http://packandexplore.com/blog/


Here's the code:

<div class="hpbottom">

<h3>FROM THE DESK</h3>

<?php $recent = new WP_Query("cat=From the Desk&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>

<?php if( get_post_meta($post->ID, "thumb", true) ): ?>
[img]<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID, [/img]&amp;h=<?php echo get_theme_mod('featured_bottom_thumb_height'); ?>&amp;w=<?php echo get_theme_mod('featured_bottom_thumb_width'); ?>&amp;zc=1" alt="<?php the_title(); ?>" />
<?php else: ?>
<?php endif; ?>

<?php the_title(); ?>
<?php the_content_limit(350, __("[Read more]", 'studiopress')); ?>

<hr/>

<?php endwhile; ?>

<?php $cat = get_category(get_theme_mod('featured_bottom')); ?>
Read More From the Desk

</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
Comment section not showing up in top post in homepage mrsgooding General Discussion 3 02-15-2010 01:44 PM
video embed code showing in Featured section homepage macsupportcasts General Discussion 2 09-25-2009 08:44 AM
Pages in Featured Category Section on homepage macsters General Discussion 5 06-12-2009 08:32 PM
Getting post to appear under proper categories on Homepage 1lkydog General Discussion 1 03-18-2009 12:47 PM
html showing in homepage featured section johnryan General Discussion 2 03-11-2009 12:56 PM


All times are GMT -5. The time now is 12:51 AM.

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