I've been using the twitter plugin for a while. It works great, except I can't change the number of tweets i have in it. I'd like for it to show 5, but it keeps showing 20. The only thing i've changed is the following line of codes.
// Display Twitter messages
function twitter_messages($username = 'mtamazing', $num = 5, $list = false, $update = true, $linked = '#', $hyperlinks = true, $twitter_users = true, $encode_utf8 = false) {
Am I missing anything?