multiple loops and the_date();
-
i’m running multiple Loops on my site (each loop is on a different layer, returns the posts of different categories, and is set up so that clicking on links on a nav bar changes the z-index for each layer to make the selected one visible).
however, when i try to use the_date(); to return the date for the normal Loop, it only echoes the value the first time its called. i know this is normally how it’s supposed to function.
my question is, is there a way to call the date for EACH loop i have and still have the date behave like it does when you call the_date();?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘multiple loops and the_date();’ is closed to new replies.