DISQUS

Development on a shoestring: Trackbacks Template WordPress Plugin

  • Busby SEO Test · 11 months ago
    I found an article to separate trackback and comment without plugins. I think I found it in wp codex, I think it will help us reduce CPU resource
  • BFS · 7 months ago
    WP 2.7, defaut template. Installed plugin according to directions and added the 'trackback_template()' tag to single.php directly above the comments template. Getting the following error:

    PHP Fatal error: Call to undefined function: trackback_template() in /var/www/html/wp-content/themes/default/single.php

    I guess the obvious question is whether this plugin is compatible with 2.7?

    Thanks
  • Bob · 7 months ago
    The README does not show the correct tag to add to your templates. It specifies `trackback_template()`, but it should say `trackbacks_template()`

    Thanks