Title: Tematres WP Integration Plugin
Author: becahp
Published: <strong>ಡಿಸೆಂಬರ್ 1, 2022</strong>
Last modified: ಡಿಸೆಂಬರ್ 1, 2022

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://kn.wordpress.org/plugins/tematres-wp-integration/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/tematres-wp-integration/#reviews)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.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**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **4 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 6.0 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **6.1.10** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tematres-wp-integration/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [custom tags](https://kn.wordpress.org/plugins/tags/custom-tags/)[tematres](https://kn.wordpress.org/plugins/tags/tematres/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.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/)