old9
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Got a waring on updateThanks, I tried the current master branch and no more warnings now. 👍
Forum: Plugins
In reply to: [WP Popular Posts] How to display attachment typeThanks, it works now.
I changed
AND p.post_status = 'publish'toAND p.post_status IN('publish', 'inherit')like in the old post, rather than that suggested in the GitHub issue, since I also need normal posts to be tracked.Forum: Plugins
In reply to: [Breadcrumb NavXT] Got a waring on updateThanks for your response, it’s a local server so I’m afraid I can’t share the public accessible URL.
It’s shown on the list page of attachments, as well as the single attachment page.
I setup my wordpress to be able to assign categories to attachments,AFAIK this kind of usage is not restricted by wordpress and is totally valid, since an attachment is just another type of post in wordpress.
Forum: Plugins
In reply to: [Search Meter] warning on 4.3Great! Any clue on the empty search term issue?
Forum: Plugins
In reply to: [WP Popular Posts] Does not work for media filesThanks, this works.
Any chance this would be merged into the main branch?Forum: Plugins
In reply to: [WP Popular Posts] Does not work for media filesThanks for your reply!
I tried this but still ‘No data so far.’ 🙁
The views count does get saved since
wpp_get_views()has valid return in myattachment.phptemplate, and this is true even before I made the code change you suggested.BTW, I noticed that
is_single,is_attachmentandis_singularall return true onattachment.php, and I made some search and the codex page also indicates this: https://codex.ww.wp.xz.cn/Function_Reference/is_single#Notes.Forum: Plugins
In reply to: [Search Regex] Searching in post title doesn't worksame here, any update or quick fix for this?
I ended up replacing directly in the database(awful).