Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Simonsopinion,Laura: I’m happy to hear that your problems are solved now! I don’t think I fixed a bug in WP 2.5 , it’s just a feature as most people won’t need comments on pages … Maybe it’s a deja-vu but I think I had the same issue with a previous WP version ??

    About the gallery, I guess you mean the integrated image manager from WP 2.5? I haven’t tried it yet. The good old ImageManager plugin was great but unfortunately can’t make it work with 2.5 , so I went back to the old but still working IImageBrowser.

    Regards
    Quique

    Hi again:

    It works for me: , I replaced WASABI’s plugin with “Similar Posts” from https://rmarsh.com/plugins/similar-posts/ and also have Google ads but they’re included when the page is created (not in the template)

    Here’s a full copy of my page.php template:

    <?php get_header(); ?>

    <div id=”right”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2><?php the_title(); ?></h2>

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

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

    </div>
    <?php endwhile; endif; ?>
    <?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?>

    <?php similar_posts(); ?>

    <?php comments_template(); ?>

    </div>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    Hope it helps

    Regards
    Quique
    https://www.quique.org/blog

    Hi callaweb:

    Which “Related posts” plugin are you using? I’m using WASABI’s v.2.04. and yes, looks like it conflicts with Google ads but no problem displaying the comments form. I’ll look for a new related posts plugin as WASABI’s is no longer supported.

    I’ll post an update if I make it work

    Regards
    Quique

    Hi simonsopinion!

    Good to hear it worked!

    Check Settings/General/Membership:

    “Users must be registered and logged in to comment” , just uncheck it.

    Regards
    Quique
    https://www.quique.org/blog

    Same problem here but solved now
    , you need to edit the Page (page.php) template and add:

    <?php comments_template(); ?>

    Just after:

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

    Let me know if it works

    Regards
    Quique
    https://www.quique.org/blog

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