xplbrian
Member
Posted 1 year ago #
hi im currently runnin 3.0.4 and installed the latest jw player plugin in wordpress. My question is how come when i post a video it shows fine on the main page but if i click Archives it just shows embed code ? heres the link and check home page http://www.phizun.com and archives http://phizun.com/?m=201102 OH and by the way i tried the custom twenty theme and did the same thing. any solutions?
Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its archive template file. Simply edit archive.php and replace <?php the_excerpt();?> with <?php the_content();?>.
xplbrian
Member
Posted 1 year ago #
i cant find that are u sure its in there?
The only other option would be a plugin issue. Try deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).