Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter xlv

    (@xlv)

    Thanks for your help garbonzo. It’s much appreciated. I simply overlooked my selected Options. I was using a page for my homepage, no displaying posts. Which explains why editing index.php was ineffectual when looking at the homepage. I really couldn’t work it out! Thanks again! 🙂

    Thread Starter xlv

    (@xlv)

    In case it’s down to a poor code job here’s the content of index.php:

    <?php get_header(); ?>
    <?php if (have_posts()) : ?>
    	<?php while (have_posts()) : the_post(); ?>
        <div id="main">
          <div id="loop">
          <div id="postdate"><span class="date"><?php the_time('d') ?></span><br /><span class="month">
          <?php the_time('M') ?></span></div>
          <div id="posttitle"><a href="<?php the_permalink() ?>" title="Read ‘<?php the_title(); ?>’"><?php the_title(); ?></a></div>
          <div id="postcontent">
            <?php the_content('Read the rest of this entry &raquo;'); ?>
          </div>
          <div id="postfooter">Posted by <?php the_author() ?> under ‘<?php the_category(', ') ?>’. <?php edit_post_link(); ?></div>
        </div>
    	<?php endwhile; ?>
    
    	<p>
    		<span><?php posts_nav_link('','','&laquo; Previous Entries') ?></span>
    		<span><?php posts_nav_link('','Next Entries &raquo;','') ?></span>
    	</p>
    
    <?php else : ?>
    
    	<h3>No Results Returned</h3>
    	<p>
    		<?php _e("Sorry, your search produced no results. If you did not perform a search it is possible that a website error is preventing your access. If so, please contact us."); ?>
    	</p>
    	<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    
    <?php endif; ?>
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    Thread Starter xlv

    (@xlv)

    I was first using WordPress’ inbuilt editor [it reported no errors, and filesizes changed to confirm that the file was being edited]. When that didn’t work I tried saving files locally and FTPing them into place, but still without any effect.

    The site is online, no testing is done locally. The initial design was offline in a WYSIWYG editor simply to get the CSS and basic HTML working.

    Thread Starter xlv

    (@xlv)

    ../wp-content/themes/THEME_NAME/index.php

    Is this correct? =[

    Thread Starter xlv

    (@xlv)

    Wow! Thank you! =D

    Check out WordPress template tags. If none of those can insert recent entries, comments or archives, look for a plugin. Failing that, sob into a knitted sweater and blame it on the pixies.

    Nap, everything linked to is under localhost as whooami says. This includes the stylesheet, which explains the plain text. Does this homeip service allow URL screening/forwarding? Might be worth looking into.

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