xlv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Main Index Template not editable!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
In reply to: Main Index Template not editable!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 »'); ?> </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('','','« Previous Entries') ?></span> <span><?php posts_nav_link('','Next Entries »','') ?></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
In reply to: Main Index Template not editable!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
In reply to: Main Index Template not editable!../wp-content/themes/THEME_NAME/index.php
Is this correct? =[
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.
Forum: Themes and Templates
In reply to: Nothing but textNap, 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.