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