Display latest WordPress Posts at X-cart
Here’s my solution using RSS and a Smarty plugin to pull the latest posts from any WordPress blog. Create this file include/templater/plugins/function.sr_wpfeed.php: if ( !defined(‘XCART_START’) ) { header(“Location: home.php”); die(“Access denied”); } ## —————————————————————————– ## Smarty plugin “sr_wpfeed” ## Purpose:… Read moreDisplay latest WordPress Posts at X-cart