Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: adding meta tags? or SEO option?


Ivaylo Draganov
Member

@dragunoff

bbSEO Tools is great but it messes up cyrillic characters in the description for topic pages. I peeked into the code and tried replacing line 53:

return htmlentities($snippet, ENT_QUOTES);

with this:

return wp_specialchars($snippet, ENT_QUOTES);

Seems to be fine now :)

The plugin admin page is a bit messy – could use some more precise labels and explanations.

IDEA: Could the function for pulling out the description for topic pages be enhanced so that it strips bbCode and html tags from the output? They take up character space and look awful in search results.

I guess it’s a matter of writing some nifty RegEx but my knowledge is not sufficient for this.

Thanks and Cheers!

Skip to toolbar