Search code examples
pyrocms

How can i make customized template for the front end by overriding the default one?


I am new to Pyrocms and reading the documentation I could not change fix my problem. I need my own template to be incorporated that is I want to change the default one provided. How can I do that. I really need a help.


Solution

  • Go into:

    system/cms/themes/default/
    

    This is the folder where you can find the default template of pyrocms. There you will see folders like "views, css, js, img" etc.

    You can start by modifying views/layouts/default.html and views/partials/ folder.

    Ofcourse if you need to change css and/or js you need to modify them too.

    By the way this is the official pyrocms documentation for editing themes: http://www.pyrocms.com/docs/manuals/designers