Skip Navigation

[Resuelto] Taxonomy is displaying only inside wpv-loop in an wordpress archive

This support ticket is created hace 3 años. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por alexG-11 hace 3 años.

Autor
Mensajes
#2215635

Hi i'm trying to display a taxonomy name and description outside de loop of a WordPress Archive. I don't find nothing that can help to us to achieve that.

Thats my code

[wpv-layout-start]
<section class="About-us-section">
<div class="About-us-img-section">
<div class="img-text-border">
<div class="About-us-img-text">
<h3>[wpv-post-taxonomy type="categoria-multimedia" format="name"]</h3>
<span></span>
[wpv-autop][wpv-post-taxonomy type="categoria-multimedia" format="description"][/wpv-autop]
</div>
</div>
</div>
</section>
<section class="Blog-V-one-news bootstrap-wrapper">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-8 col-xs-12 news-item-wrapper">

[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop>
<div class="news-item">
<div class="news-item-img">
<div class="video-responsive">
[types field='video-multimedia-gallery'][/types]
</div>
<span>[wpv-post-taxonomy type="any" format="name"]</span>
</div>
<div class="news-text-item">
<h4>[wpv-post-title]</h4>
</div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]

</div>
<div class="col-md-3 col-sm-4 col-xs-12">
<div class="news-Sidebar-item-wrapper blog-Vtwo-sidebar">
<div class="Categories">
<h3>Categories</h3>
[wpv-view name="categories-taxonomies-list"]
</div>
</div>
</div>
</div>
</div>
</section>
[wpv-layout-end]

#2215753

My issue is resolved now. Thank you!

I resolvet with wpv-taxonomy-archive instead of wpv-post-taxonomy