you can fix the problem of conflict of Stream Video Player plugin and arras? for me is the best plugin for everyone...
I only see “(video)” on my blog, why?
With some WordPress themes when you are browsing your blog, doing a search or any other thing that shows multiple post on one page you may see only the word “(video)” instead of the actual video BUT in a single page with a single post you can see your video, the reason to this behavior is to prevent some XHTML issues because the theme you are using is running the function “the_excerpt()” instead of “the_content()”, the “the_excerpt()” function cut a post in a small pice of text and because this plug-in generate XHTML code it could lead to a disaster in terms of code when a XHTML tag is not closed, a solution could be to use other plug-in that replaces the “the_excerpt()” function or to change your theme code to run “the_content()” instead of the “the_excerpt()” combined with the use the “<!–more–>” comment tag in your content.
http://rodrigopolo.com/about/wp-stream- … he_excerpt
Last edited by bunker (2011-12-16 12:32:53)