Thread Starter
800a
(@800a)
Solved by myself. Was a problem with custom rewrite rules.
Thread Starter
800a
(@800a)
It’ a bug related whit get_lastpostmodified() and get_lastpostdate() functions.
I found this ticket:
http://core.trac.ww.wp.xz.cn/ticket/14922
bug fixed in the next 3.1 relase…
You have to reset the second loop within the main loop
use this function at the end of second loop:
wp_reset_query()
it works for me 😉