I want to display links, with say owner id 5. how can i achieve this in wordpress. thanks in advance for any suggestions or help.
I found this link . but there is no option to mention link_owner id
If you are pulling the posts of the currently logged in user, then you can use get_the_author_posts() or the_author_posts_link().
If not, then you can use WP_Query. Check out the Author params and let me know if you need further assistance.
Related
Can any help me?
I make the marketplace with a user role for example i call "seller" can sell his own music from dashboard. Then i have some problems and hope you can help me…
How do i make limit/restrict data access to the select dropdown "Connect Album Playlist" in the Product menu? where the user seller can only see his own data and unable to access / view others people music album data on the dropdown select?
https://drive.google.com/file/d/1mL6InZpEJhDBXfHGmjHcK_ypXKeyc8EA/view
In the Release Album, same as the problem above. i want to make "Select Artist" dropdown, only display the name of artist created by that user?
https://drive.google.com/open?id=1fRyZSx2sYEnxgY-1QNVHEkwl761b-nsg
Then, i try to make custom code for limit user view data on select dropdown "Connect Album Playlist" on this picture:
https://drive.google.com/open?id=1KAB4xAz2XPxbYLEYayKX5WBIK3CNCw0D
but not work. can any help me with this code?
Many Thanks,
Kind regards,
I'd recommend looking at this plugin: https://wordpress.org/plugins/adminimize/
You can also follow the documentation found here: https://torquemag.io/2016/08/customize-wordpress-backend-clients/ if you want to write custom code. But with the number of edits you want to make, I think the plugin will be an easier and smoother solution.
I already installed the “price based on role” plugin but I can’t find a similar plugin to set alternative descriptions and attibutes based on role, can you help me?
Thanks
Any plugin can't provide you this functionality.So could you please elaborate your requirement more, i will provide you custom plugin for the same.
I'm looking for some advice on what plugin I could use to allow my client to choose the order of posts in a catergory.
I have found plugins that allow a user to change the order but not the order of posts that are assigned to a category.
Has anyone got any good suggestion on this type of functionality?
Make simple filter witht pre_get_posts
https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts
I need Authors to be able to create private posts for specific users.
For example:
Author A creates a post and assigns it to User U, so non-logged visitors and others users shouldn't be able to see that post because it's just for User U
Well I downloaded a plugin named Specific user content which doesnt let you see the content of the post but the problem is that you can still know about it's existance and even read its title on any wordpress grid.
Any ideas? :)
Thanks !
I think this plugin Advanced Access Manager will help you.
I am using Buddypress, and in that I need to to create user profile gallery for that I would be needed to store the Avatar Images, could anyone please suggest if there is any plugin or any function through which we can create some thing like this.
In short I need to create avatar galley.Is it possible..??
Please send your valuable reply or suggestion
Thanks is Advance
it is possible, use the bp_has_members() and call the needed parameters! can be found here :
http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/
you can use the loop code from this page, and show only the avatar!