i'm building a wordpress plugin, but to my plugin work needed a specific class in to html code (javascript linkify), but all templates themes are using different classes to formating the posts, for example:
<div class="post_content">
or
<div class="content">
How i can embebed through my plugin my own specific div class to identify a post or page?