• I have complex data must be saved to wordpress. I saved it in json and it really easy.
    But I want to query it too, like query post in wordpress. Query this data should be fast, multisite support.

    Complex data:
    – 3,4 level
    – have list in child item

    Like this:

    {
    	"title": "Education",
    	"heading" : "My Education",
    	"description" : "blalalalal",
    	"educations" : [
    		{"school" : "Univert Oxfor 1", "major" : "Software Engineer", "mark" : "7.8", "description" : "sdf sfs df sdf"},
    		{"school" : "Univert Oxfor 2", "major" : "Software Engineer", "mark" : "7.8", "description" : "sdf sfs df sdf"},
    		{"school" : "Univert Oxfor 3", "major" : "Software Engineer", "mark" : "7.8", "description" : "sdf sfs df sdf"},
    	]
    }

    I don’t know solution for this on wordpress. Please help me on this.
    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What part of this is multisite?

    The data is outside WordPress, from what I can see.

    Thread Starter Dang Ngoc Binh

    (@dangngocbinh)

    What part of this is multisite?
    I Think it don’t really important in multisite. Just save this data to wordpress database and query it like post.

    I think it was outside of WordPress too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘complex data query for wordpress’ is closed to new replies.