tomelk31
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WordPress Login issuesAny ideas?
Forum: Themes and Templates
In reply to: WordPress Login issuesI had installed BuddyPress which caused a few issues until I got rid of it. I may have changed something in the functions page a while ago. Could that be the problem?
Forum: Fixing WordPress
In reply to: PHP code helpIf I use in_page(‘register’) would that mean display widget only on this page or display idget on every other page but this one? Thanks
Forum: Everything else WordPress
In reply to: Login logoThank you, that’s great!
Forum: Fixing WordPress
In reply to: Adding thumbnailThanks for the quick reply! I will try all of these and let you know what happens!
Forum: Fixing WordPress
In reply to: 301 RedirectOr is there anything I can add to the .htaccess file?
Forum: Your WordPress
In reply to: What do you think?Thank you. Yeah the menu bar is a bit strange but it came with the template. I am looking into removing one of them but I have to be careful so it doesn’t muck up the rest of the site.
Forum: Themes and Templates
In reply to: Layout wrong in IEI have validate the site through validate.w3.org and one of the first things which came up was DOC TYPE heading (I think this is causing the problems) – I know a bit of HTML but no PHP. Where do I put the DOC TYPE heading below in the PHP files in the wordpress editor?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">Thanks
Forum: Plugins
In reply to: Modifiing fototer contentThis is the section in footer.php
<div class="footbar"> <ul> <li> <h2><?php _e('Links'); ?></h2> <ul> <?php get_links(2, '<li>', '</li>', '', TRUE, 'url', FALSE); ?> </ul> </li> </ul> </div><!--footbar-->