Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dubhdara

    (@dubhdara)

    Great.

    Resolved. Thanks again.

    Thread Starter dubhdara

    (@dubhdara)

    Thank you Alchymyth, I didn’t see that post option!

    As for the comments. It seems to be working! However, the link you give shows code (bottom of instructions, for 2010) that does not exist prior to the comments_template line in my loop.php:

    <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
    				<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
    			</div><!-- .entry-utility -->
    		</div><!-- #post-## -->
                    <?php global $withcomments; $withcomments = true; ?>
    		<?php comments_template( '', true ); ?>

    Have I done it right?

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