• Hello,

    I have been working with “Really State” theme and I always have a problem with “Home” bottomm. It has never worked ok and I cannot solve this problem. I paste the PHP code. Thanks!

    <div id=”body_wrap”>
    <div id=”header”>
    <div id=”headerimg”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    <div id=”menu-bar”>

      <li class=”pagenav-home”>
      <li <?php /* If this is the frontpage */ if ( is_home()) { ?> class=”current_page_item” <?php } ?>>Home

    <?php wp_list_pages(‘title_li=<h2>Pages</h2>’); ?>

    </div>
    </div>
    </div>

    <div id=”page”>

The topic ‘Problem with “Homepage” bottom’ is closed to new replies.