* rakibbd I want to appear tag name of a post below per post in blog homepage.. Just like xtgem content feed page http://xtgem.com/feed?via=content_feeds

is it possible?
2014-07-13 05:24 · (0)
* Graham * rakibbd Not with the way the data is currently configured the tags are simply not there
2014-07-13 08:43 · (1)
* putrabjm hlo boss mau tanya dong gmana sig cra membuat bog xtgame mhon bantuanya. orang baru
2014-07-13 15:23 (edited 2014-07-13 15:24 by putrabjm ) · (0)
* Justas * rakibbd It will work from Friday on:

If you use custom twig file then add: include_tags_in_post_list="1"
to <xt:blog> block through code editor and edit your xtblog twig file
{% if entry.tags is not empty %}
                                {% for tag in entry.tags %}
                                    <a href="{{ tag.url }}">{{ tag.name }}</a>
                                    {% if not loop.last %}, {% endif %}
                                {% endfor %}
                            {% endif %}

Copy code
or your modified version to show tags in your blog post list
2014-07-17 13:11 (edited 2014-07-17 13:13 by Justas ) · (0)
* rakibbd * Justas Thanks.. Its working fine.
Now try to do this with twig file: related post below per blog with pagination..
& give us a code that can count how many post there with a tag..
2014-07-17 14:48 (edited 2014-07-17 14:52 by rakibbd ) · (0)

Online: Guests: 1