Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WT Co-authors

Descrizione

Displays authors of a collaboration post in place where only one is shown by default. Uses custom fields (key=coauthor;value=user’s username; one per user). Note: If it doesn’t automatically display the co-authors you must manually add if(function_exists(wt_the_coauthors_link)): wt_the_coauthors_link(); endif; into your theme (in PHP <?php ?> brackets, of course).

Installazione

  1. Upload wt-coathors.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. If your theme does not have the_author() template tag, manually add if(function_exists(wt_the_coauthors_link)): wt_the_coauthors_link(); endif; where you want it to appear (in PHP <?php ?> brackets, of course)
  4. Finish!

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“WT Co-authors” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “WT Co-authors” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

2.0.1

  • Bug fix

2.0

  • Editors. Now you can credit them as well.
  • Comfortable editing box on the ‘Add post’ page
  • More power, because I never stop learning new tricks and techniques of coding

1.8

  • Little filter enhancement, ensuring more compability

1.5

  • Added manual template tags
  • Now feeds display co-authors too
  • Better linking: if the co-author has not published his own post yet (and thus has no author archieves), it is linking to his homepage
  • Big function hack mistake fixed, no more author_link filtering
  • Prepared for internationalization (translations)

1.1

  • Handling of more than two co-authors fixed

1.0

  • First release