As in, "How do I get all the posts and comments for a particular blog out of the database? I can't seem to find the blog id in the evo_posts or evo_comments table.
Posts are first in categories, and then categories are attached to blogs. So you find the posts in the evo_postcats table, and find which blog each category is in from the evo_categories table. I might be wrong on those table names, but for sure pulling posts from the database starts with cats and ends with cat->blog association.
Posts are first in categories, and then categories are attached to blogs. So you find the posts in the evo_postcats table, and find which blog each category is in from the evo_categories table. I might be wrong on those table names, but for sure pulling posts from the database starts with cats and ends with cat->blog association.