Abhineet Mittal
Forum Replies Created
-
Thanks. I have sent the details via your contact form.
Thank you. I will definitely explore & use the new API when I update the code in future.
Thank you for confirmation about size issue.
I am using stats_get_csv() as I only need to fetch post views and that too I am caching for a long time for each individual request. This minimizes the calls to the WP API and keep the page load time of my website in check.
Should I keep using it for now or stats_get_csv() will not be supported in near future?Thank you.
I found a solution. There is a nice plugin by Jeremy which solves this- https://wordpress.org/plugins/jetpack-shortlinks-for-sharing-buttons/
But now shortlinks are working for most buttons except Whatsapp button. When I click on Whatsapp button, it is still sharing the original long url.
Forum: Plugins
In reply to: [Frontier Post] Frontier Post Super Admin Link Not CorrectThat worked!! Thank you!! 🙂
Forum: Fixing WordPress
In reply to: Comments for one user are going to trashGot it. It was some issue with the comment blacklist settings.
Forum: Fixing WordPress
In reply to: Comments for one user are going to trashThank you for the response. But I think Akismet is for identifying the spam comments.
But in my case, comments are not going to “Spam” folder. They are going to “Trash” folder directly. That means the comments of a particular author are directly deleted without even going to “Pending” or “Spam” folders.
Please correct me if my understanding is wrong.Forum: Plugins
In reply to: [Frontier Post] How to disable to "Clone" option in "My Posts" listThanks.
Yes. That’s correct.
Forum: Plugins
In reply to: [Frontier Post] How to disable to "Clone" option in "My Posts" listA slight update in above fix as I am not using the icons but text-
#frontier-post-list-text-clone { display: none !important; }Forum: Plugins
In reply to: [Frontier Post] How to disable to "Clone" option in "My Posts" listOk thanks. Will wait for the updated functionality.
Forum: Plugins
In reply to: [Frontier Post] Publish Button not visible on Create Post pageOk. Thanks.
Forum: Plugins
In reply to: [Frontier Post] Publish Button not visible on Create Post pageOk thanks. Will wait for a solution.
Forum: Plugins
In reply to: [Frontier Post] Publish Button not visible on Create Post pageYes it is a new installation of FP.
And you are right, when I first saved it as draft and tried to edit it, it showed the Publish button.
Is there any way to show the Publish button without saving the post as Draft first?