Origin commit
This commit is contained in:
5
templates/parts/property-types.php
Executable file
5
templates/parts/property-types.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
global $property;
|
||||
|
||||
echo get_the_term_list( $property->get_id(), 'opalestate_types', '<div class="property-types-list"><span class="property-types-list__label">' . esc_html__( 'Types:', 'opalestate-pro' ) . '</span>',
|
||||
', ', '</div>' );
|
||||
Reference in New Issue
Block a user