psychebb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] popular not workingAny feedback from this issue?
Forum: Plugins
In reply to: [WP Popular Posts] Upgrade to 3.0 – Lost data No data so farHi,
I’m using this plugin for 2 months, all goes well.
But today, it suddenly not working. It shows “sorry, no data” in 24hours, 7 days, 30 days and all-time
I checked my databse, only have wp_popularpostssummary and wp_PopularPostsdata.
I had wp_head() in my <head>Anything I can do to fix this?
Forum: Plugins
In reply to: [JSON API] how to get the posts wihtout paginationresolved
Forum: Plugins
In reply to: [JSON API] how to get the posts wihtout paginationdefault is 10 posts every page.
Forum: Plugins
In reply to: [JSON API] how to get the posts wihtout paginationfix it.
setting the $json_api->query->count = -1;
it will workingForum: Plugins
In reply to: [JSON API] Is that possible get menu items using this API?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
Forum: Plugins
In reply to: [JSON API] get page link will redirectmy bad, I make the link lack of a “/”, it’s solved