Title: Having trouble displaying data elements
Last modified: November 19, 2016

---

# Having trouble displaying data elements

 *  Resolved [tony714](https://wordpress.org/support/users/tony714/)
 * (@tony714)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/having-trouble-displaying-data-elements/)
 * Hi,
    Just want to say I really like this plugin and it has all ready saved me
   a lot of time!
 * I am having a problem displaying certain data elements from a yahoo finance JASON
   feed.
 * I can display data elements under the root node (query) but the data I need is
   down two (2) more nodes:
 * query -> results -> **quote**
 * Here is the short code I am using in wordpress:
 *     ```
       [jsoncontentimporter url="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22LTRX%22)%0A%09%09&env=http%3A%2F%2Fdatatables.org%2Falltables.env&format=json" basenode="query" numberofdisplayeditems="-1"]
       <ul>
         <li>Count: {count}</li>
         <li>Created: {created}</li>
         <li>Language: {lang}</li>
         <li>Symbol: {symbol}</li>
       <ul>
       [/jsoncontentimporter]
       ```
   
 * The first three data elements display but ‘Symbol’ which is under the (quote)
   node will not display. I’m not sure how I can traverse down to that node to display
   all those data elements and I haven’t been able to find any examples online…
 * Any help will be greatly appreciated.
 * Thanks You!
    -  This topic was modified 9 years, 7 months ago by [tony714](https://wordpress.org/support/users/tony714/).
    -  This topic was modified 9 years, 7 months ago by [tony714](https://wordpress.org/support/users/tony714/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/having-trouble-displaying-data-elements/#post-8465452)
 * Hi,
 * see
    [http://api.json-content-importer.com/api-query-yahooapis-com/](http://api.json-content-importer.com/api-query-yahooapis-com/)
 * Bernhard

Viewing 1 replies (of 1 total)

The topic ‘Having trouble displaying data elements’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/having-trouble-displaying-data-elements/#post-8465452)
 * Status: resolved