Correction:
<?php echo $feature->post_title ?> replaced with <?php echo $feature->get_secondary_title ?> This swap is working.
Should read:
<?php echo $feature->post_title ?> replaced with <?php echo $feature->get_secondary_title ?> This swap DOES NOT work.
If wishes were ponies…