How can I add C# code in my blog?
-
I wish to add few C# code.Is it possible?
The blog I need help with is: (visible only to logged in users)
-
Are you trying to run code or post snippets of code?
If you are trying to run code, then the answer is no.
If you are trying to post code snippets, this article walks you through how to do it: https://en.support.wordpress.com/code/posting-source-code/
You use a shortcode similar to this:
[code language="csharp"] your code here [/code]
- The topic ‘How can I add C# code in my blog?’ is closed to new replies.