Specifically, I want to be able to modify the layout for an individual blog page as well as the general blogs page.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Shamoon, You have a theme for your PyroCMS. As you know, each module has its own views. The layout, in the other hand, is the the one that you see in the browser.
Your answer is very simple, for Blog module you can build your own layout and your own views. Do that in your theme folders. for example this is the structure of files inside your (active) theme folder.
addons/shared_addons/themes/shamoon_theme
then you just edit the blog.html as your blog layout, and view,posts and archive.html for you views.
as a matter of fact there is a theme in you PyroCMS named “base” take a look at that theme to see what I said in action.
Hope that helps.