Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Themes and Templates
    In reply to: Date Grouping
    Thread Starter joelmarsh

    (@joelmarsh)

    Great! Thanks. That makes a lot of sense and seems simple now that you say it.

    Am I correct in thinking that I could do the same for day and year? (please correct my syntax if this is wrong)

    if ($newday != $oldday) {
      echo $newday; // show the day name
      $oldday = $newday; // set the day for the next loop through
    Thread Starter joelmarsh

    (@joelmarsh)

    There has to be a better way than that. Loading everything is not only impractical, it actually accomplishes precisely the opposite of my aim… to make loading more efficient and user controlled.

    Twitter does it… it can’t be impossible.

    Any other suggestions? JQuery is totally not my area of expertise, so if anyone has a suggestion, some code and/or instructions would be MUCH appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)