Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAsaad Khattab
38,121 PointsIs there a video where they show us how to make a template?
Is there a video where they show us how to make a template? We are copying and pasting "new" links we put in index to the portfolio and contact page. What if we have 100 pages we need to add to? There should be an efficient way.
1 Answer
Ezra Siton
12,644 PointsIn this course, you work on Static sites not Dynamic and/or with a template engine.
In the future, you can learn PHP/ruby/Node.js and/or Wordpress (or any other CMS - you find endless) https://teamtreehouse.com/tracks/wordpress-development
Or by JS (If you learn the tracks of JS on treehouse you can implement those js libraries easily): https://colorlib.com/wp/top-templating-engines-for-javascript/
Anyway, this is a more advanced issue. The best way to start is with static sites for a small site with 3-4 pages (Like in this course).
Asaad Khattab
38,121 PointsAsaad Khattab
38,121 PointsSounds good. That answered my question. Thank you...