Title: Tematres WP Integration Plugin
Author: becahp
Published: <strong>1 Δεκεμβρίου  2022</strong>
Last modified: 1 Δεκεμβρίου  2022

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](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://el.wordpress.org/plugins/tematres-wp-integration/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/tematres-wp-integration/#reviews)
 * [Ανάπτυξη](https://el.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.
 * [[
 * 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**
 *  Τελευταία ενημέρωση: **πριν από 4 έτη**
 *  Ενεργές εγκαταστάσεις: **Λιγότερες από 10**
 *  Έκδοση WordPress: ** 6.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **6.1.10**
 *  Έκδοση PHP: ** 7.4 ή νεότερη **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tematres-wp-integration/)
 * Ετικέτες:
 * [custom tags](https://el.wordpress.org/plugins/tags/custom-tags/)[tematres](https://el.wordpress.org/plugins/tags/tematres/)
 *  [Σύνθετη Προβολή](https://el.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)

[Δείτε όλες τις κριτικές](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/)