Skip to:
Content
Pages
Categories
Search
Top
Bottom

Eliminate the freshness column

  • @johnhds

    Member

    Is there a way to eliminate the freshness column? I do not have a freshness plugin.

    I feel the freshness may keep people from coming to the site if the post times are not very recent. Maybe its just my thinking; but I would like to try and see what effect it may have.

    http://www.homedesignsense.com/forum

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • @chrishajer

    Participant

    It’s just a column in a table in the template file front-page.php. Just eliminate that column from the header row and the table body, similar to how “Voices” is commented out (or eliminated.)

    @kevinjohngallagher

    Member

    Eliminating the freshness column is easily done by the method Chris highlights, but it probably won’t have the affect you desire.

    Content is king on the web, regardless of when it was written :)

    Anyway, i piped up because you’ve an error in your CSS. In style.css on line 62 you have the following code:

    #wrapper {

    background:url("images/page_header_tile.png") no-repeat scroll 0 0 #FFFFFF;

    }

    you’ll want to change that to

    #wrapper {

    background:url("images/page_header_tile.png") no-repeat scroll center top #FFFFFF;

    }

    As currently the background image stays the same place while the forums are centered. Basically it looks broken on a bigger monitor, and it’s a quick fix :)

    Good luck with your forum!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar