Are there any Wordpress/php gurus out there who can suggest a way to get this bit of code working under WP 2.1.2?
<?php
$link_cats = $wpdb->get_results(”SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
foreach ($link_cats as $link_cat) {
if (get_links($link_cat->cat_id, ”, ”, ”, FALSE, ”, FALSE, FALSE, -1, FALSE, FALSE)) {
?>
<div class=”left-widget-title”
id=”linkcat-<?php echo $link_cat->cat_id; ?>”>
<?php echo $link_cat->cat_name; ?>
</div>
<div class=”left-widget”>
<ul>
<?php [...]
Entries from March 10th, 2007
Specific cry for help
March 10th, 2007 · No Comments · Technology
Why I was offline
March 10th, 2007 · 2 Comments · Technology
The upgrade was not the cause of being offline – it was the solution.
The hosting deal I have for this site assumes a fairly low level of activity – thats why it is so cheap. As such it is fine for me because I don’t get a huge number of visitors and, not being [...]
Wordpress 2.1
March 10th, 2007 · 5 Comments · Technology
I have upgraded to Wordpress 2.1.2
Its a bit strange… looks the same in many ways but some of the subtle differences are quite significant. For a start the database has been restructured a bit with tables having different names. That should not be a problem, but the template I am using has [...]






