$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Remove ‘Powered By Joomla!. Valid XHTML and CSS’ From Joomla

September 23, 2011 | By Duchateaux.
1)Open the Root Directory of your Web Domain
2)Go to Templates/yourCurrentTemplate
3)Edit the index.php file
4)Find and Delete the Section Containing something like below

Remove ‘Powered By Joomla!. Valid XHTML and CSS’ From Joomla
Delete Section with ‘Powered By’
5)Prepare for Inserting a Custom Copyright Notice

Insert this code to Replace the Joomla one:

Joomla How to Enable Articles Custom Order:

Joomla Articles Custom Order