• Resolved Andyt8

    (@andyt8)


    Hello,

    I have a question or maybe a feature request. Is WP to Twitter able to use taxonomy?

    I have here a plugin (called Link Library) which includes some custom fields. At the moment I have no problem to use the custom fields with WP to Twitter. I had really much help from the developer from Link Library.

    According to the developer of that plugin, one field isn’t stored as custom field.
    Category is stored from taxonomy link_library_category. I’m not sure what is the different – I’m not really a developer.

    Is it possible for WP to Twitter to extract the category based on a taxonomy name?

    nice regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Yes, you can use custom taxonomies, although it takes a little extra work.

    Here’s an example showing how to create a custom template tag for WP to Twitter templates that fetches terms from a custom taxonomy:

    https://github.com/joedolson/plugin-extensions/blob/master/wp-to-twitter/custom-taxonomy-terms.php

    Thread Starter Andyt8

    (@andyt8)

    Hello,

    Thanks for you answer.

    Is this something, which has to be inserted to functions.php of theme or is that installed like a plugin?

    According to the comments of the file, I need to adjust the variable – that should be no problem.

    edit: it seems to me, I found the answer by myself. I changed to the parent directory and found an additional readme.

    regards, Andyt

    • This reply was modified 6 years, 8 months ago by Andyt8. Reason: Adding some further information
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP-to-Twitter and taxonomy’ is closed to new replies.