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.

Glossary

Descripción

Given a collection of glossary definition pages, automatically creates links in your page and post content for the words in your glossary.

Is smart enough not to create illegal nested links.

Works with php 4 and 5 (check out the FAQ for more info on using it with php 4).

Only tested on WordPress version 2.7.1 (although will most likely work on other versions).

A good example of the glossary in action is at this page. All of the “charter school” links were added dynamically by the glossary plugin.

Capturas

  • A dynamically created link to one of the glossary terms

Instalación

  1. Upload glossary.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create a main glossary page (example “Glossary”) with no body content
  4. In the plugin’s dashboard preferences, enter the main glossary page’s id#
  5. Create child pages of the main glossary page for each term you wish to define. The title of the page should be the term. The body content should be the definition.
  6. There are a handful of optional preferences available in the dashboard
  7. If you are using php 4, be sure to read teh FAQ.

Preguntas frecuentes

Does my main glossary page need to be titled “Glossary”?

No. It can be called anything. Just be sure to enter the page’s id into the plugin’s preference dashboard.

Do I need to manually type in an unordered list of my glossary terms on the glossary page?

No. Just leave that page blank. The plugin creates the unordered list of terms automatically.

How do I add glossary terms?

Simply add a child page to your main glossary page. Title it the glossary term (ex. “WordPress”) and put the term’s definition into the body (ex. “A neato Blogging Platform”).

What if I need to add or change a glossary term?

Just add it or change it. The links for your glossary terms are added to your page and post content on the fly so your glossary links will always be up to date.

I use php 4 and I get all sorts of fatal errors. What gives?

You need to edit the glossary.php file. You will see a big chunk of commented out code that says it is for php 4. You need to uncomment that. Additionally, you will see a large chunk of code that says it is for php 5. You need to comment that out.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Glossary" 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.