CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
967 stars 297 forks source link

Feature: Add Next and Previous post navigation to Post View page #6

Closed chadwithuhc closed 10 years ago

chadwithuhc commented 10 years ago

I'd like to see a next and previous post link on the post view page so I can easily click through to the next. I generally come back to the site once every couple weeks and "catch up". Going back each time sucks.

msurguy commented 10 years ago

@chadwithuhc That's a good idea! Do you think that should be above the trick or below the trick, for example like I do it on http://builtwithlaravel.com and http://bootsnipp.com items?

chadwithuhc commented 10 years ago

Jeez I didn't know you owned so many sites!

I'd say to simply add a next and previous link in the right meta box. Maybe include the title of it truncated. I also think that box should be "sticky", but that is a separate request I will put in right now!

msurguy commented 10 years ago

Thanks for the suggestions, @chadwithuhc! You've been giving a lot of feedback, we like that :)

I've assigned this issue to v1.2.0 milestone

For years I've had many ideas stuck in my head and now Laravel allows me to simply act on those ideas so I'm tirelessly putting websites out, by now I've got over 30 developed but not all of them are successful, Bootsnipp leads the way.

stidges commented 10 years ago

Implemented! Thanks for your suggestion :)