Hello, im trying to add the logo of my proyects in results.
I modify the Advanced Title Field, this is the code, the logo (image) is in
“informacion_del_proyecto_precio” ACF and need to put in URL OF THE LOGO
But cant get it to work, the acf is returning the URL (the option is checked, but dont work.
Thnaks in advance.
[code]
<div class="logo-proyecto" >
<img src="URL OF THE LOGO" />
</div>
<div class="conte-pro-grid">
{titlefield}
<div class="valor-proyecto">
Desde: {informacion_del_proyecto_precio}
</div>
<div class="tipo-proyecto">
{informacion_del_proyecto_tipo}
</div>
<div class="ubicacion-proyecto">
<strong>Ciudad:</strong> {informacion_del_proyecto_ciudad}
</div>
<div class="area-proyecto">
<strong>Área:</strong> desde {informacion_del_proyecto_area_total} hasta {informacion_del_proyecto_areas_area_total}
</div>
</div>
[/code]