Support

Account

Home Forums General Issues Output Custom Fields Relational Post Object Field Reply To: Output Custom Fields Relational Post Object Field

  • Example html…

    <div class ="related-posts">
    <span class ="text-before">Related Posts:</span>
    <span class ="post"><a href="link to post">Related Post 1</a></span>
    <span class ="post"><a href="link to post">Related Post 2</a></span>
    <span class ="post"><a href="link to post">Related Post 3</a></span>
    </div>

    Example Output…

    Related Posts: Related Post 1, Related Post 2, Related Post 3