![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#6
|
||||
|
||||
|
Change it to this: (AND CHANGE THIS LINE: "PUT YOU READ MORE IN YOUR OWN LANGUAGE HERE")
Code:
<div class="homepageleft">
<?php $featured_cat_1 = get_option('chrome_featured_cat_1'); $featured_cat_1_num = get_option('chrome_featured_cat_1_num'); if(!$featured_cat_1) $featured_cat_1 = 1; //setting a default ?>
<h3><?php echo cat_id_to_name($featured_cat_1); ?></h3>
<div class="homebox">
<?php $recent = new WP_Query("cat=".$featured_cat_1."&showposts=".$featured_cat_1_num); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
<?php endif; ?>
<?php the_title(); ?>
<?php the_content_limit(125, "PUT YOU READ MORE IN YOUR OWN LANGUAGE HERE"); ?>
<div style="border-bottom:1px dotted #C0C0C0; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
<?php endwhile; ?>
</div>
__________________
John Flynn Kickstart Media Latest StudioPress Design Recommended StudioPress/Revolution Designer |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I insert a video in place of HP Top Left & Right | Lori | General Discussion | 3 | 10-25-2010 03:32 PM |
| How To Insert Ad between Featured Video & Video on Homepage? | sandro_bit | General Discussion | 6 | 02-11-2010 01:54 PM |
| How do you insert video player into tabber? | talentino | General Discussion | 1 | 01-03-2010 05:17 PM |
| insert video syntax | gamermaven | General Discussion | 4 | 02-17-2009 10:16 AM |
| Can you insert video into FCG? | Allshookup | General Discussion | 3 | 12-02-2008 10:48 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us