Take a look at the “Force User Login” setting on the Postie User tab. This needs to be set to “Yes” to use custom taxonomies.
Unfortunately it didn’t work…
I tried also both
[pterm taxonomy=cat term=justice]
[pterm taxonomy=”cat” term=”justice”]
Are you using the names or the slugs? You should be using the names.
I used the slugs, cause that’s how you wrote in the tutorial.
but here is another try I just did, unfortunately without success..:(
(lang is the slug, Languages is the name
english is the slug, EN is the name)
[psticky]
[ptitle “My cool title”]
[pterm taxonomy=lang term=EN]
[pterm taxonomy=”lang” term=”EN”]
[pterm taxonomy=”Languages” term=”EN”]
[pterm taxonomy=Languages term=EN]
[pterm taxonomy=Languages term=english]
[pterm taxonomy=”Languages” term=”english”]
is it with quotation marks or without?
Quotes are optional, only really needed if there are spaces.
I’ve updated the plugin to provide better diagnostic information for taxonomies and sent it to you. Please install the new version and do a Postie Debug run then look for “taxonomy shortcode” in the output and see what if any messages are displayed.
I made a debug with the following method:
https://codex.ww.wp.xz.cn/Debugging_in_WordPress
I didn’t find any “taxonomy shortcode” on the debug.log, I only found some postie logs and a PHP deprecated function:
[19-Sep-2015 14:17:06 UTC] Postie: Post time: 2015-09-19 15:17:06
[19-Sep-2015 14:17:06 UTC] Postie: Successful IMAP-SSL connection on port 993
[19-Sep-2015 14:17:06 UTC] Postie: # of waiting messages: 0
[19-Sep-2015 14:18:48 UTC] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /../wp-content/plugins/postie/postie-functions.php on line 611
There needs to be an email waiting otherwise the AddOn doesn’t run. Also you can just click the run postie (debug) button.
OK. I got the following
Postie Shortcodes (begin)
sticky shortcode
taxonomy shortcode
taxonomy: added ‘type’=’video’
Postie Shortcodes (end)
Post postie_post filter
I’m using cpt-onomies to built up my taxonomies. Do you think it works differently?
I tried it with a normal taxonomy using the Simple Taxonomy plugin and it works.
So it seems that the cpt-onomies have really a different taxonomy structure.
do you think you could embed it somehow?
margaritaperc decided to not use cpt-onomies