JeffM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Delete the title “links” from Menu?I added that on purposes. When I opened up index.php for the first time was:
‘ul>
<?php get_links_list(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>-
<?php wp_list_cats(); ?>
‘
Forum: Fixing WordPress
In reply to: Delete the title “links” from Menu?This is how it is called..
‘<?php _e(‘<img src=”images/menu-links.gif” alt=”Link”/>’); ?><?php get_links_list(); ?>
<li id=”categories”><?php _e(‘<img src=”images/menu-cat.gif” alt=”Category”/>’); ?>’Forum: Fixing WordPress
In reply to: Delete the title “links” from Menu?Thats the issue, I don’t have that in my index.php. I replaced all of the others, as you can see, but I can’t locate anything like that in the whole site.
Forum: Themes and Templates
In reply to: Need AdviceThink i got it.thanks.
Forum: Themes and Templates
In reply to: Need AdviceThanks! What do you mean by add a footer and ‘clear’ before that footer? SOrry , I’m a kNewbiE.
Forum: Themes and Templates
In reply to: Need AdviceWhen I float left, my menu on the left will vary from IE to Firefox. I’m assuming this is because of my padding somewhere. This is proving to be quite difficult.
Forum: Themes and Templates
In reply to: Think I can do it?Those look like some really great resources. Thanks Guys. I’m going to give it some more effort, I’ll let you know how it comes out. Looks like a lot of work though, heh :-/