Yes it does happen in the default theme - whenever you change
the_content(__('Read the rest of this entry »', 'kubrick'))
into
the_excerpt()This does only happens with the_excerpt(). Today I know 2 Workarounds a) write an excerpt (you may copy the text which would be displayed otherwise) b) use the_content instead (which isn't my prefered method) There might be another one - which I havn't tried now: Patch it with the .diff found there: http://trac.wordpress.org/ticket/6380 Alex 2008/3/31, Daniel Schoonover <[EMAIL PROTECTED]>: > > I asked about this same question a couple digests before and no one > responsed. Hopefully we get some details regarding this, since it doesn't > happen in the default theme. > > -Cheers! > Daniel > > > ------------------------------ > > > > Message: 3 > > Date: Mon, 31 Mar 2008 13:54:34 +0200 > > From: Michael Preu? <[EMAIL PROTECTED]> > > Subject: [wp-testers] the_excerpt shows the gallery stylesheet > > To: [email protected] > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > > > > !'ve created a new post in Wp 2.5 final with a short text line and a > > galllery. My blog frontpage lists the posts with the_excerpt(), but i > > dont have written a excerpt. Now it shows the gallery stylesheet. > > > > > > > ------------------------------ > > > > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > > > > End of wp-testers Digest, Vol 37, Issue 185 > > ******************************************* > > > > > > > -- > "Pain heals. Chicks dig scars. Glory... lasts forever..." > Daniel Schoonover > http://www.dangarion.com > AIM : DanGarion > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
