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 01-31-2010, 05:21 PM
Sandal Woods's Avatar
Sandal Woods Sandal Woods is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Sep 2009
Location: NW Missouri, USA
Posts: 405
Default Video thumbnails in video page

I was able to follow instructions to create a Videos page, using instructions provided by your Support gurus.

However, now I cannot create the thums corresponding to each video article on my test blog, at http://testsite.sandal-woodsblog.com/video/ . I simply get a huge blanks space where the video would "normally" display - and *no* thums anywhere on the page. I followed the following instructions:

Quote:
Originally Posted by Debra View Post
...to create playable thumbs of the videos for the page you would add this

PHP Code:
<?php if( get_post_meta($post->ID"videothumb"true) ): ?>
                    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID"videothumb"true); ?>" alt="<?php the_title(); ?>" /></a>
                <?php else: ?>
                      
                <?php endif; ?>
right above

PHP Code:
<?php the_content(__('Read more'));?><div class="clear"></div>
now to implement you would put in custom fields

name: videothumb
value: the embed code of the video
I wonder what could have gone wrong if the thumbs are not created? I would like to know:
  1. When entering the custom fields, is the main embed code left in place, too? I normally have the embed code, entered in HTML, at the beginning of each post.
  2. Where will the thumbs reside?
Thanks!

Al
__________________
Al Navas
Sandal Woods - Fine Woodworking
http://sandal-woodsblog.com
 

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
Video on home page featured video questus5 General Discussion 5 07-13-2010 10:52 AM
Video and Image Thumbnails On Same Page ATS General Discussion 6 03-22-2010 01:14 PM
How do I make the text in my video posts not appear on the home page with the video? foxxxyastaria General Discussion 1 12-15-2009 05:52 PM
How To: Home Page Video Different Than Video On Other Pages tcress General Discussion 4 11-28-2008 03:40 AM
hpmain on home page thumbnails to video thumbnails? gordonmartin General Discussion 19 11-02-2008 02:26 PM


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

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