Forums

Liquorice
Comments on pages? (4 posts)

  1. nightflightmedia
    Member
    Posted 1 year ago #

    Discussion is enabled but the comment box doesn't show up

    http://wordpress.org/extend/themes/liquorice/

  2. nightflightmedia
    Member
    Posted 1 year ago #

    I created a custom page template

    <?php
    /*
    Template Name: Page Comments
    */
    ?>
    
    <?php
    
      /**
      *@desc A page. See single.php is for a blog post layout.
      */
    
      get_header();
    
      if (have_posts()) : while (have_posts()) : the_post();
      ?>
    
        <div class="postWrapper" id="post-<?php the_ID(); ?>"  <?php post_class(); ?>>
    
          <div class="post"><?php the_content(__('(more...)')); ?></div>
          <?php wp_link_pages('before=<p>&after=</p>&next_or_number=number&pagelink=page %'); ?>
          <p class="postMeta"><?php edit_post_link(__('Edit'), ''); ?></p>
        </div>
    
      <?php
    
      comments_template();
    
      endwhile; else: ?>
    
        <p>Sorry, no pages matched your criteria.</p>
    
    <?php
      endif;
    
      get_footer();
    ?>
  3. nudge
    Member
    Theme Author

    Posted 1 year ago #

    Hi nightflightmedia,

    I've submitted a revised version of the theme and added the comments template in the pages.php.

    thanks.

  4. letykemp
    Member
    Posted 1 year ago #

    Hi nudge,

    I am using your beautiful template however the sidebar goes to the bottom of the page on the static pages and also on the post pages. help?

    http://blog.fancylittleme.com.au

    Your help is much appreciated.

Topic Closed

This topic has been closed to new replies.

About this Theme

About this Topic

Tags