Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Thread Starter simonbailey

    (@simonbailey)

    Apologies, this is now fixed:

    See: http://wordpress.org/support/topic/102799?replies=2

    Thread Starter simonbailey

    (@simonbailey)

    SOLVED:

    I kept the code as is above but moved the:

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    line to the top – apologies

    Thread Starter simonbailey

    (@simonbailey)

    Figured it out .. it’s the way I have set up my comments in my code.. all a bit back to front, can’t figure it out: here is the existing code

    <?php get_header(); ?>

    <div id=”wrapper”>

    <div id=”black”>

    <div id=”left_logo”>
    <img src=”/images/archives.gif” alt=”View Kokopelli Archives” />
    <!– left logo close –></div>

    <?php include (“http://koko.pelli.co.uk/navigationblack.php&#8221;); ?>

    <div id=”blog”>

    <div class=”blog_divide”></div>
    <?php include (“http://koko.pelli.co.uk/recentphotosleft.php&#8221;); ?>
    <div class=”blog_divide”></div>

    <div class=”comments”>
    <p>This amazingly un/interesting post was filed lovingly under <?php the_category(‘, ‘) ?>. If you’re mad, you can follow any responses to this entry through the <?php comments_rss_link(‘RSS 2.0’); ?> feed.</p>

    <p><?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
    // Both Comments and Pings are open ?>
    You can leave some love, or ” rel=”trackback”>trackback from your own site.

    <?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
    // Only Pings are Open ?>
    Responses are currently closed, but you can ” rel=”trackback”>trackback from your own site.

    <?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
    // Comments are open, Pings are not ?>
    You can skip to the end and leave a response. Pinging is currently not allowed.

    <?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
    // Neither Comments, nor Pings are open ?>
    Both comments and pings are currently closed.

    <?php } edit_post_link(‘Edit this entry.’,”,”); ?></p>

    <?php comments_template(); ?>
    <!– comments close –></div>

    <div class=”blog_divide”></div>

    <!– blog close –></div>

    <!– black close –></div>

    <div id=”white”>

    <div id=”right_logo”>
    <!– right logo close –></div>

    <?php include (“http://koko.pelli.co.uk/navigationwhite.php&#8221;); ?>

    <div id=”journal”>

    <div class=”journal_divide”></div>
    <?php include (“http://koko.pelli.co.uk/recentphotosright.php&#8221;); ?>
    <div class=”journal_divide”></div>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h1><?php the_title(); ?></h1>

    <div class=”entry”>
    <?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>

    <?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>

    <div class=”journal_divide”></div>

    </div>
    </div>

    <?php endwhile; else: ?>

    <p>Sorry, no posts matched your criteria.</p>

    <?php endif; ?>

    <!– journal close –></div>
    <!– white close –></div>
    <!– wrapper close –></div>

    <?php get_footer(); ?>

    It works perfectly if i move the:

    <p>This amazingly un/interesting post was filed lovingly under <?php the_category(‘, ‘) ?>. If you’re mad, you can follow any responses to this entry through the <?php comments_rss_link(‘RSS 2.0’); ?> feed.</p>

    <p><?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
    // Both Comments and Pings are open ?>
    You can leave some love, or ” rel=”trackback”>trackback from your own site.

    <?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
    // Only Pings are Open ?>
    Responses are currently closed, but you can ” rel=”trackback”>trackback from your own site.

    <?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
    // Comments are open, Pings are not ?>
    You can skip to the end and leave a response. Pinging is currently not allowed.

    <?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
    // Neither Comments, nor Pings are open ?>
    Both comments and pings are currently closed.

    <?php } edit_post_link(‘Edit this entry.’,”,”); ?></p>

    <?php comments_template(); ?>

    above the:

    <?php endwhile; else: ?>

    <p>Sorry, no posts matched your criteria.</p>

    <?php endif; ?>

    If that makes any sense … Is there any way I can have the post page as it is with the comments / post comment in the left and the actual post in the white on the right?

    Thread Starter simonbailey

    (@simonbailey)

    Strange, I will try them thanks although I don’t think that would be the problem, when I switched hosting, I switched my other blog the same way and I can post comments on there fine:

    http://www.pet-detectives.co.uk

    Thread Starter simonbailey

    (@simonbailey)

    Sorry, just wanna bump this again incase anyone can help 🙁

    Thread Starter simonbailey

    (@simonbailey)

    Still anyones guess 🙂

    Any ideas brainy people?

    Thread Starter simonbailey

    (@simonbailey)

    bump

    simonbailey

    (@simonbailey)

    Yeah you need to get your ftp details for your domain then use an ftp client to log in. Once inside you need to navigate to the wordpress upload items.

    Then go to wp-content/themes/yourtheme/header.php

    Open that file and you should see the file path for the image:

    <img src=”filename.fileextension” alt=”” /> – That’s where you will need to enter the location for the new image you want to replace it with.

    simonbailey

    (@simonbailey)

    If it asks you to update the htaccess file it should give you the code at the bottom of the page.. does it not?

    Thread Starter simonbailey

    (@simonbailey)

    Anyone have any ideas on this prob?

    Thread Starter simonbailey

    (@simonbailey)

    Hi Sweet,

    Could you explain that more? I’m not sure I understand – the comment link has been rewritten “No Love” under each post.

    Thread Starter simonbailey

    (@simonbailey)

    Is that because you entered the sub-domain?

    If you enter http://www.pelli.co.uk it seems to return a DNS report?

    Thread Starter simonbailey

    (@simonbailey)

    Hi drmike, could you explain what this means?

    Sorry

    Thread Starter simonbailey

    (@simonbailey)

    Anyone know if and how this can be done?

    Thread Starter simonbailey

    (@simonbailey)

    Bump .. any help would be much appreciated

Viewing 15 replies - 1 through 15 (of 30 total)