Title: petermarketer's Replies | WordPress.org

---

# petermarketer

  [  ](https://wordpress.org/support/users/petermarketer/)

 *   [Profile](https://wordpress.org/support/users/petermarketer/)
 *   [Topics Started](https://wordpress.org/support/users/petermarketer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/petermarketer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/petermarketer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/petermarketer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/petermarketer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/petermarketer/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Running the Loop on a WP Page](https://wordpress.org/support/topic/running-the-loop-on-a-wp-page/)
 *  Thread Starter [petermarketer](https://wordpress.org/support/users/petermarketer/)
 * (@petermarketer)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/running-the-loop-on-a-wp-page/#post-1329570)
 * **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(); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Placing <?php wp_list_comments(); ?> in comment php](https://wordpress.org/support/topic/placing-ltphp-wp_list_comments-gt-in-comment-php/)
 *  Thread Starter [petermarketer](https://wordpress.org/support/users/petermarketer/)
 * (@petermarketer)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/placing-ltphp-wp_list_comments-gt-in-comment-php/#post-1261561)
 * 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.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Change Blog Name and Tagline](https://wordpress.org/support/topic/how-to-change-blog-name-and-tagline/)
 *  Thread Starter [petermarketer](https://wordpress.org/support/users/petermarketer/)
 * (@petermarketer)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/how-to-change-blog-name-and-tagline/#post-1259589)
 * Well now I feel stupid for bumbling around the files.
 * Thanks, though!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS and Feedburner](https://wordpress.org/support/topic/rss-and-feedburner-3/)
 *  Thread Starter [petermarketer](https://wordpress.org/support/users/petermarketer/)
 * (@petermarketer)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-and-feedburner-3/#post-1249775)
 * Thanks for the help, jding. I appreciate your time.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS and Feedburner](https://wordpress.org/support/topic/rss-and-feedburner-3/)
 *  Thread Starter [petermarketer](https://wordpress.org/support/users/petermarketer/)
 * (@petermarketer)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-and-feedburner-3/#post-1249512)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS and Feedburner](https://wordpress.org/support/topic/rss-and-feedburner-3/)
 *  Thread Starter [petermarketer](https://wordpress.org/support/users/petermarketer/)
 * (@petermarketer)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-and-feedburner-3/#post-1249499)
 * 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)