Jump to content

Made a bootstrap 3 site, is there any concise guide on how to port/wire it on PW?


lord_dupalski
 Share

Recommended Posts

I successfully made my boostrap 3 site? not the site profile processwireboostrap3. 

Is there someone who made any guide  or walkthrough tutorial on how to port it on PW?

not necessary a guide that's using bootstrap 3, even plain html css template will do.

Just want to gain idea on how to port your own static website to PW.

Link to comment
Share on other sites

Just want to gain idea on how to port your own static website to PW.

No need to start from scratch. When you install a default pw it comes with a basic setup

that let's you build or port anything you want:

Parts of your website that are the same on every webpage e.g. header.inc and footer.inc

just replace there what you want to port or build.

Different content on different pages you do with <?php echo $page->body; ?>

body is a pw field and it can be any other field that you fill up with content or data.

Replace links to images or text or whatever by php calls between your html tags.

In pw there is no framework layer, it uses php directly as a framework and let's you

use php to output from backend, assets, static, dropbox, whatever, etc. Beautiful.

And then there is pw api of course. http://processwire.com/api/

Sometimes the first page of a website is a welcome or intro page without a footer.

Need a webpage look differently, just use another template file for it.

A good css grid makes it easy where you want to position your output on your website.

Pocketgrid was already mentioned before.

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

×
×
  • Create New...