This research paper investigates the automatic classification of Bangla blog posts using nine supervised learning models, including support vector machine and multinomial naive bayes, alongside three feature extraction techniques: unigram, bigram, and trigram TF-IDF. The study involves a dataset of 4545 blog posts categorized into eight domains, achieving over 80% accuracy with various classifiers. The results indicate that SVM with unigram TF-IDF features yields the highest accuracy, followed by ridge classifier and SGD.