Changes between Initial Version and Version 2 of Ticket #2249
- Timestamp:
- 05/02/17 08:34:42 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2249 – Description
initial v2 2 2 1. In your Dashboard - Blog Appearance click on Custom theme and make it to your default theme 3 3 2. Click on Edit theme files 4 3. In __layout.html, make a change that you immediately recognise like take off the date5 4. Save __layout.html4 3. In !__layout.html, make a change that you immediately recognise like take off the date 5 4. Save !__layout.html 6 6 5. Click on Go to side 7 7 Result: You will see that your home.html hasn't taken over the change and still displays the date … … 9 9 7. Click on Edit theme files 10 10 8. Click on home.html 11 9. Copy {{tpl:extends parent=" __layout.html"}}11 9. Copy {{tpl:extends parent="!__layout.html"}} 12 12 10. In Blog appearance make the Custom theme to your default theme 13 13 11. Click once more on Edit theme files 14 14 12. click on home.html 15 13. replace the existing {{tpl:extends parent=" __layout.html"}} with your copied {{tpl:extends parent="__layout.html"}}15 13. replace the existing {{tpl:extends parent="!__layout.html"}} with your copied {{tpl:extends parent="!__layout.html"}} 16 16 14. Save the change 17 17 15. Click on Go to side 18 Result: Even it looks like it's the same code as before, but now it's working and home.html displays the changes from __layout.html correctly.18 Result: Even it looks like it's the same code as before, but now it's working and home.html displays the changes from !__layout.html correctly.