4

Let's say I have a CSS class named foo but would like it to be shown as foo (1) in the TinyMCE styleselect-menu (one of the default buttons available in the advanced theme).

I tried using the class_filter option to do this, but that doesn't seem to work.

How would you solve this problem?

Javier
  • 2,491
  • 4
  • 36
  • 57

1 Answers1

7

Try initializing using the theme_advanced_styles option.

great_llama
  • 11,481
  • 4
  • 34
  • 29