For this example, i want show in activity user only user’s post, not the user’s post group, i can?
Example (4 posts):
A = Is a post created by me in my user’s profile activity
B = Is a post created by me in my group
C = Is a post created by my friend Paul in his profile activity
D = Is a post created by Jean (not my friend, but friend’s Paul) in his profile activity
Now, i want this:
In my profile activity i must look: A
In general activity i must look: A, C
In my group activity i must look: B
Paul in his profile activity must look: C
Paul In his general activity i must look: A, C, D
Jean in his profile activity must look: D
Jean In his general activity i must look: C, D
Do you know? how i can resolved this problem with the filter?