M. Landegent
Forum Replies Created
-
Forum: Plugins
In reply to: mailchimp problemsThis is where you can view the site:
https://gloriousfoodbymanna.nl/blog/Forum: Fixing WordPress
In reply to: Unable to turn off comments and discussions.I’m a dummy still, but a fast learner.
How can I create a template without a comment form?
And can I keep the pages as they are, because when I change them, they will go in the wrong order at the top and I don’t know how to change that.Forum: Fixing WordPress
In reply to: Unable to turn off comments and discussions.This is how I can edit the comments. What to do with it?
<!– You can start editing here. –>
<div id=”commentsbox”>
<?php if (have_comments()) : ?>
<h3 id=”comments”><?php comments_number(‘No Responses’, ‘One Response’, ‘% Responses’); ?><?php _e(‘so far.’, ‘colorway’); ?></h3>
<ol class=”commentlist”>
<?php wp_list_comments(); ?><div class=”comment-nav”>
<div class=”alignleft”>
<?php previous_comments_link() ?>
</div>
<div class=”alignright”>
<?php next_comments_link() ?>
</div>
</div>
<?php else : // this is displayed if there are no comments so far ?>
<?php if (!comments_open() && !is_page()) : ?>
<?php _e(‘Comments are closed.’, ‘colorway’); ?>
<?php endif; ?>
<?php endif; ?>
<?php if (comments_open()) : ?>
<div id=”comment-form”>
<?php comment_form(); ?>
</div>
<?php endif; // if you delete this the sky will fall on your head ?>
</div>Forum: Fixing WordPress
In reply to: Unable to turn off comments and discussions.Good question, but yes I did push update serveral times and reloaded the page as well.
Caching is off, I deactivated the plugin now as well. Checked the boxes and apply, but still no change (after reloading the page).
My theme (colorway by inkthemes) has a settings panel, but no options for comments in it.
This really is a hard one I think……
Forum: Fixing WordPress
In reply to: Unable to turn off comments and discussions.I did another run through and yes to all steps.
Today I made a new page on which the new settings do apply. So is it because the pages were created two weeks ago? No one has commented anything.
https://gloriousfoodbymanna.nl/
Here’s the website. It has comments on almost every page accept contact which I made with the right settings.
Thanks in advance for helping!