Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: Emtpy Pages
    Thread Starter dirpointexe

    (@dirpointexe)

    Updated my theme version and problem fixed. 🙂

    Thanks for helping me. 😉

    Forum: Fixing WordPress
    In reply to: Emtpy Pages
    Thread Starter dirpointexe

    (@dirpointexe)

    Love you 🙂 Changed theme and the problem fixed. Now i have to figure out what is my theme problem, anyway thank you very much.

    Forum: Fixing WordPress
    In reply to: Emtpy Pages
    Thread Starter dirpointexe

    (@dirpointexe)

    Hello,

    checked page.php file and can’t see any error.

    Here is the page.php;

    <?php get_header(); ?>	
    
    <div id="container">
    
    <div id="left-div">
    
    <div id="left-inside">
    
    <?php if (have_posts()) : ?>
    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    
    <!--Start Post-->
    <span class="single-entry-titles" style="margin-top: 18px;"></span>
    <div class="post-wrapper">
    
    <h3 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    
    <div class="page-post">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>
    
    </div>
    
    <?php endwhile; ?>
    
    <!--End Post-->
    
    <p class="pagination"><?php next_posts_link('&laquo; Previous Entries') ?> <?php previous_posts_link('Next Entries &raquo;') ?></p>
    
    <?php else : ?>
    
    <h2 align="center">Not Found</h2>
    <p align="center">Sorry, but the page you requested could not be found.</p>
    
    <?php endif; ?>
    
    </div>
    
    </div>
    
    <!--Begin Sidebar-->
    <?php get_sidebar(); ?>
    <!--End Sidebar-->
    
    <!--Begin Footer-->
    <?php get_footer(); ?>
    <!--End Footer-->
    
    </body>
    </html>

    Can you check too please? Thank you for your interest.

Viewing 3 replies - 1 through 3 (of 3 total)