Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It turned out that I hacked the default.php in the default template to make it work, but couldn't reproduce it with my own template:dry:
So I restored the default template to it's original. Then make my own version of default.php in my own template, and have it installed.
What I see then is that The frontpage renders the classes from the default template, rather than from my own...? How do I make it render the default.php from my template, instead from the default template? I can't unpublish the default template (error occurs).
I've managed to make my own template without including the php file, but couldn't find an example of how it should be done with the php file included...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That turned out to be the case for me. Now, just add a little more style, and it'll be ready. This is certainly a better method than hacking the default templates.You also need to rename the php file to match the name of your tempate, as well as to rename the few classes inside that file from whateverDEFAULTwhatever to whateverYOURTEMPLATENAMEwhatever.
Please Log in or Create an account to join the conversation.