Update template.
This commit is contained in:
parent
204ea5368a
commit
bba159c415
@ -1,6 +1,10 @@
|
||||
<?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>' );
|
||||
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>'
|
||||
);
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?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>' );
|
||||
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>'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user