So I’m pulling in info from my “profile” channel.
Within that I’m also displaying info of a related parent of the current entry channel.
That related entry field is “blogger.”
Now if you’ll see I set the parent field status, which doesn’t show any results.
If I completely remove the statuses, it works. The problem is since it defaults to only showing open statuses when there isn’t a status defined, my Featured Blogger status won’t show.
{exp:channel:entries channel="profile" limit="1"}
<h1>{title}</h1>
{profile_job_title}
{headshot}
{profile_content}
<hr >
<h3 class="sub">Blogs by {first_name} {last_name}</h3>
{parents field="blogger" status="Featured Blogger | Open"}
{if parents:no_results}No results found for this principal.{/if}
<a href="http://{site_url}site/blog_view/{parents:url_title}">{parents:title}</a>
{/parents}
{/exp:channel:entries}