Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter petermarketer

    (@petermarketer)

    Here is the template code:

    <?php
    /*
    Template Name: Archdex
    */
    ?>
    
    <?php get_header(); ?>
    
    <div id="content">
    
    	<div id="content-left">
    <!-- ******** -->
    
    <h2 id="post-description">Recent Posts</h2>
    <?php if (have_posts()) : ?>
    
    		<?php while (have_posts()) : the_post(); ?>
    
    			<div class="box-left" id="post-<?php the_ID(); ?>">
    
    				<h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
    
    				<?php the_content(__('&rsaquo; Continue reading')); ?>
    	<div class="clear"></div>
    				<?php wp_link_pages('before=<div class="nav_link">&after=</div>&next_or_number=number&pagelink=<span class="page_number">%</span>'); ?>
    				<?php the_tags('<p class="tags">TAGS: ', ', ', '</p>'); ?>
    
    				<div class="meta">
                                                                                    <span class="meta-date"><?php the_time('l, F jS, Y'); ?> <?php _e('by'); ?> <?php the_author(); ?></span>
    					<span class="meta-categories"><?php the_category(', '); ?></span>
    					<span class="meta-comments"><?php comments_popup_link(__('No Comments'), __('1 Comment'), __('% Comments')); ?></span>
                                                                    </div>
    
    				<div class="clear"></div>
    
    			</div>
    
    		<?php endwhile; ?>
    
    		<div class="box-left navigation">
    
            	<?php next_posts_link('&laquo; Previous Entries') ?> <?php previous_posts_link('Next Entries &raquo;') ?>
    
    		</div>
    
    		<?php else : ?>
    
    		<div class="box-left" id="searchform">
    
    			<h3>Not found!</h3>
    			<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    			<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    
    		</div>
    
    <?php endif; ?>
      	  </div><!-- end content-left -->
    <div id="content-right">
    	  <?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
    </div>
    	  <div class="clear"></div>
    </div><!-- end content -->
    <?php get_footer(); ?>
    Thread Starter petermarketer

    (@petermarketer)

    Resolved. I was able to meld the default theme with the berlin theme to get a working reply button, but now I have a headache.

    Thread Starter petermarketer

    (@petermarketer)

    Well now I feel stupid for bumbling around the files.

    Thanks, though!

    Forum: Fixing WordPress
    In reply to: RSS and Feedburner
    Thread Starter petermarketer

    (@petermarketer)

    Thanks for the help, jding. I appreciate your time.

    Forum: Fixing WordPress
    In reply to: RSS and Feedburner
    Thread Starter petermarketer

    (@petermarketer)

    Well, I was able to try those things and the problem persists:

    1. with the plugin disabled;
    2. with permalinks changed;
    3. with permalinks regenerated.

    Forum: Fixing WordPress
    In reply to: RSS and Feedburner
    Thread Starter petermarketer

    (@petermarketer)

    Thanks. I’ll do that and report back (but probably not today.)

    Where would I find redirects for /feed/?

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