• Ok, ive got everything working but this ! would really appreciate some help.

    when the blog posts are pulling through, for some reason the second post kicks out and into the footer , ive debugged it as much as i can see , but i cant see why it goes off like that ?? .. it seems to kick the code outside the div when it displays , hence why its down there

    photo here

    <?php
    /**
     * The default template for displaying content. Used for both single and index/archive/search.
     *
     * @package WordPress
     * @subpackage ultimateWordPress
     * @since ultimateWordPress 1.0
     */
    ?>
    
    <h2>
    <a href="<?php the_permalink($post->ID); ?>">
    <?php the_title(); ?>
    </a>
    </h2>
    <?php the_excerpt(); ?>
    
    <?php get_footer(); ?>
Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    Have you tried troubleshooting by momentarily switching to the WP default theme with ALL plugins deactivated?

    Thread Starter csimpson.web

    (@csimpsonweb)

    there are no plugins atm , but i havent tried that yet, thanks

    Thread Starter csimpson.web

    (@csimpsonweb)

    well it displays the content and footer .. but i cant seem figure out which file or code im missing to fix it

    Moderator t-p

    (@t-p)

    Not sure what you are saying.
    What happened when you switched to the default theme?

    Thread Starter csimpson.web

    (@csimpsonweb)

    the posts display, as does the footer , so there’s obviously an issue with my the way its displayed in my theme ,

    which php file should i check to figure out why its not displayed . i tried content.php but it not that ..

    im unsure of which php file is pulling the blog page together , so im stuck

    Moderator t-p

    (@t-p)

    the posts display, as does the footer , so there’s obviously an issue with my the way its displayed in my theme ,

    Yes, lokks like your theme is broken.

    which php file should i check

    – Which theme are you using?
    – You may want to contact the theme’s developer. Or download a fresh copy and upload that one.

    Thread Starter csimpson.web

    (@csimpsonweb)

    its my theme , i wrote it, i need to know which files operate the blog. so from a fresh install,and then adding the pages 1 by one , which php files relate directly to the blog , to make it work ? if i remember correctly there are 3 , im just unsure of which ones , and i cant seem to find them written down anywhere

    Moderator t-p

    (@t-p)

    its my theme , i wrote it, i need to know which files operate the blog.

    Sorry, I have no clue.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘blog posting discrepancy’ is closed to new replies.