• Hey,
    I am converting a website from radiant CMS to wordpress and I am having some trouble getting a couple of the pages to fully load. I have done some troubleshooting and have determined that the problem is located in page.php. I pulled the code from header.php, the code I posted in the page and footer.php, then combined them into index.html. I then pulled the css and ran it on a local folder on my desktop and everything worked correctly.

    This is the original site (how it is supposed to look):
    http://eapartado.com/empezar_a_comprar

    This is the conversion site (that will not fully load):
    http://beta.eapartado.com/empezar_a_comprar

    The code located on my page.php file is as follows:

    <?php get_header(); ?>
    <div id="content">
         <?php while ( have_posts() ) : the_post(); ?>
              <?php the_content();?>
         <?php endwhile; /* end of the loop.*/ ?>
    </div>
    <hr/>
    <hr class="clear"/>
    </div>
    <?php get_footer(); ?>

    Also I do not speak Spanish, regardless of the content on the site.

    Thank you for any help you can provide.

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

  • The topic ‘Page will not fully load, page.php trouble’ is closed to new replies.