Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author XYDAC

    (@deepakseth)

    You can use the below attributes to add space, comma, or any seperater you want.

    start
    end
    name_before
    name_after
    description_before
    description_after

    Here start and end are added before and after every field, likewise, name_before and name_after are added before and after of any field; and description_before and description_after are added before and after description.

    Do let me know in case of any issues?

    Thread Starter vcassar

    (@vcassar)

    Hi, thanks for this. So if I want a space I add ‘description_after’ in the sort code? Like so? [xy_{name of taxonomy} description_after]

    I am a bit confused…

    Plugin Author XYDAC

    (@deepakseth)

    No,
    description_after has to be used when you are printing description of a taxonomy, If you are printing only the name of taxonomy, then use like this

    [xy_{taxonomy_name} name_before='Name :' name_after=',']

    OR you can use below if you only want after part:

    [xy_{taxonomy_name} name_after=',']

    Do here the use case after you have done..

    -Xydac

    Thread Starter vcassar

    (@vcassar)

    Great, it works. Thanks

    Plugin Author XYDAC

    (@deepakseth)

    I am glad it did.

    Do write here you issue and the shortcode that you used finally..

    Many Thanks 🙂

    -Xydac

    Thread Starter vcassar

    (@vcassar)

    I used [xy_{taxonomy_name} name_after=’, ‘]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘space between values of taxonomy’ is closed to new replies.