godsreal
Forum Replies Created
-
Edit my files on my computer and upload it ftp? Can you explain that in a paragraph?
thanks!
also if anyone else knows of a plugin thanks for your help to!
So I am told, but when I go to “theme editor” and then go to “main index template” it says this at the bottom of the html “If this file were writable you could edit it.”
So, now what do i do? Thanks!
any further help????
^^^^^^
thanks!
Forum: Your WordPress
In reply to: Any ideas on how to make my blog nicer?????where could i read about how to make my blog nicer?
ok, another problem…my wordpress theme editor says “If this file were writable you could edit it.”
and it didnt let me edit it. any idea what this is all about?
thanks again for all your help! ??
this is my main index template, is this the one that needs to be adjusted?
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small><div class=”entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div><p class=”postmetadata”>Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>
</div><?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
</div><?php else : ?>
<h2 class=”center”>Not Found</h2>
<p class=”center”>Sorry, but you are looking for something that isn’t here.</p>
<?php include (TEMPLATEPATH . “/searchform.php”); ?><?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Your WordPress
In reply to: Any ideas on how to make my blog nicer?????I guess I don’t really know how to do much with pc/ web stuff.
any easy things I can do?
thanks, in my page template it looks like this:
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2><?php the_title(); ?></h2>
<div class=”entrytext”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?><?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
so, what should I clip?
Thanks bunmches!!!!!!
help is appreciated!
thanks