How To Make Changes To All Blog Pages?Not Just Index

Discussion in 'WordPress' started by gary15, Sep 4, 2009.

  1. #1
    I've just launched my new blog, but still have some bugs to fix.

    My question is how to make changes to all blog pages in once, because currently i've made some changes to the style css file but the changes only happen on the homepage, but i need the changes to be for all my pages?

    Example:

    On my homepage i have posted a blog post and the title heading is green, but when i click the title of the blog post to show me the post it takes me to the page, but the page has a different title heading font color and shows no date, time and month of post being published, While on the home page it does.

    Also if anyone is prepered to help me fix a few little things out on my blog, please let me know?

    Thanks,,
     
    gary15, Sep 4, 2009 IP
  2. sumanhaldar

    sumanhaldar Active Member

    Messages:
    148
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    There are two files in wordpress to style the Homepage and Single Blog Post. Look into single.php Theme File. The file is responsible for the structure of Single Blog Post.
     
    sumanhaldar, Sep 5, 2009 IP
  3. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #3
    You can make changes on the home page structure with index.php, and each individual page with page.php
    Pages don't show dates because they are static. Only the pages with blog posts show dates.

    Different themes function different ways. If different colors are showing at different times that is probably coded that way in the style.css file, and you would change it there.
     
    hmansfield, Sep 5, 2009 IP