• Resolved ambitionforfitness

    (@ambitionforfitness)


    Hiya!

    I’m developing a site for an organization that does not really need a reply (or comment) box in any of the pages.

    I’ve managed to create a front page with a slider using the custom home page template. This removed the reply box for that front page. Now I’d need a few other pages that are not like the front page, but perhaps more like full width or left sidebar templates. The problem is, all the other templates seem to have reply box at the bottom before the footer widgets.

    How can I remove that box? I tried to uncheck some boxes at the settings/discussion dashboard, but it was no good.

    A million thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ambitionforfitness

    (@ambitionforfitness)

    Oh, and also related to this, if I have a custom home page template, is there any way to remove any of the other items, like for example, I don’t think we’d need the featured text area beneath the featured text boxes. Leaving it empty will just leave a large empty margin in its place…

    Theme Author Template Express

    (@danstriker)

    Hello, on the page you are editing click screen options and check the discussion box so this option appears. Then make sure the allow comments box is unchecked.

    For your second question – removing the feature text – add this to your style.css file:

    .featuretext_top {
    display: none;
    }
    Thread Starter ambitionforfitness

    (@ambitionforfitness)

    Thanks, would’ve never been able to do that myself!

    Along those same lines, whats an easy way to hide the 3 feature areas from the home page?

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

The topic ‘Templates without comment box’ is closed to new replies.