Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Different template for blog vs page

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30449
    andyjoe81
    Participant

    On my last theme, there were two different php files, index and page, to distinguish blog format vs page format. The new one I have doesn’t, and now my blog posts don’t have dates, or if I fix that my pages have dates and I don’t want that. Whats the easiest way to fix this?

    #78770
    andyjoe81
    Participant
    #78779
    TheDoc
    Member

    Most blogs or sites using WordPress should have lots of different templates:

    index.php
    page.php
    single.php
    archive.php
    category.php
    etc.

    The easiest way to fix it is to create whatever page you are looking for.

    #78787
    jamygolden
    Member

    Doc is right. Try duplicating single.php and renaming it to page.php. Edit that and see if it solves your problem.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.