[Resolved] Displaying Authors Logo on Custom post Sidebar
This thread is resolved. Here is a description of the problem and solution.
Problem:
The issue here is that the customer wanted to display elements from elements from and author's profile on a project post that they create.
Solution:
Here the customer had created a separate CPT for his users so they can create a profile after creating a user.
That same user then creates a project and on that project page it should automatically display the user's logo from their profile.
You can use a view to do this to allow for it to filter for the same author profile as the custom post then you will need to add a post author filter to the view.
Then you can just add the elements from the profile that you want to display.
This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
I would like to Display the Authors "Logo" on the Custom Single Post Sidebar
...
I created a "My Profile" Cred form, where Authors can fill in their info.
One custom field is their "Company Logo"
This same Authors can also create Custom Posts, with another Cred form.
Since there would be manny authors, I would like to have their logo appear accordingly in the sidebar when VIEWING each Single Custom Post
Is there any documentation that you are following?
none that I've found,
I have an "Layout" that structures how the Single Custom Post Should look..
I don't have a View assigned for a Single Custom Post neither a View for the Authors Profile, I'm using the Author Achieve as a View for each Authors Profile.
Thank you so much again Shane.
Sorry for the late response...
I'm still a little confused...
(So I already have a View that perfectly displays the Single Custom Posts,
What I need to work on is a Second view to display the Authors "Company Logo"?)...
I successfully created a View called "Company Logo"
and added the Filter "Post author is the author of the page where this View is shown"
But I got stock after that.
Could you please let me know what is the next step?