gianloga
Forum Replies Created
-
Hello,
ok, but Delete action doesn’t work…
And to overcome this problem i am forced to use an additional plugin (ACM custom field…)Regards
Hello,
I noticed that media gallery works only through the standard media button and not through the Media tab of Property details section.
When i attach new media (through the standard button) and then i save the page, i noticed that images are visible in the Media Tab of Property Details but i’m not able to cancel them… Actually, when i save the page, images are again in the same place.Any suggestion?
Regaards
Ok, solved it with this change:
<?php
$terms = get_the_terms($property[‘ID’], ‘the_taxonomy_name’);
if(!empty($terms)) {
foreach ($terms as $term){
echo ‘‘.$term->name.’‘;
}
}
?>Obviously we need to change “the_taxonomy_name” with our own term.
Thank you!
RegardsHello Maria,
thank you it works fine… and could you suggest me anything to add the link to the value to go in the archive/tag page?
Regards
GianlucaHello,
thank you, it works fine.
Regards
Gianluca