ffarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove comment field for selected pagesJust a friendly suggestion – you always, always want to upgrade your WP installation when a new version comes out. You’ll be sorry down the road. Unless you only need this site to be up for a month or two, you definitely will need to upgrade someday.
Ok, I don’t get this point: if i don’t upgrade WP, my site will be down? I mean, offline?
Forum: Fixing WordPress
In reply to: Remove comment field for selected pagesOh don’t worry, i’m not going to upgrade WP. I just need to build a simple website. But i need to know how to delete the whole comment thing
Forum: Fixing WordPress
In reply to: Remove comment field for selected pagesOk thanks.
Your other option – open the PHP files/templates that are displaying your posts, and remove the code that displays the comments. That would be one way to stop them from displaying on ALL your posts, if you have a lot. Depending on your theme, it would be removing the line ‘<?php comments_template(); ?>’ from your files/templates, though it could be something else (but similar) depending on the theme.
What if my template is Twenty Ten?
Forum: Fixing WordPress
In reply to: Remove comment field for selected pagesNow, just to know it: how can i disable comments in the whole site?
Forum: Fixing WordPress
In reply to: Remove comment field for selected pagesGot it. In Screen Options you have to tick “Discussion” and THEN when you scroll your page in the edit page you’ll see the “Allow comments” option.
Forum: Fixing WordPress
In reply to: Remove comment field for selected pagesif you can’t find this ‘discussion’ section, click on ‘screen options’ near the top right of that page.
This seems to work only in the admin page. If I uncheck comments i don’t see them Only in the admin panel but they still remain in the site page, unfortunately.
Any other tips?