Writing Post (Tutorial)
This page is meant to be an introduction for those who are new in writing posts with WordPress. To Write post on this web-site you need to get an account.
It is actually very easy, similar to writing a document with Microsoft Word.
Video Tutorial
You can learn the basic feature watching this video:
http://wordpress.tv/2009/01/15/writing-and-publishing-a-post/
Now you now how to write and publish posts. Maybe some more tips will be useful about the Writing Panel (Tiny MCE Editor)
Do my post need to be reviewed?
The first time you write a post your account is set to “contributor”, this means your first post need to be reviewed. After that your account will change to “author” and no review is needed, your posts will be published automatically in real time.
How to add code fragments?
You just need to select your code (in text format) and use the code button.
Expert users may add the following lines in the html editors.
Include MATLAB code in your comment by doing the following:
<pre lang=”MATLAB”>
%insert code here
</pre>
For others languages just substitute Matlab with the language name.
How to add media?
Just use the buttons on the top left, a normal media uploading. Pictures can be re-sized, to obtain a good quality is generally better to upload them with good quality and them re-size them on the post. This way the user can click on the image and loading the full quality picture. You can also embed the you tube code.
Is it possible to use any off-line editors to do the editing?
The built-in editor supports html code so if you have an off-line editor and it generates html code it should be good, you can do the copy and paste job.
How to add a table of contents?
To insert a Table of Contents, simply place the following code into a post:
You can override the various setting on a per-post basis using parameters:
How to add Latex based content?
Use either or
syntax.
It converts inline latex code into PNG images that are displayed in your blog posts and comments.
Popularity: -0% [?]

















































