Hi there
I am having the wordpress site http://www.sitech.edu.in/site
I am working on third party php application to embed with wordpress.
I am using the below code to embed the theme.
<?php require( '../site/wp-load.php' ); get_header(); ?>
//mysql query content code here
<? get_footer(); ?>
http://www.sitech.edu.in/portal
it works fine but i wanted to make display this page as one column and hide sidebar widgets
kindly advice