Thread Starter
Cyrare
(@cyrare)
Hi XYDAC,
I think there are 2 errors on your doc. It’s on the paragraph 4 :
Syntax : [xy_{taxonomy_name} {field_name}_start=”{HTMLCODE}” {field_name}_end=”{HTMLCODE}”]
Example: [xy_manufacturer website_start=”<span class=’class1′>” website_end=”</span>”]
Output : <span class=’class1′>http://bmw.com</span><span class=’class1′>http://audi.com</span>
1/ It seem field=”website” is mandatory.
2/ It seem that it is not website_start=”” and website_end=”” but website_before=”” and website_after=””
Hope it help,
Cyril
Thread Starter
Cyrare
(@cyrare)
Super XYDAC, this page is exactly what I needed for your plugin. I tried to look into your code but I tried before and after without the field_.
I’ll try that, thanks a lot to have written this page.
Cyril