bbpress and SEO and the edublogs theme

hi there.

any hints how to enable/generate meta keywords/descriptions for forum topics?

  • Ovidiu
    • Code Wrangler

    I was just wondering whether someone had already approached this…

    I guess its not hard, something like a couple of if statements in header.php i.e. if is_single => meta keywords = "tags" meta description ="the_excerpt"

    should do the trick. one must just differentiate between the different views and know how to call the excerpt of a post or know some php to cut the content after a certain length…

    the problem is I don’t know enough to do this on my own, so if someone is interested in helping out :slight_smile: