ChrizTalk

Source code in WordPress blog

March 13, 2012ChrizWordPressNo Comments
If you like it, please share it:

You can easily add source code to you blog by adding something like this in the HTML view of you post:

[sourcecode language="css"]
public class MyClass
{
      public string MyProperty {get;set;}
}
[/sourcecode]

This will be presented like this

public class MyClass
{
      public string MyPorperty {get;set;}
}

For a list of languages take a look at Posting Source Code

If you like it, please share it:
: blog, source code
Previous Post WordPress Next Post Artisteer templates in ASP.NET MVC

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Ionic 3 and Firebase Facebook authentication using AngularFire2
  • Ionic 3 and Firebase authentication using AngularFire2
  • Ionic 3, Firebase and AngularFire2
  • Ionic 2 and Font Awesome using Sass
  • Using Google Fonts in Ionic 2

&copy 2016 ChrizTalk