Dear Friends,
it is around 3 long days that I'm looking for a solution which can help me calling a parameter from article new custom filed that I add my self into Category List Layout!!!
I did created a custom filed named "mp3".
I can see this parameter on my article page through this code:
<?php if ( $this->params->get( 'mp3' ) ) { ?>
<div><?php echo $this->params->get( 'mp3' ); ?></div>
<?php endif; ?>
but when I want to call/load this parameter in Category List Layout, it does not work.
I used this lines and none of the work:
<?php echo $this->escape($this->params->get('mp3')); ?>
<?php echo $item->mp3 ; ?>
<?php echo $this->escape($item->mp3) ; ?>
would anyone help me to solve this problem?
would be glad to hear from any of you.
God bless