tags below post
-
Is possible to add tags below each post? How to do that?
Note tags should be clickable.
Thanks
-
I need the same function. How can I display tags (or specific tag) next to the post title.. ?
The
category_displayparameter can be used with any taxonomy, including tags.[display-posts category_display=”true”] = displays the post’s categories
[display-posts category_display=”post_tag”] = display the post’s tags
thank you. I have to display both CATEGORY and TAG for a post. Now the CATEGORY is visible but if I add category_display=”post_tag” the category disappears and the tags are not displayed 🙁
I am happy to pay someone to have a look and add the required codes. Contact me [email protected]
This is the original code (so I list music (posts) from categories (years) to make a list with title with year) Next to the year I want a TAG as well (hanghordozo or digitalis)
[display-posts category=”1984,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019″ orderby=”title” order=”asc” posts_per_page=”1000″ display_content=”true” category_label=” ” wrapper=”ol” tag=”hanghordozo,digitalis” category_display=”true”]Unfortunately the shortcode can only display one taxonomy (category or post_tag) out of the box. If you’d like to display multiple taxonomies (both categories and tags), you’ll need to customize the output using the output filter: https://displayposts.com/docs/the-output-filter/
thank you. I sent you email. I need to display category and the last tag of the post (each post has 2 tags “.artistname” and “type of release”)
As I know the tags are always ordered by name so the artistname is always the first,
the last one is the type of release. I just want to display this tag. So it is not that simple.
Anyway, let me know if you can do that for me and I am happy to pay. cheersthe tags are not showing.. I have tried many options but no success. Even if I use this [display-posts category_display=”post_tag”] nothing happens
-
This reply was modified 6 years, 10 months ago by
pluside.
solved..I managed to add some extra code and it works now
-
This reply was modified 6 years, 10 months ago by
The topic ‘tags below post’ is closed to new replies.