Okay, I’m unsure what to do with that. The directions say to add it within the loop so I checked wp-content/theme/3columnrelaxation/index.php and found “the loop.” I also found the following code and it looks like it’s been commented out (I’m unfamiliar with PHP so don’t know if this is just an HTML comment or php or what??). Here’s the code (it’s part of the loop):
<p class="postmetadata"><?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
<!--
<?php trackback_rdf(); ?>
-->
</div>
What does that “php trackback_rdf();” mean? What is the difference between that and the code you gave me <?php trackback_url(display); ?>
Does one of them give the trackback URL (and do I have to give that or can people use the permalink??) and does one display the number of trackbacks received? Is that how it’s done?
Ideally, all I want is a link to click on that lists how many (if any) people have tracked back to me and what the URLs are. I also am unsure if I’m tracking back to people since it never seems to show up on their blogs when I list their URLs in my “write post.”
Thanks