Adding a time stamp on post view
You are nearly there, I’d say. I am sure there are many ways to do this. If it were me, I’d build a ‘nested’ array for this. Something like… array( ‘timestamp-1’ = array( ‘message’ => ‘Updated post1’, ‘message’ => ‘Updated post1’ ), ‘timestamp-2’ = array( ‘message’ => ‘Updated post3’, ‘message’ => ‘Updated post4’, ‘message’ => … Read more