Archive

Archive for the ‘Post’ Category

How do I add contact form on my blog?

January 21st, 2008 Patrick Leave a comment

Add contact form to allowed your reader to send an email to you. Just write a new page and insert {mailform} to the page where you want the form to be inserted.

Your email address is never shown, and the sender never learns it. All the messages people send to you through the contact form are filtered through Akismet.

My blog has multiple authors. Who gets the email?
You are allowed to change your email address at Options Tab, just login your admin panel and change it. If you wish you use the Multi Mail functions, you can enter any number of addresses separated by commas.

Categories: Email, Form, Post

How do I post source code?

January 13th, 2008 Patrick Leave a comment

Wrap your code in these tags: [sourcecode language='css']…[/sourcecode]. Do not copy and paste this code – write it out (You can replace the language with “css” with the language that you are writing in. Currently we support syntax highlighting for the following language codes:

C++ — cpp, c, c++
C# — c#, c-sharp, csharp
CSS — css
Delphi — delphi, pascal
Java — java
JavaScript — js, jscript, javascript
PHP — php
Python — py, python
Ruby — rb, ruby, rails, ror
SQL — sql
VB — vb, vb.net
XML/HTML — xml, html, xhtml, xslt

Example:


#content .post-title a { border-bottom-width: 0; }
#content .post p.img { float: left; margin: 0 15px 0 0; }
#content .post p.img img { padding: 8px;}

Can I blog by email / moblog?

January 13th, 2008 Patrick Leave a comment

Sorry, you cannot blog by email yet.

Categories: Email, Moblog, Post Tags: , ,