Project OpenWP - Wordpress for Joomla
WordPress is a Journaling application (Blog) that, (like Joomla!) offers both a front end Blog style website and a backend administration area.
While both applications share certain capabilities, (both offer varying degrees of blogtools and administrative functions) their individual strengths lie in their principal focus. Joomla! does content management very well and WordPress does blogging very well.
Marko Schmuck from JoomProsolution has released a component (application that operates within the confines of the Joomla! environment, shares resources and variables such as users, etc.,) that integrates the current release of WordPress 2.0 into the Joomla! framework.
http://projects.j-prosolution.com/projects/os-projects/project-openwp.html
You are using SEF Advance i guess, so change that line 1609 in classes from
$this->query_string .= $wpvar . ‘=’ . rawurlencode($this->query_vars[$wpvar]);
to
$this->query_string .= $wpvar . ‘=’ . rawurlencode($this->query_vars[$wpvar[0]]);
that fixed it.
Leave a Reply
You must be logged in to post a comment.