php - How to integrate a wordpress site with Joomla 3.0 -
i have established wordpress members section , forum, whole site being redeveloped joomla 3.0, lot of content have copied , pasted new site owner of site wants keep old wordpress site while , possible blend newer joomla site css , styling.
i've tried throwing 1 site on top of other , 2 files collide license.txt (that won't worry about)and index.php file.
both sites work fine if index.php if it's wordpress's index.php links on joomla give error, , if it's joomla's index.php, wordpress links go joomla index page.
what best way engineer main index.php joomla ?
here wordpress index.php
<?php /** * front wordpress application. file doesn't anything, loads * wp-blog-header.php , tells wordpress load theme. * * @package wordpress */ /** * tells wordpress load wordpress theme , output it. * * @var bool */ define('wp_use_themes', true); /** loads wordpress environment , template */ require('./wp-blog-header.php') thanks
1st thing want mention here having 2 separate cmss' in directory bad idea. if had searched bit on google find helpful.
as name suggests, jconverter allows convert wordpress blog joomla site. can import users, blog posts, categories, pages , links wordpress blog joomla.
if not sure quality can start reading comments.
advice
have separate folder 2 cmss , use .htacess file job done. can find tons of articles explaining how should done.
Comments
Post a Comment