I'm trying to get introtext in technews reviews with this:
- Code: Select all
$this->parent->content[$i]['text']
but i'm getting all the text except the introtext. I've tried also with no results:
- Code: Select all
$this->parent->content[$i]['introtext']
$this->parent->content[$i]['intro-text']
$this->parent->content[$i]['intro_text']
Thanks in advance.