• Good Afternoon,

    I set up this blog for an Insurance company at: https://www.bddinsurance.com/blog/
    and I can’t figure out how to enable people to post on every other page except “About.” I have the “Allow comments.” check box checked but still can not make comments.

    Also, does anyone know how we can remove “Filed Under (General) by admin” from the posts?

    Thanks,

    Tony

Viewing 4 replies - 1 through 4 (of 4 total)
  • I can't figure out how to enable people to post on every other page except "About."
    I have the "Allow comments." check box checked but still can not make comments.

    – I just made a test comment on https://www.bddinsurance.com/blog/?p=74
    – you currently have comment moderation turned on so comments will not appear without being approved first

    Also, does anyone know how we can remove "Filed Under (General) by admin"

    it depends on your theme, but go into all the .php files (start with index.php, page.php, single.php, and archive.php) and remove <div class="end_title">SOME-CODE-HERE</div>

    Thread Starter revdesign

    (@revdesign)

    Thanks jkovis,

    I was able to remove “<div class=”end_title”>SOME-CODE-HERE</div>” from all the pages. It worked! Thank you.

    But I still have this issue of not being able to start a conversation on the “Personal, Commercial,Life & Health & Bonds” pages. How do I set that up or am I missing something?

    Thanks,

    Tony

    But I still have this issue of not being able to start a conversation on the
    "Personal, Commercial,Life & Health & Bonds" pages. How do I set that up or am
    I missing something?

    – you will need to add the comment template to your page template…go into page.php and add <?php comments_template(); ?> after <div class="entry"><?php the_content(); ?></div>

    Thread Starter revdesign

    (@revdesign)

    Thanks jkovis,

    That worked great!

    Tony

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't make posts on any pages but Home page’ is closed to new replies.