Show posts by current user
-
I create page for logged users, and get parameters:
get_currentuserinfo();
$current_user->ID,etc..
How i can add this parameter on shortcode
[usp_display_posts userid=”xx”]
or function:
<?php if (function_exists(‘usp_display_posts’)) echo usp_display_posts(); ?>
that display posts of only current logged user?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Show posts by current user’ is closed to new replies.