@ dgalassi
re: I’m not seeing the authored posts underneath their profile information
Are the authors linked to their Connections entries. Check on the Manage admin page. A linked entry will have the text “Linked to:” followed by the user name on the far right.
If they are not yet linked, no posts will display.
re where I’m expecting to see it. I found in the settings where I am enabling: custom fields, Education level, and latest posts. ALl three are checked. I’m not seeing the education level or the latest posts when listing a single listing
The Content Block in both Circled and Gridder will be displayed at the very bottom of the single entry view in both templates, after the map.
re: I added special code (as shown in your tutorial) to list my custom fields in the circled theme, so that piece is being displayed correctly.
Did you perhaps accidently remove code? This code needs to be in the card-single.php file or the Content Block can not be shown:
$entry->getContentBlock( $atts['content'], $atts, $template );
Hope this helps!
