I had a hard time figuring how to make wordpress display backslashes in posts. There are 2 solutions for this problem: Use html code for backslash which is \ Use double backslashes like \\ The html code must be inserted … Find out more
I’ve recently installed the TinyMCE Advanced plugin and when I tried to set properties for my titles, I got something like this: <h3 class="\"test-class\""> instead of <h3 class="test-class"> so I asked google about it. I’ve got the following solution, to … Find out more