0
Jindřich
Good Day,
my question from here:
I bought pro version and need More Query Parameter by only current author. But not work. I create new (author) user and there is still all posts, it not filter by current user. Testing on subdomain too. Any Idea?
2 Subscribers
Submit Answer
1 Answers
Best Answer
1
Welcome to our forum.
Please confirm you have created the shortcode and functional [current_user_id]
If you haven't created the shortcode please add following code bellow to your theme functions.php file and use following shortcode 0
add_shortcode('post_grid_current_user_id','post_grid_current_user_id'); function post_grid_current_user_id(){ return get_current_user_id(); }
I just tested the code works fine. let me know for more help.
Regards