Jump to content

Integrating my design into Processwire


labanino
 Share

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...