Plugin Author
berkux
(@berkux)
Hi elenis1517,
Thank you for trying my plugin!
How is the JSON structured?
Like that:
{“tipo”:”data111″,
“numero”:”value1111″
}
Plugin Author
berkux
(@berkux)
Hi elenis1517,
maybe you try
http://www.kux.de/extra/wordpress/plugins/jsoncontentimporter/json-explorer/je.php
to bring JSON and shortcode / templatre-code toegether.
Best
Bernhard
Hi Bernhard,
sorry to reply late.
I have a variable “tipo” that has values like “totem”, “garbage”,….
and “numero” tha has a numeric value.
I would like to display the “numero” value when “tipo” is” “totem”.
As I have no json literacy, I am totally lost with code.
Thanks for help,
All the besst,
Elena
Plugin Author
berkux
(@berkux)
To underdstand whats your challange:
1. You have JSON like that:
{
“tipo”: {
“valoftipo”: “totem”,
“numero”: “533”
}
}
2. The plugin should show “533” if, and only if “valoftipo” is “totem”.
And not if “valoftipo” is anything else like “garbage”
Right?
This plugin can’t do that. The plugins purpose is to display a JSON, unforunatley there is no logic implemented.
What I would do: Creating a JSON-Feed containing only the data you want to display. E.g. build a PHP-script reading the full JSON and selecting there what you want to display. Then use the resulting, reduced JSON Feed for the plugin.
Does this make sense?
Best
Bernhard
Plugin Author
berkux
(@berkux)
Hi Elena,
there is a new version 1.1.0:
https://downloads.wp.xz.cn/plugin/json-content-importer.1.1.0.zip
Before I release it as “stable” I would be happy with some user-tests.
New is the very much enhanced template-engine for supporting more JSON-structures.
Best
Bernhard
Plugin Author
berkux
(@berkux)
Hi Bernhard
sorry to reply so late.
I will test the new version and will come back to you next week.
thanks for your help!!!