vote up 5 vote down star
2

Hi,

got a new blog at wordpress few days ago (http://ghads.wordpress.com) and I want to post some code snippets now or then. Is there anyway to make it look like code without paying for extra plugins? Thanks a lot!

flag

67% accept rate

6 Answers

vote up 16 vote down check

See here: http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/

Wrap your code in these tags: [sourcecode language='css']..[/sourcecode]

Available language codes:

  • cpp
  • csharp
  • css
  • delphi
  • html
  • java
  • jscript
  • php
  • python
  • ruby
  • sql
  • vb
  • xml

Hope that helps.

link|flag
vote up 0 vote down

There's a <code> html element you can use. Otherwise you could try the Textile or Markdown syntaxes (I'm not sure if WordPress.com uses them). Try it out and use the preview function in WordPress to see when you get it right.

link|flag
vote up 0 vote down

Thanks a lot, exactly what i've been looking for! I really didn't find infos yesteday by googling and looking at wordpress! Thank you Alex and StackOverflow.com!

link|flag
vote up 0 vote down

If you are hosting your own wordpress blog opposed to on WP.com you can get this functionality by installing this plugin, since it is the same plugin that the WP.com code relies on.

http://wordpress.org/extend/plugins/google-syntax-highlighter/

link|flag
vote up 0 vote down

You can also use the new web app I wrote called BlogTrog CodeWindow -- it's powered by Actipro CodeHighlighter.

http://www.blogtrog.com

It's free, should work in all modern browsers, and doesn't require you to install anything anywhere. Just paste your code and embed the results.

link|flag
vote up 0 vote down

Thx i was looking for this

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.