/* CHAMPS PERSONNALISÉS // ITEM */
<?php
if ( (isset($this->item->extraFields->ALIAS->value)) && ($this->item->extraFields->ALIAS->value!='') ) {
echo $this->item->extraFields->ALIAS->value;
}
?>
/* CHAMPS PERSONNALISÉS // CATEGORY */
<?php
if ( (isset($this->item->extraFields->ALIAS->value)) && ($this->item->extraFields->ALIAS->value!='') ) {
echo $this->item->extraFields->ALIAS->value;
}
?>
/* CHAMPS PERSONNALISÉS // MODULE */
<?php
if ( (isset($item->extraFields->ALIAS->value)) && ($item->extraFields->ALIAS->value!='') ) {
echo $item->extraFields->ALIAS->value;
}
?>
Display a specific k2 custom field :
_ in a element page (item.php)
_ in a list of elements (category_item.php)
_ in a module (default.php)
_ in a element page (item.php)
_ in a list of elements (category_item.php)
_ in a module (default.php)
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.