If you could help me with this problem I'd be really grateful.
As the title says, I want to show the extra fields of an item with 2 columns as opposed to the default one. This is probably very simple, but for a non-coder, how should I do this?
If you are working in the item view, you probably would go to the section where extra fields are displayed
(search for <!-- Item extra fields -->
and inside the foreach loop add the table rows and table columns to be generated as k2 loops thru the extra fields
If you are working in the category view edit category_item.php where there is a similar foreach loop
ALL of this would best be done in a K2 template (override)
See documentation - tips at the top for info on this
There is also a very good tutorial at OsTraining.com for K2 templating
If you check out that article, the extra fields appear where it says: Informacion Adicional
Essentially, I would like that list of 13 fields broken up into 7 on the left, 6 on the left, thus 2 columns.
Hello Mr. William, thank you for your support, but after some attempts I failed to get this work, all I get is a single column with duplicate data from extra fileds (2x same data).
Can you please help me to code this table? looks easy but not for me since I'm not a coder/programmer..