geniuzink
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP links just refresh the same pageChanged the .php to `<?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; ?>
`Forum: Fixing WordPress
In reply to: Permalinks not showing in the index.phpI’m sorry I’m not the best with this kind of thing I have moved it to the root directory and I still am getting the same problem? http://geniuzink.com am I supposed to move certain files to a different folder…? Again thanks for the response
Forum: Themes and Templates
In reply to: Index.php and archive pagesHey that worked like a charm thank you so much. 🙂
Forum: Themes and Templates
In reply to: Index.php and archive pagesThanks I will try that I appreciate the response 🙂