def _get_word_count(self): """Stupid word counter for an article.""" return len(striptags(self.rendered_content).split(' '))