• Hey there!
    Don’t know if that is the right board,if it doesn’t, forgive me!
    Anyway,I’ve a question… I wonder if I can made a site like this: http://www.rose-mcgowan.com/ using wordpress. Someone told me that it uses wordpress for the news, but I see in the code that it looks like a normal web-site, without scripts like <?php or anything else.
    I never used wordpress before, and I haven’t good php bases, just html and css.

    Well,to conclude… my question is: How can I make a site like the one above? Or at least, are there tutorials or guides anywhere?

    Thanks,
    Sorry for writing mistakes.I’m not english…hope it’s clear.

Viewing 1 replies (of 1 total)
  • That site is using WordPress to run the whole site – not just the news.

    I see in the code that it looks like a normal web-site, without scripts like <?php or anything else

    PHP code is parsed on the server and “turned” into HTML markup. So you’ll never see PHP code on a properly functioning site.

    Try starting here.

Viewing 1 replies (of 1 total)

The topic ‘WordPress on a normal site’ is closed to new replies.