• Hello friends, I have a problem with reading the pages using Google Chrome browser.

    In the other browsers works great but in Google Chrome I can’t read the pages. In the address bar when I write https://localhost/wordpress/?p=10 (or https://myipaddress/wordpress/?p=10) then the template it is ok, but the content of the page is empty (Only works “Hello World post”).

    Maybe this is a “stupid” problem and easy to solve, but I can’t find the correct solution.

    I use WAMP server and WordPress 3.0.1, the pages was created into admin panel and I use this function to get them content:

    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <div> <?php the_content(); ?> </div>
    <?php endwhile; ?>

    As I said, maybe this problem is “stupid”, but I can’t find the correct solution and I need your help.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Your look likes fine.

    If it is only happening in one browser it is likely to be a styling issue. Try disabling all CSS and see if the content appears or look at the source (view-source:your_url) to see if the_content appears.

    Dave.

    Thread Starter Damjan

    (@skydriver)

    Hello Dave and thank you for the answer.
    I view the source without .css (and with .css) file, but I got the same results, the content is empty.

    Now I tried with Safari 4 and I got the same problem.
    In Firefox, Opera and IE works great, but in Chrome and Safari only display the “Hello World” post (Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!), this is ?p=1, but when I try to open …?p=4, 6, 8… then the content is empty (but in admin panel they have a content).

    Do it possible the problem to be in the WAMP server or my firewall or something similar ?

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Content of the pages in Chrome’ is closed to new replies.