Spiria Posted May 28, 2021 Posted May 28, 2021 Here is another little tutorial about files structure in ProcessWire. https://www.spiria.com/en/blog/web-development/tutorial-the-file-structure-in-a-processwire-site/ Comments welcome as always. 11
Manaus Posted August 17, 2021 Posted August 17, 2021 Interesting, the page()->title syntax is not working for me though.
Spiria Posted August 17, 2021 Author Posted August 17, 2021 Be sure to have this in your config.php $config->useFunctionsAPI = true; 2
Spiria Posted August 17, 2021 Author Posted August 17, 2021 If you want to use classes, you must also include this $config->usePageClasses = true; 1
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