Hello,
First of all I already went to the post on how to show the embedded video thumbnail in posts and it works great!
Just there are 2 things maybe you can help me out with,
- When I add a video, above it I put a thumbnail image so it will show up in the rss, however at the front page, it shows both the thumbnail and the embedd video.. I would like that it only shows the thumbnail without the embedd video.. is that possible?
-
For some reason I can’t seem to make the embedded video work on FC2 videos
It simply won’t show up in the post, I also tried putting iframe tags and it just shows a bunch of text instead..
Anyone?
My apology for this late in replying.
1. To Resolve this bug please follow my instruction here:
– Open content.php file in the folder path /wp-content/themes/dw-wallpress/content.php
– Replace the following code – line 61
<?php the_content(); ?>
with:
<?php the_excerpt(); ?>
2. Please paste the embedded code into tab text as shown below:
http://i.imgur.com/QY5Wr2r.png
Hope this helps!
Please login or Register to submit your answer
replied 11 years ago
One more thing I forgot.. perhaps its related a bit to #1.. the image thumbnail links to the image url.. is it possible that when one clicks on the image thumbnail one actually goes to the full post?