function defintion
-
hello,
I would edit the php function who opens the comments template in my theme:
that’s the code fragment:
<div class=”entry”>
<?php the_content(‘» read «’); ?>
<?php wp_link_pages(array(‘before’ => ‘<p>Page: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?><p class=”tags”><?php the_tags(‘Tagged: ‘, ‘, ‘, ”); ?></p>
<?php comments_template(); ?>
</div>where that function is defined in wp??
I’m not able to find it.
thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘function defintion’ is closed to new replies.