Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Font Awesome Field

Descripción

Add a Font Awesome icon to your post with this awesome standalone custom metabox.

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.

For developers it is easy to use the field in your theme. With the template functions the_fa() for echoing and get_ga() for returning the icon within the WordPress loop.

A handy Font Awesome shortcode is also included. Add an icon to your post by inserting [fa icon="fa-gear"], where the attribute is the name of the Font Awesome icon. You can also insert the current post icon by using the shortcode [fa].

Instalación

  1. Upload font-awesome-field to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Select a field from the Font Awesome Field in your edit posts screen.
  4. Place <?php the_fa(); ?> inside the WordPress loop in your templates.
  5. Watch the magic happen.

Reseñas

Leer todas las 2 reseñas

Colaboradores y desarrolladores

«Font Awesome Field» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Font Awesome Field» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

First version