How to display 3 latest articles at homepage of x-cart v4.7.4?
First step, edit postauth.php which is under root folder. Find $pages_menu = func_query(“SELECT * FROM ” . $sql_tbl[‘pages’] . ” WHERE language=’” . $store_language . “‘ AND active=’Y’ AND level=’E’ AND show_in_menu=’Y’ ORDER BY orderby, title”); $smarty->assign(‘pages_menu’, $pages_menu); Add the… Read moreHow to display 3 latest articles at homepage of x-cart v4.7.4?