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
  #6  
Old 06-09-2009, 10:20 AM
John Flynn's Avatar
John Flynn John Flynn is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Sherman, TX
Posts: 2,021
Default Re: How to insert video in the homepage?

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>
 

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
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


All times are GMT -5. The time now is 08:25 PM.

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