Site icon Hip-Hop Website Design and Development

WordPress LaTeX symbol inline fails

I’ve got a problem with LaTeX and WordPress. I want to put my formula inline with the rest of the text. I’ve tried several solutions, but none of them worked. I’m using Easy WP LaTeX plugin. Here’s the formula:

blablabla $$A = left { a_{1}, ..., a_{n} right }!$$ blablablabla...

I’ve tried this one, too:

blablabla $$inline A = left { a_{1}, ..., a_{n} right }$$ blablablabla...

But it’s still in another line alone. What can be the problem?