How To Display Link Directly To The Additional field image?
Hi guys! If you want to display link directly to your additional field image then you must change the default K2 code.
You can do it by inserting this following code in the item.php (remember to make a template override):
<? Php
$ Var = $ this-> item-> extraFields-> Image-> value;
$ Var = preg_replace (‘/ <img src = “/’,” “, $ var);
$ Var = preg_replace (‘/ “alt =” Image “\> /’,” “, $ var);
Echo ‘<a href=”‘ .varvar. “TextOfLink”.”;
Latest posts by LT Digital Team (Content & Marketing) (see all)
- Best WordPress Plugins Every New Website Needs. - August 31, 2026
- Why Your Custom CSS Isn’t Working: Understanding CSS Specificity in WordPress and Joomla Themes - August 28, 2026
- How to customize a WordPress or Joomla theme without losing changes on update - August 25, 2026






Recent Comments