Title: xlv's Replies | WordPress.org

---

# xlv

  [  ](https://wordpress.org/support/users/xlv/)

 *   [Profile](https://wordpress.org/support/users/xlv/)
 *   [Topics Started](https://wordpress.org/support/users/xlv/topics/)
 *   [Replies Created](https://wordpress.org/support/users/xlv/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/xlv/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/xlv/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/xlv/engagements/)
 *   [Favorites](https://wordpress.org/support/users/xlv/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Main Index Template not editable!](https://wordpress.org/support/topic/main-index-template-not-editable/)
 *  Thread Starter [xlv](https://wordpress.org/support/users/xlv/)
 * (@xlv)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/main-index-template-not-editable/#post-630866)
 * 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! 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Main Index Template not editable!](https://wordpress.org/support/topic/main-index-template-not-editable/)
 *  Thread Starter [xlv](https://wordpress.org/support/users/xlv/)
 * (@xlv)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/main-index-template-not-editable/#post-630864)
 * 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(); ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Main Index Template not editable!](https://wordpress.org/support/topic/main-index-template-not-editable/)
 *  Thread Starter [xlv](https://wordpress.org/support/users/xlv/)
 * (@xlv)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/main-index-template-not-editable/#post-630863)
 * 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Main Index Template not editable!](https://wordpress.org/support/topic/main-index-template-not-editable/)
 *  Thread Starter [xlv](https://wordpress.org/support/users/xlv/)
 * (@xlv)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/main-index-template-not-editable/#post-630861)
 * ../wp-content/themes/THEME_NAME/index.php
 * Is this correct? =[
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How can I get WP to recognise the current page for highlighted tabs?](https://wordpress.org/support/topic/how-can-i-get-wp-to-recognise-the-current-page-for-highlighted-tabs/)
 *  Thread Starter [xlv](https://wordpress.org/support/users/xlv/)
 * (@xlv)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-get-wp-to-recognise-the-current-page-for-highlighted-tabs/#post-614759)
 * Wow! Thank you! =D
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to make the “RECENT ENTRIES”, “RECENT COMMENTS” etc appears in page bottom?](https://wordpress.org/support/topic/how-to-make-the-recent-entries-recent-comments-etc-appears-in-page-bottom/)
 *  [xlv](https://wordpress.org/support/users/xlv/)
 * (@xlv)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/how-to-make-the-recent-entries-recent-comments-etc-appears-in-page-bottom/#post-614719)
 * 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Nothing but text](https://wordpress.org/support/topic/nothing-but-text/)
 *  [xlv](https://wordpress.org/support/users/xlv/)
 * (@xlv)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/nothing-but-text/#post-614715)
 * 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)