jrawle is right, if your image and css file both in the same dir, url(youimage.jpg) is OK. If outside, should use url(../youimage.jpg).
find DIV “headerimage” in your header PHP file, change
<div id=”headerimage”>
</div>
to
<div id=”headerimage”>
<object >…</object>
</div>
Thread Starter
rocklv
(@rocklv)
I used this patch:
http://trac.wordpress.org/ticket/2440
Still not work, 🙁
Thread Starter
rocklv
(@rocklv)
It seems it’s not work when I follow the indication HandySolo’s suggestion: http://asymptomatic.net/2006/02/13/2260/why-posts-take-forever-to-publish/
I totally clear the ping list, but nothing change, still slowly. Does everyone really know about this bug???
Help me please!