Title: Tematres WP Integration Plugin
Author: becahp
Published: <strong>1. децембар 2022.</strong>
Last modified: 1. децембар 2022.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

# Tematres WP Integration Plugin

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

[Преузимање](https://downloads.wordpress.org/plugin/tematres-wp-integration.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/tematres-wp-integration/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/tematres-wp-integration/#reviews)
 * [Изградња](https://sr.wordpress.org/plugins/tematres-wp-integration/#developers)

 [Подршка](https://wordpress.org/support/plugin/tematres-wp-integration/)

## Опис

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

## Снимци екрана

[⌊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.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Tematres WP Integration Plugin“ је софтвер отвореног кода. Следећи људи су допринели
овом додатку.

Сарадници

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

[Преведите „Tematres WP Integration Plugin“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/tematres-wp-integration)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/tematres-wp-integration/),
проверите [SVN складиште](https://plugins.svn.wordpress.org/tematres-wp-integration/)
или се пријавите на [белешку градње](https://plugins.trac.wordpress.org/log/tematres-wp-integration/)
преко [RSS-а](https://plugins.trac.wordpress.org/log/tematres-wp-integration/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Version **1.0**
 *  Last updated **4 године раније**
 *  Active installations **Мање од 10**
 *  WordPress version ** 6.0 или новије **
 *  Tested up to **6.1.10**
 *  PHP version ** 7.4 или новије **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tematres-wp-integration/)
 * Tags
 * [custom tags](https://sr.wordpress.org/plugins/tags/custom-tags/)[tematres](https://sr.wordpress.org/plugins/tags/tematres/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/tematres-wp-integration/advanced/)

## Оцене

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/tematres-wp-integration/)