• I’m working on http://www.freez.com.au/blog/

    I want to change the layout of the posts. At the moment they are

    POST TITLE
    Posted on <date> by <user>

    Article content

    Posted in <category> | Leave a comment

    This kind of alteration used to be made in the index.php file, but it’s not for this theme and I can’t find the correct template to modify.

    I actually want the layout to be

    Date
    POST TITLE

    Article content

    Posted by <I will insert a graphic here>
    Leave a comment

    ————–

    I’m clever enough to alter the code myself, I just don’t know which template to do it in.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The code is written in functions.php file. functions name are twentyten_posted_on and twentyten_posted_in

    Thread Starter sparrowdog

    (@sparrowdog)

    Thank you!

    Thread Starter sparrowdog

    (@sparrowdog)

    Ok, I’ve just taken a look and it’s all written in PHP.

    What I need to do is completely change the layout of that section, as per above.

    ——
    Date
    POST TITLE

    Article content

    Posted by <I will insert a graphic here>
    Leave a comment
    ——

    I’m not quite sure how to do that. I thought it would be in HTML.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TwentyTen changing post layout’ is closed to new replies.