I’m going to elaborate on this further (and about Interspire in general), but for those of you who want to make WordPress functions available throughout your shopping cart, here’s how: Before the closing ?> in the init.php file, add the following code: require(realpath(ISC_BASE_PATH).’/blog-directory/wp-blog-header.php’);, where /blog-directory/ is your WP installation. If you installed it in the root directory, […]