Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] Page Template Footer showing incorrectly


 
Prev Previous Post   Next Post Next
  #1  
Old Nov 26, 2012, 05:31 PM
bizkit01
 
7 posts · Jul 2012
[SOLVED] Page Template Footer showing incorrectly

I am starting a new Page template to add thumbnails of all child pages on a page with this template. I got the thumbnails showing up properly, but the Footer on the page is left-aligned and incorrect. I looked at it and it has colspan="1" instead of the usual colspan="2". Can someone tell me why it is doing this when I'm simply using the same <?php get_footer(); ?> at the end of the template that is identical to index.php's Footer?

Full template (Work in progress):

Quote:
<?php /* Template Name: Image Thumbs Template
*/ ?>

<?php get_header(); ?>

<h1>Title</h1>

<div class="maincontent">

<?php
query_posts('posts_per_page=5&post_type=page&post_ parent='.$parent);
while (have_posts()) : the_post();
?>

<?php echo get_the_post_thumbnail( $post_id, $size, $attr ); ?>

<?php endwhile; ?>
</div>

<?php get_footer(); ?>
I can't link to the site, as it's a client's dev environment - but it simply includes <td id="footer" colspan="1"> instead of "2". A manual fix would be ok too, as I can simply hardcode it into this one page.

Last edited by bizkit01; Nov 26, 2012 at 05:37 PM.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sociable Not Showing in Footer on Posts in the Home Page Whatsthatcat? Plugins & Atahualpa 1 Feb 22, 2011 05:55 PM
Footer for posts is not showing on the Home page socium Comments, trackbacks & pings 0 Feb 22, 2010 05:35 PM
[SOLVED] Previous Post / Next Post showing up incorrectly mkhobson Page & Category Menu Bars 1 Sep 17, 2009 11:02 AM


All times are GMT -6. The time now is 07:27 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.