I have a custom post type ("News"), and a custum user role ("Friends").
How can I get the last "News" written by "Friends" ?
|
I have a custom post type ("News"), and a custum user role ("Friends"). How can I get the last "News" written by "Friends" ? |
|||
|
|
|
I would try the following (not tested)
Note: 'friends' is the role ID, not the nice name. Then use the loop as normal :
Hopefully that will work :) |
||||