Joomla How to get article title March 16, 2012 Pramod T P <?php $id= JRequest::getVar(‘id’); $objTitle = $article->load($id); echo $objTitle->get(‘title’); ?>