1
I do not understand much of this tag, but wanted to know how to make a scheme of the style of this site in a Wordpress blog, code example:
string demo = "StackOverflow";
if(demo.Lenght == 13)
{
demo += "Brasil";
}
How to make it recognize reversed words and change colors?
This in wordpress post? or via code same?
– rray
Either one of the two, being html, because it is to be published in Wordpress and it only reads html.. It has the code tag, but it only separates a block for the code, does not identify the reverse words of each language
– Leonardo