johnt105
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: Sidebar text headersYou are a saint – cheers.
Forum: Fixing WordPress
In reply to: Sidebar text headersbump
Forum: Fixing WordPress
In reply to: Sidebar text headersHere is the php script used to generate my links, why is it adding the 1″> ????
<?php } ?>
<?php
$link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
foreach ($link_cats as $link_cat) { ?>- <?php echo $link_cat-> cat_id;?>”><h4><?php echo $link_cat->cat_name; ?></h4>
-
<?php wp_get_links($link_cat->cat_id); ?>
Forum: Fixing WordPress
In reply to: Sidebar text headersbump!
Any ideas?Forum: Fixing WordPress
In reply to: Text In sidebarNice one thanks!
Forum: Themes and Templates
In reply to: Side Bar Broken in IEFixed, an image in a post was too wide, causing side bar to be displaced,
Forum: Themes and Templates
In reply to: Side Bar Broken in IENope, tried removing each item from sidebar in turn to see which would cause it to drop down, remained anchored to bottom of page throughout.
Any other ideas?
Viewing 7 replies - 1 through 7 (of 7 total)