Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everybody

I just received an index.html file from the designer they are asking me to integrate and develop using wordpress cms

please can you give me a start up, some references, some examples, some tutorials..
liks..

Thank you
Posted

I would think the Wordpress website[^] is the best place to start.
 
Share this answer
 
Your index.html file becomes index.php or frontpage.php

Your innerpage.html becomes page.php

You cut common elements like header/footer into header/footer.php

Once the files are split up, you add common WP function calls into your templates to call whatever you need - wp_header, wp_footer, the loop, wp_content, etc.

Load your JS by adding it to functions.php using the wp_enqueue handler
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900