• Hi, I would like to build up my own blog services to users. Basically there are two pages for me do build:

    1. Home page for each user in which there are links to each blog pages.
    2. Blog page for each blog and there is a link which can be linked back to Home page.

    The question is, I do not even know what php file should I modify. I just lost my tracing started from index.php. I would like to know what php file generate html code we are seeing after open the blog. It appears default twentyten theme only use one php file for both presentations as mentioned above.

    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • to explain which file is used when, depending on what files are in a theme:

    http://codex.wordpress.org/Template_Hierarchy

    Thread Starter day10

    (@day10)

    That is great. Thank you so much for help, alchymyth.

    Apart from theme, is there similiar document to tell whole wp structure? The reason I am asking this is I would like to add a functionality of profile, to allow a user having multiple profiles so the user does not need to sign-off sign-in for purpose of switching. I understand this would need to change the database as well as some wp codes, assuming wp does not have this functionality yet. I am a frash newbie.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Design my own theme’ is closed to new replies.