Archive for the ‘Tutorial’ Category

Tutorials!

One of the most bigger issues in Magic Fields was the lack of documentation, learn how use Magic Fields was a hard task but this going to change soon.
Hunk the last week  spent his time writing a good  number of tutorials you can found them here:  http://wiki.magicfields.org/doku.php?id=es:tutorials
If you are user of Magic Fields [...]

More »

Script for migrating from Flutter V 1.1 and 1.0,1.2 and 1.3

Hi Folks.
Edgar wrote a script for  migrating from the last version of flutter (v1.0 or v 1.1)  to magic fields (v 1.1).
You can download the script from here:
http://gist.github.com/198537
or from here:
http://magicfields.org/wp-content/uploads/2009/09/migra.txt
How use it.
Just follow the next steps:
Download the script here you have a raw version.
Make a backup of your database (for any unexpected bug).
Unactive flutter
Put the script [...]

More »

Types of Custom Fields.

In Magic Fields, there are 12 types of “fields”. Below is a detailed explanation of each “field” and how to use them in Wordpress.
Please note that the code used to display each “MagicField” must be inside one of the Wordpress loops. E.g. In the default theme, “the_content();” is displayed within the “single.php” file – please [...]

More »

Getting Started

This tutorial will be explain the basic use of Magic Fields, how create write panels, how create custom fields and how print in the template.
Installing Magic Fields.
Magic Fields is installed as any wordpress plugin, you just need download from his download page, put the folder in:
wp-content/plugins
And [...]

More »