Using Weaver/Twenty Ten no visual of embedded video no image shows in the shortened version of posts on front page of blog. Can I get it to show ?
All is fine when you "continue reading"
Thank you in advance
Using Weaver/Twenty Ten no visual of embedded video no image shows in the shortened version of posts on front page of blog. Can I get it to show ?
All is fine when you "continue reading"
Thank you in advance
Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Simply edit the relevant template files and replace <?php the_excerpt();?> with <?php the_content();?>.
This topic has been closed to new replies.