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

---

Vyhľadať plugin

Tento plugin **nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress**. Už
nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri
použití s novšími verziami WordPress.

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

# Tematres WP Integration Plugin

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

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

 * [Podrobnosti](https://sk.wordpress.org/plugins/tematres-wp-integration/#description)
 * [Recenzie](https://sk.wordpress.org/plugins/tematres-wp-integration/#reviews)
 * [Vývoj](https://sk.wordpress.org/plugins/tematres-wp-integration/#developers)

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

## Popis

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).

## Obrázky

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

## Recenzie

Pre tento plugin nie sú žiadne recenzie.

## Prispievatelia a vývojári

“Tematres WP Integration Plugin” je softvér s otvoreným zdrojovým kódom. Do tohto
pluginu prispeli nasledujúci ľudia.

Prispievatelia

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

[Preložiť „Tematres WP Integration Plugin“ do vašho jazyka.](https://translate.wordpress.org/projects/wp-plugins/tematres-wp-integration)

### Máte záujem o vývoj?

[ Prehľadávajte zdrojový kód](https://plugins.trac.wordpress.org/browser/tematres-wp-integration/),
preskúmajte [SVN repozitár](https://plugins.svn.wordpress.org/tematres-wp-integration/),
alebo sa prihláste na odber [vývojárskeho logu](https://plugins.trac.wordpress.org/log/tematres-wp-integration/)
cez [RSS](https://plugins.trac.wordpress.org/log/tematres-wp-integration/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Verzia **1.0**
 *  Posledná aktualizácia **Pred 4 roky**
 *  Aktívne inštalácie **Menej než 10**
 *  Verzia WordPress ** 6.0 alebo novšia **
 *  Testované do verzie **6.1.10**
 *  Verzia PHP ** 7.4 alebo novšia **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/tematres-wp-integration/)
 * Značky
 * [custom tags](https://sk.wordpress.org/plugins/tags/custom-tags/)[tematres](https://sk.wordpress.org/plugins/tags/tematres/)
 *  [Rozšírené zobrazenie](https://sk.wordpress.org/plugins/tematres-wp-integration/advanced/)

## Hodnotenia

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/)

## Prispievatelia

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

## Podpora

Máte čo povedať? Potrebujete pomoc?

 [Zobraziť fórum podpory](https://wordpress.org/support/plugin/tematres-wp-integration/)