do an action for all the posts
-
hi, im trying to do an action for every post in my blog, im trying some like:
if (have_posts()) {
while (have_posts()) {//actions
}
}but the code never enter to the loop.
anybody can help me?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘do an action for all the posts’ is closed to new replies.