Assign Staff as Author for Total

Descripción

Adds a new field to the post edit screen for all public post types so you can select a “Staff Member” (a post from the staff custom post type) as the “author” of the article to be displayed on the front-end. This will not actually change the author of the post itself but simply change the name displayed on the front-end in the author bio and post meta sections.

Note: This plugin is intended to be used with the Total Theme for WordPress and the Total Theme Core plugin which registers the Staff post type. If you are using it with a different theme that has a built-in staff post type or a different theme using a custom post types plugin to register the staff members, it may or may not work depending how the theme is coded. This plugin hooks into the author_link, the_author and get_the_author_description to make it’s changes.

Capturas

Instalación

  1. Upload ‘assign-staff-as-author-for-total’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You can now assign any post to a Staff Member so that they will appear as the author on the front-end

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Assign Staff as Author for Total” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Assign Staff as Author for Total” a tu idioma.

¿Interesado en el desarrollo?

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

Registro de cambios

1.1

  • Updated plugin to hook into pre_get_avatar which attempts to display the staff member featured image instead of the author avatar so it can display the correct avatar in theme card styles.
  • Fixed display issues in Gutenberg editor.
  • Updated the save mechanism.

1.0

  • First official release