• flashery

    (@flashery)


    Hello I am a wordpress newbie. I really don’t know where is the location of my html pages example my home, about us, contac etc. I am using FTP to download the wordpress files and I cant locate where is location of the pages. I want to edit something on my page but I cant locate the source code of the page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    the content of the pages is in the database.
    pages are created dynamicaly, and the structure comes from the html structure of various php template files in the theme.

    if you give more details what you want to edit/change, someone might be able to point out which template you need to edit.

    http://codex.wordpress.org/Theme_Development
    http://codex.wordpress.org/Using_Themes
    http://codex.wordpress.org/First_Steps_With_WordPress

    Thread Starter flashery

    (@flashery)

    Hello thanks for the info.

    For example I need to edit the body part of my pages like adding table, adding picture etc. How do I do it?

    Michael

    (@alchymyth)

    what is the body part of a page?

    is that something outside of the actual content, or within the content?

    for outside the content (which would be common to all pages) you need to edit page.php (‘dashboard’ ‘appearance’ ‘editor’); for the page content (individual page) ‘dashboard’ ‘pages’ ‘edit page’

    Thread Starter flashery

    (@flashery)

    Hello thanks for the info but this is what I really need to do. Below is the source code from Firefox by “right click > view page source”. This is really what I need to edit. I need a source code like this one if it exist on my WordPress files. The part in bold is the part what I really need to edit. Can I do that with the editor you tell me?

    [please use a Pastebin to post large chunks of code, following forum etiquette]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where is my HTML pages?’ is closed to new replies.