Repeat code, change variable?
So you basically don’t want to keep repeating the same HTML over and over. You should put all of the tags and categories you want to display into an array. Then iterate over that array, querying and printing HTML each time. You could use conditionals to display different HTML where necessary. $terms = array( array( … Read more