Well I’ve been learning PHP for 2 years, it’s mostly tutorial following and script modifying but sometimes I have a hard time creating scripts if you know what I mean. Now I’m facing with another issue that I try to solve and I’m working on: These values that I wanted to display before are words that users submit through a custom comment field. The function above makes a top list where the top 5 are the most submitted words appear. I want to make that post specific. For each individual single post must have a top 5 words list. Now it makes a top list from all the submitted words at all the posts.