Mystery of the Missing Trackbacks

A few weeks ago, I switched my site’s design from the Carrington framework to Lucian Marin’s Journalist theme. While I liked the visual design of the Carrington framework, it includes many features I never used. These options, in part due to problems with my host, were slowing my site down considerably. In an attempt to reduce the errors my blog generated, I switched to the Journalist theme for its lightweight coding and clean, yet appealing, design.

Shortly after making the switch, I began to notice that trackbacks weren’t appearing on my posts. At first, I assumed that the ongoing problems with my host were to blame, but since these issues have been largely resolved, I began to wonder if something else was amiss. As I discovered yesterday, the Journalist theme does not include either the trackback RDF code or trackback URLs. With the addition of one line of code, however, trackbacks are once again appearing on my posts.

If you’ve noticed the same problem with your WordPress theme, adding <!-- <?php trackback_rdf(); ?> --> to your theme’s index.php, page.php, and single.php files (just before the <?php endforeach; else: ?> line) will solve the problem. I recommend adding a trackback link, using the <a rel="trackback" href="<?php trackback_url(); ?>"><?php trackback_url(); ?></a> code as well, to ensure compatibility with the widest variety of sites.

Response from DreamHost Regarding Its Ongoing Nightmare

My web host, DreamHost, recently moved its operations to a new datacenter, resulting in major outages and headaches for myself and its many other customers (see “Regarding My Site’s Downtime” and “Ongoing Server Problems Test My Patience, Hamper Productivity“). So overwhelmed with complaints was its support staff that the company resorted to canned responses to customers’ inquiries.

Continue reading Response from DreamHost Regarding Its Ongoing Nightmare

Ongoing Server Problems Test My Patience, Hamper Productivity

As visitors may have noticed, disparate.info has suffered a number of outages over the last few days. My host, DreamHost, has experienced a number of problems with the servers powering this site (and many others) since it began moving its equipment to a new location. The recurring issues are disconcerting because, on more than one occasion, DreamHost has announced that it had resolved the problems only to discover that it hadn’t. I’ve been a customer for four years, but never before have I experienced problems of this magnitude, and the ongoing issues are testing my patience.

Continue reading Ongoing Server Problems Test My Patience, Hamper Productivity