link disappeared
-
hello there, any help would be appreciated.
My links seem to have disappeared from view, I was wondering if it was anything to do with the code below and if there is an error somewhere?
<!– start links –>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php
$link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
foreach ($link_cats as $link_cat) {
?>
<li id=”linkcat-<?php echo $link_cat->cat_id; ?>”><h3 type=”none” {
margin:0px 0 0 0;
}><?php echo $link_cat->cat_name; ?></h3>-
<?php wp_get_links($link_cat->cat_id); ?>
<?php } ?>
<!– end links –>
any help would be much appreciated.
The blog I need help with is: (visible only to logged in users)
-
The blog you specified at http://www.roylloydjones.com does not appear to be hosted at WordPress.com.
This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.
If you don’t understand the difference, you may find this information helpful.
- The topic ‘link disappeared’ is closed to new replies.