• I don’t want the whole site to act as a blog, and only want to use the linkable titles with the whole date added, comments etc. with the blog page.

    Problem is, page and post seem to be one in itself – I removed the category/comment bar and date/linked title from the index.php file, but it also removes this from the blog posts.

    I already have the titles manually put into the pages, but want to use the abovementioned comments/date/linked title only for the blog posts.

    Cheers

Viewing 12 replies - 1 through 12 (of 12 total)
  • hmn your explanation is a bit confusing..

    but if you want to show comments/date etc. on posts, edit index.php and single.php

    if you want to remove the comment/date etc. on pages, edit page.php

    Do you have a page.php? If not copy single.php and rename it to page.php then edit away.. ^^

    Thread Starter zappadrix

    (@zappadrix)

    You have it right. I don’t have any single or page though…only comments, footer, functions, header, index and sidebar.

    When I edit index, it affects the comments/date etc. for posts and pages. This doesn’t seem like it will end well.

    Cheers

    http://codex.wordpress.org/Template_Hierarchy

    that link should help you set up your single.php and page.php files.
    try copying those 2 files from the default theme included in the wordpress installation then edit away to suit your theme..

    if you don’t have those 2 files, your posts and pages will follow your index.php, that’s why they look the same.

    from that link..you can even customize how your categories and archive pages will look like by making an archive.php and category.php

    http://codex.wordpress.org/Template_Tags
    this should help in further customizing your pages.

    Thread Starter zappadrix

    (@zappadrix)

    Well I tried using the original page and single files…the page one throws alignment right off (which doesn’t really matter as I don’t want to change the page anyway), but the single doesn’t have any effect whatsoever. I also tried using the original index file (that had the comments/date etc.) and renaming that to single, but it still had no effect. What should I do?

    Does wordpress look at single and page in total before index, or only to a certain extent?

    if you’re on a single page it’ll follow single.php. If you have none it’ll follow index.php
    if you’re on a PAGE page it’ll follow page.php. If you have none it’ll follow index.php

    hmn..I’m at a loss on what else to tell you..er can you upload your entire theme for me? send it to my email (hoihoibeat[at]gmail)

    Thread Starter zappadrix

    (@zappadrix)

    Ok I’m sending it.

    The page is actually a page set to display the blog. It is set as the static blog page in the settings. It is affected by index.php.

    Cheers

    Thread Starter zappadrix

    (@zappadrix)

    Anyone else have any ideas?

    If your blog posts listing and single posts look okay, then you’ll just need to create and/or edit your page.php file. If you have individual pages (i.e., About, Contact, etc.) they’ll use the page.php template, so you can remove any code you don’t want from it.

    Thread Starter zappadrix

    (@zappadrix)

    Wow. I’m stupid. Thanks a lot mate.

    Thread Starter zappadrix

    (@zappadrix)

    Just one other thing. The comment formatting is now really weird and they are half way off the page etc. All I did was rename the full index.php as page.php, and the real index.php is just missing the comment/date etc. stuff.

    The comments were normal before I added the page.php by the way.

    Thread Starter zappadrix

    (@zappadrix)

    Still trying to figure this one out.

    Thread Starter zappadrix

    (@zappadrix)

    For reference, if you remove single.php, make sure you put it back. I just took two hours to learn this.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Different styling for page titles and post titles’ is closed to new replies.