The best way to add extra information on a page is via the
XML parameters. That way you don't have to edit the component or the database. So, delete the database column you created.
To add a parameter in an autonomous page open this file:
administrator/components/com_typedcontent/typedcontent.xmland add your parameter in the XML parameters list.
To get the value of the parameter in front-end use this:
$params->get('parameter_name', 'default_value');Welcome to Elxis
