Content of the pages in Chrome
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Content of the pages in Chrome’ is closed to new replies.