I have the content template and view logic built to support each contributor, however, at the bottom of this template is the "embedded view" that should only show the articles "written by Greg Thomas ( as posts )" or with the "Author Name ( in post )" being Greg Thomas.
Just not sure of the logic to use to make this happen.
Solution:
You just need to setup each post's author to different WordPress user.
Problem: I am trying to use some custom code from an older site in my new site, but it causes the new site to crash. The code uses a Views filter wpv_filter_taxonomy_frontend_search_get_terms_args to filter the terms included in a front-end taxonomy search filter.
Solution: Check to be sure all PHP function names are unique, and check to be sure all hooks are mapped to the correct unique function name.