• First: Thank you for that great plugin!

    Working on a websaite for an artist i struggeld in getting a sorted tag-list into each post. You solved my problem with this plugin. Thank you so much!

    But as you know: If someone starts a great work as this plugin, users will come and ask for additional features. ??

    It would be great if it would be possible to create a list with your plugin.

    Compared to the_tags where you can add ( $before, $sep, $after )

    In the case to create al list this would be therefore ( ‘

    • ‘, ‘
    • ‘, ‘

    ‘ )

    Right now your get 4 stars voting. With this additional feature it will be easily 5 stars.

    https://www.ads-software.com/plugins/tags-all-in-one/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thebugfix.net

    (@thebugfixnet)

    Forget to click on code

    '<ul><li>', '</li><li>', '</li></ul>'

    Thread Starter thebugfix.net

    (@thebugfixnet)

    I found a workaround in the meantime by manipulating the shortcode output to

    <ul>
    	<li>[tags_all_in_one number="20" smallest="16" largest="16" unit="px" separator="</li>
    	<li>" orderby="name" order="asc" post="true"]</li>
    </ul>

    wroks, but implementing it into the shortcode-generator would be much nicer ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display post Tags as a list’ is closed to new replies.