saml Posted December 26, 2013 Share Posted December 26, 2013 I was wondering if there is anything like a base theme, supposed to work as a blank canvas for developing custom ProcessWire themes? (I have been used to use such ones (like the genesis theme) in Drupal, for custom theme work, and thus was wondering) On the other hand, custom theme development might not be that hard anyway just customizing what is there already ... but just wanted to know. Or otherwise, what would be the "best practice" strategy for developing custom processwire themes? Link to comment Share on other sites More sharing options...
saml Posted December 26, 2013 Author Share Posted December 26, 2013 Ok, I guess I just found the answer in this other thread: http://processwire.com/talk/topic/4014-zurb-foundation-4-site-profile/ Link to comment Share on other sites More sharing options...
Manfred62 Posted December 26, 2013 Share Posted December 26, 2013 you can use the 'PW blank profile' to start from zero http://modules.processwire.com/modules/processwire-blank-install/ 1 Link to comment Share on other sites More sharing options...
Martijn Geerts Posted December 26, 2013 Share Posted December 26, 2013 @saml, what I usually do is: 01. Instal ProcessWire. 02. Delete unwanted pages. 03. Leave fields as they are. 04. Leave templates as they are. 05. Rename Fields & Templates when needed. 06. You'll see that you'll reuse every single template & field. 6 Link to comment Share on other sites More sharing options...
Joss Posted December 27, 2013 Share Posted December 27, 2013 Basically, since Processwire does not have any theming engine, the trick is to just do what you like and add the ProcessWire API to output your data ... pages, that is. So, as Martijn says, just install PW, chuck out all the bits you don't need (fields, templates and so on), and then just think about it like writing a bit of HTML. In fact, just write some HTML. You can use any framework you like - Bootstrap, Foundation, Adobe Edge, Frontpage 97 ...... You can use any Javascript/Jquery functionality you like. You can use any anything you like. Since PW does not have anything in the front end, you cannot conflict with anything unless you create the conflict yourself True freedom! That would be "Free as in ProcessWire" 3 Link to comment Share on other sites More sharing options...
dragan Posted December 29, 2013 Share Posted December 29, 2013 Frontpage 97 ? Link to comment Share on other sites More sharing options...
Joss Posted December 29, 2013 Share Posted December 29, 2013 Sorry, I should have said FrontPage 95 Or Corel Webmaster Suite 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