• How can I display the HTML code for my WordPress, not just the template?

    I would like to be able to change the HTML coding of some pages on my site however I have not, as of yet, been able to find a way to do so. Is there any way I can do this, I presume that the HTML code must be stored somewhere.

Viewing 4 replies - 1 through 4 (of 4 total)
  • ther is no place where the fimnal html files are stored.

    the html pages are created dynamically; content is stored in the database, while the structure is build by php code within the html structure of the template files of your theme.

    http://codex.ww.wp.xz.cn/Theme_Development

    define what you need to edit, and try to locate the template where it gets generated.

    Thread Starter rorygordonesq

    (@rorygordonesq)

    One of the first tings I was planning on editing was to get rid of the author on some pages. How could I go about doing this?

    depends on te theme you are using – could be in index.php, single.php, or loop.php or….

    also, depends on the definition of ‘some pages’.

    please post a link to your site amd the name of your theme for more suggestions.

    Thread Starter rorygordonesq

    (@rorygordonesq)

    The theme name is Arras.
    http://www.theperiodical.info

    Many thanks.

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

The topic ‘How can I display the HTML code for my WordPress?’ is closed to new replies.