saaretjie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Is there anyway to change the order of columns?Here’s my style sheet if it helps…
[long code moderated]
Forum: Fixing WordPress
In reply to: Anyway to add text before and after post…Thank you so much!
You’ve all been amazing help!
Forum: Fixing WordPress
In reply to: Anyway to add text before and after post…Can someone please tell me where to put it? I’m a total noob if you haven’t worked it out already.
Here’s a copy of my single.php… I’m using the Prosumer theme from jauhari…
<?php get_header(); ?>
<div id=”content” class=”widecolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>
<?php the_title(); ?>
</h2>
<p class=”meta”>
<span class=”timr”><?php the_time(‘F d, Y’) ?></span>
<span class=”user”>By: <?php the_author() ?> </span>
<span class=”catr”>Category: <?php the_category(‘, ‘) ?></span>
<?php edit_post_link(‘Edit’, ‘<span class=”editr”>’, ‘</span>’); ?>
</p>
<div class=”entry”>
<?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>
<?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
<div class=”navigation”>
<div class=”alignleft”>
<?php previous_post_link(‘← %link’) ?>
</div>
<div class=”alignright”>
<?php next_post_link(‘%link →’) ?>
</div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Anyway to add text before and after post…Sorry
what they require is
article start and article end in each post