Open shaneburdett opened 7 years ago
Any idea how I could filter the connections by author? I am using the plugin to connect posts that are created by a large number of different authors and it would be much easier to create those connections if I could filter by author.
try .. the_author_meta('display_name'); and file archive.php same category.php
the_author_meta('display_name');
Any idea how I could filter the connections by author? I am using the plugin to connect posts that are created by a large number of different authors and it would be much easier to create those connections if I could filter by author.