User guide

edited December 2010 in Bug Reports
http://www.getfuelcms.com/user_guide/modules/blog/fuel_blog

There's three get_post() defintions

Should be a get_next_post() and get_previous_post() in there...

Comments

  • edited 2:06AM
    Thanks for the report. I've updated the user guide.
  • edited 2:06AM
    get_next_post(post_date,'[return_method]');
    What should I put in post_date?
    I tried date($post->last_modified);
    but no luck.
    Please advise. Many thanks~
  • edited 2:06AM
    Tried get_next_post($post);
    Works!!! Seems the documentation is wrong...
Sign In or Register to comment.