I want to create template override for k2 item view.... I have a little problem (little, I think)
I want to put extra fields next to the item image.. (in item view)..
I trying it but not working properly.. If any one know how to do it help me. See the below image (to see exactly what I am asking)
http://postimg.org/image/aoeqqcay5/ Or http://postimg.org/image/6o112077x/ Thank you in advance..
You can modify the file item.php, of k2 template.
Let's suppose are you using K2 Default template. So, .../com_k2/templates/default/item.php
The code to show the extra fields is around line 250 (k2 V2.6) :
You can put it before the intro text code (maybe line 227):
Of course you will need to make some css adjustments.
I hope this help you.