Title: Tematres WP Integration Plugin
Author: becahp
Published: <strong>1 de diciembre de 2022</strong>
Last modified: 1 de diciembre de 2022

---

Buscar plugins

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.

![](https://s.w.org/plugins/geopattern-icon/tematres-wp-integration.svg)

# Tematres WP Integration Plugin

 Por [becahp](https://profiles.wordpress.org/becahp/)

[Descargar](https://downloads.wordpress.org/plugin/tematres-wp-integration.zip)

 * [Detalles](https://ve.wordpress.org/plugins/tematres-wp-integration/#description)
 * [Valoraciones](https://ve.wordpress.org/plugins/tematres-wp-integration/#reviews)
 * [Desarrollo](https://ve.wordpress.org/plugins/tematres-wp-integration/#developers)

 [Soporte](https://wordpress.org/support/plugin/tematres-wp-integration/)

## Descripción

When informing a Tematres API URL, WP recognizes the terms registered in Tematres
as Tags available to publish to posts.

#### Usage

Install and activate the plugin. Go to the «Tematres WP Integration» menu in the
panel and configure the requirements:
 – Tematres API URL – Tag Name – Post where
the tags will be applied

#### FrontEnd Observation

To return the tags in the frontend of a post which uses, for example, the `get_the_tag_list`
function (as the Twenty Twenty One Theme) of WordPress, it is necessary to manually
change the theme’s template files, to not call this function, since it exclusively
calls tags of type `post_tag`, which are standard in WP. So we created the functions`
has_tag_thematres_wp` and `tmwpi_get_the_tag_list` that look for the tag created
by the plugin.

Usage example in Twenty Twenty One theme:

    ```
    if ( has_category() || has_tag() || has_tag_tematres_wp() ) {
        ...
        if ( function_exists( 'tmwpi_get_the_tag_list' ) ) {
            $tags_list = tmwpi_get_the_tag_list( '', __( ' ', 'twentytwentyone' ) );
        } else {
            $tags_list = get_the_tag_list( '', __( ' ', 'twentytwentyone' ) );
        }
        ...
    }
    ```

#### GitHub

Please reach out to make pull requests or issues on the [Tematres WP Integration GitHub repository](https://github.com/becahp/tematres-wp-integration).

## Capturas

[⌊Settings page.⌉⌊Settings page.⌉[

Settings page.

[⌊Tematres Tag metabox at the post or custom post type edit page.⌉⌊Tematres Tag 
metabox at the post or custom post type edit page.⌉[

Tematres Tag metabox at the post or custom post type edit page.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

«Tematres WP Integration Plugin» es un software de código abierto. Las siguientes
personas han colaborado con este plugin.

Colaboradores

 *   [ becahp ](https://profiles.wordpress.org/becahp/)
 *   [ lucasrodri ](https://profiles.wordpress.org/lucasrodri/)

[Traduce «Tematres WP Integration Plugin» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/tematres-wp-integration)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/tematres-wp-integration/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/tematres-wp-integration/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/tematres-wp-integration/)
por [RSS](https://plugins.trac.wordpress.org/log/tematres-wp-integration/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0**
 *  Last updated **hace 4 años**
 *  Active installations **Menos de 10**
 *  WordPress version ** 6.0 o superior **
 *  Tested up to **6.1.10**
 *  PHP version ** 7.4 o superior **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tematres-wp-integration/)
 * Tags
 * [custom tags](https://ve.wordpress.org/plugins/tags/custom-tags/)[tematres](https://ve.wordpress.org/plugins/tags/tematres/)
 *  [Vista avanzada](https://ve.wordpress.org/plugins/tematres-wp-integration/advanced/)

## Valoraciones

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/tematres-wp-integration/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/tematres-wp-integration/reviews/)

## Colaboradores

 *   [ becahp ](https://profiles.wordpress.org/becahp/)
 *   [ lucasrodri ](https://profiles.wordpress.org/lucasrodri/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/tematres-wp-integration/)