Do a loop for $user_id
-
I want to do a loop for $user_id for current user so… something like this:
<?php if (have_posts()) : while (have_posts()) : the_post($user_id); ?>
I know that this is wrong,
I’m doing a user menu and I just want to appear current user’s post
pleaseeee heeelpppp
thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Do a loop for $user_id’ is closed to new replies.