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 trialAnthony Hind
5,715 PointsWordpress Blog Timeline
What would be the best method to create a timeline like this
http://2013.london.wordcamp.org/
Ideally horizontally and also hidden off the page with blog posts integrated into it ?
Any tutorials out there or examples that people may know of?
cheers
Anthony
2 Answers
Graeme Porter
3,341 PointsHey Anthony - WordPress can help with pulling back the data to the screen but the actual timeline layout / styling is all handled in HTML so just built it in raw HTML first. Once you have the page looking as you want it then you can start pulling real data into the page... that's how I'd do it anyway :)
I have a similar timeline (in layout) here : http://stephwhite.co.uk/blog
Rob
Anthony Hind
5,715 PointsHi Rob,
Nice Site! looks really good!
Thanks for the Information.
Ant