CCS [related] tag doesn't work anymore.
-
Greetings,
I’m using your wonderful plugin in my website, I love it, and it’s becoming an essential part of my design.
I’m currently using version 2.7.4 and unfortunately, in recent updates of the plugin a part in my code been broken and it used to work in previous versions. I’m using the [related] tag and I want to show 3 articles that are related to the post.
Here is the code I’m using that used to work about 2-3 CSS versions ago:
<div class="post-related section-container clearfix"> <h2 class="section-title">????? ??????</h2> <div class="row"> [related taxonomy="tag" count="3" orderby="rand"][if not tag="exclude"] <div class="post-box-wrapper col-sm-6 col-md-4 "><article class="post-972 post-box post-box-headline"> <h3 class="title title-small">[field title-link]</h3> <div class="post-thumbnail-wrapper vw-imgliquid imgLiquid_bgSize imgLiquid_ready">[field image-link size="vw_small"]</div> </article></div> [/if][/related] </div> </div>
Please advise.
Many thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘CCS [related] tag doesn't work anymore.’ is closed to new replies.