mrsankey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content background missingYes, Falbum is a plugin for my flickr photos. Could the plugin be adding those extra
</div>tags? Because its nowhere in my theme files.Forum: Fixing WordPress
In reply to: Content background missingI don’t see anything to do with Falbum anywhere in index.php. In fact, here is the actual code.
<?php get_header(); ?>
<div id="content">
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<div class="post">
<div class="post-title"><em><?php the_category(' and ');?></em> <?php the_author();?> on <?php the_time('d M Y h:i a'); ?></div>
<p class="post-info"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a> <?php edit_post_link('(edit this)'); ?></p>
<div class="post-content">
<?php the_content('Continue Reading »'); ?>
<?php wp_link_pages(); ?>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<p class="post-footer"><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »','','<span>Comments Off</span>'); ?></p>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
<?php endforeach; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<p align="center"><?php posts_nav_link() ?></p>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>I also looked through my other theme files and there is nothing in any of those files either.
Forum: Fixing WordPress
In reply to: Content background missingthis is the code for my footer.
<p id="footer">
<?php //Please keep the link to the theme site and the sponsor. thats how this theme is made free. ?>
<strong><?php bloginfo('name'); ?></strong> © <?php echo date('Y');?> | <a href="http://wpthemes.info/fast-track/" title="WP Themes.Info">FastTrack</a> made free by <a href="http://www.webhostingbluebook.com/">Web Hosting Bluebook</a>
</p>
</div>
<?php wp_footer();?>
</body>
</html>that looks like the last part of the problem code that you posted, but the
</div> </div> </div>isn’t there.Forum: Fixing WordPress
In reply to: Content background missingI cannot seem to find that code ANYWHERE. I don’t know if its just me, but it is not in footer.php or any of the other theme files in my theme editor…this shouldn’t be that hard…
Forum: Fixing WordPress
In reply to: Content background missingI looked through all the files in presentation -> theme editor and I couldn’t find it anywhere in those files. So is there some other files somewhere that I should be able to access that just aren’t showing up in the theme editor?
Forum: Fixing WordPress
In reply to: Content background missingok thanks, I just don’t know what file to edit that bit of code in…
Forum: Fixing WordPress
In reply to: Content background missingok thanks, I just don’t know what file to edit that bit of code in…
Forum: Your WordPress
In reply to: HELP me decide between three themes!I agree with Rocknation as well. If you are going to be a financial site, then I would choose the first one. It looks the most professional.