Viewing 1 replies (of 1 total)
  • yes, I also want this function.

    can we add a field in the category json file. now when request /api/get_category_index/, I can get json like this:
    {
    status: “ok”,
    count: 6,
    categories: [
    {
    id:
    slug: “”,
    title: “”,
    description: “”,
    parent: 0,
    post_count: 2
    },…
    ]
    }

    can we add a file named “menu” in categories. if this, we can know the connection

Viewing 1 replies (of 1 total)
  • The topic ‘Is that possible get menu items using this API?’ is closed to new replies.