* Lordeagle * Thor it's xtgem's flaw that we can only display one tag list but u can do more with this untrusted trick
If u wish to list two tags or create two or blog blocks and add there tags(remember to handle the per page well). In your paging function or in your pagination block(in xtgem blog twig) wrap it with
<div class="paging">//your codes here</div>
Copy code

Now place this javascript code in your footer
<script>
var paging=document.getElementsByClassName("paging");
for(var i=0;i>paging.length;i++){
if(i+1==paging.length){break}
paging[i].parentNode.removeChild(paging[i]);
}
</script>

Copy code
2016-11-09 23:08 (edited 2016-11-09 23:46 by Lordeagle ) · (0)

Online: Guests: 1