• Hi there
    I am having the wordpress site https://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(); ?>

    https://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

  • The topic ‘using wordpress theme with external links’ is closed to new replies.