• I installed a theme called 3-column-relaxation at my blog (https://www.blabble.org) which works fine. However, I noticed there is not a space for “trackback” next to the comments.

    How do I add trackbacks to my theme? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lindalu2

    (@lindalu2)

    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

    Ahh, different question. The trackback_url is what someone would use to trackback to your post. If trackbacks are working correctly, the trackback would show up in your comments.
    https://www.ads-software.com/support/topic/20970
    Check that thread for links for testing trackbacks and pingbacks, and much more info regarding both.
    Also, be sure you are using the most recent install of WP, as I know there were some issues with trackbacks with some previous versions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add trackback to theme?’ is closed to new replies.