labanino Posted November 25, 2012 Share Posted November 25, 2012 Hi guys! I'm new to Processwire. I already turned my mockup into html so, Can someone share a link on how to integrate my design into processwire? Thanks. Link to comment Share on other sites More sharing options...
Pete Posted November 25, 2012 Share Posted November 25, 2012 This page should help - it explains where the default templates are and how it works: http://processwire.com/api/templates/ Let us know if you need more help, by essentially if you split your template into header and footer areas and put that code into the head and foot files (see above link - those files are in the templates folder it mentions) and the middle of your template will depend on the page template (home, basic-page etc but these are the two main ones) so that code will differ from template to template. Essentially the link above gives you the basics but there is a topic titled "Small Project Walkthrough" in the Tutorials forum that may also be of help. Link to comment Share on other sites More sharing options...
Exceptionz Project Posted November 25, 2012 Share Posted November 25, 2012 Following tutorial explains the first steps (as Pete mentioned it) http://processwire.com/talk/topic/693-small-project-walkthrough/ With only minimal changes at an existing design, you could start to use processwire... You need only to add some codes like... <?php echo $page->title; ?> <?php echo $page->body; ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now