Home › Forums › Theme support › Skyline Theme – Adjustment Questions › Reply To: Skyline Theme – Adjustment Questions
Please open the file “estate-single-default.php” in the root folder of the theme, then insert this code after line 62 (it’s the code for the single template):
<?php
if(get_the_term_list( get_the_ID(), 'estatecounty', "", "" )!="")
{
echo strip_tags(get_the_term_list( get_the_ID(), 'estatecounty', "", " » " ));
}
?>
If you want to insert the code in the previews, open the file “estate-entry.php” and insert the same code after line 130