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]
My issue is resolved now. Thank you!
I resolvet with wpv-taxonomy-archive instead of wpv-post-taxonomy