by Oeshy
3 replies
  • WEB DESIGN
  • |
Ok I was trying to figure out where to insert my google ads to have them on the top of every new post and I accidentally ****ed up my page display.

The site works fine but when you click on a post everything is all over the place. The text is not the correct format, the side bar and footer are out of whack etc.

The ONLY thing i edited was the page.php file and when it buggered up I thought "ok well it does not go there" and removed the google adsense code. When I saved and tested it again it was still screwed up!!!

Not I start to panic but I relax and think "hey you were smart and backed up your files". So I open my backed up copy of page.php and replace the "broken" one. I load the page up again in my browser and THE PROBLEM IS STILL HERE!!!!!!!!!!!!!!!!!

I am stressing really bad and do not know how to fix it or even what it wrong. From what I can see the file is exactly as it was before as I have edited and tried replacing with no success. I am stumped on what's wrong and need your help to help ne fix it.

Fight Tourist

Here is my page php code.

Code:
<?php get_header(); ?>

    <div id="content">
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
        
    <div class="post" id="post_<?php the_ID(); ?>">

    <span class="breadcrumbs"><a href="<?php echo get_option('home'); ?>/">Home</a> &raquo; <?php the_title(); ?></span>
        
    <h2 class="title"><?php the_title(); ?></h2>
        
        <div class="entry clearfloat">
        <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

        <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>

        </div>
        
    <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>

    </div>
        
    <div id="comments">
    <?php comments_template(); ?>
    </div>

    <?php endwhile; endif; ?>

    </div>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
Any ideas?
#issue #site #urgent #wordpress
  • Profile picture of the author marketingstatic
    I am not suggesting I am a pro but in working at a help desk I always ask the following? 1. Have you posted your issue with the original developer of the application?
    2.Have you used the resources available at your hosting provider?
    3. Did you delete the browsers cookies so as to make sure its just not still there because it hasn't been refreshed.
    4. What Browser are you using, IE 7,8-Opera, Safari or Firefox?
    Lastly never use a plugin that has not been tested and proven so if ts got a.5 vs a plugin with a 2.3 version don't use them
    Signature

    Happy new Year 2019

    {{ DiscussionBoard.errors[1197562].message }}
  • Profile picture of the author Oeshy
    yes I posted the issue at wordpress forums and no answer yet.

    My live hosting support is hopeless, believe me I have tried them before.

    No I haven't tried deleting cookies but I have had other people on msn test the site and see it broken. I will delete them now.

    4 Using firefox and tested on both firefox and internet explorer with it broken on both
    {{ DiscussionBoard.errors[1197587].message }}
  • Profile picture of the author Oeshy
    will paypal whoever fixes the issue $5AU!
    {{ DiscussionBoard.errors[1197606].message }}

Trending Topics