< ?php
$info[lgcover]=get_post_custom_values("lgcover");
$info[Publisher]=get_post_custom_values("Publisher");
$info[Pubdate]=get_post_custom_values("Pubdate");
$info[Pages]=get_post_custom_values("Pages");
$info[ISBN]=get_post_custom_values("ISBN");
$info[Title]=get_post_custom_values("Title");
?>

< ?php echo ($info[Publisher][0].", ".$info[Pubdate][0].", ".$info[Pages][0]." pages, ISBN:".$info[ISBN][0]);?> Continue Reading












