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 09-02-2010, 06:50 PM
britblaise britblaise is offline
Registered User
Pro Plus Member
 
Join Date: Dec 2009
Posts: 11
Default Category Page Mods Not Working

I followed the instructions here for making thumbnails display on category pages and also showing the full post instead of summaries. Nothing happened. It is the exact same. Here is what I changed the code to:

PHP Code:
<?php if( get_post_meta($post->ID"thumb"true) ): ?>
                                <a href="<?php the_permalink() ?>" rel="bookmark"><img class="thumb" src="<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID"thumb"$single true); ?>&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(); ?>" /></a>
                                <?php else: ?>
                                <?php endif; ?>    
            <?php the_content("Read More.."); ?><div class="clear"></div>
What am I doing wrong?

Last edited by CharlesClarkson; 09-02-2010 at 10:56 PM. Reason: Changed quoted code to code tagged code.
 

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


All times are GMT -5. The time now is 03:47 PM.

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