Richer Yang
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostViews Plus] Deprecated at php 7.4Fixed this bug at version 2.1.2
Forum: Reviews
In reply to: [RY Tools for WooCommerce] 功能很方便好用 推薦感謝你的五星
如果有任何建議,歡迎前往 https://richer.tw/ry-woocommerce-tools/ 可以獲得更有效率的反應。PS. 已於 0.0.8 版本新增最小訂購金額設定
- This reply was modified 8 years, 5 months ago by Richer Yang.
Forum: Plugins
In reply to: [Upload to FTP] 刪除本地檔案那是你上傳的原始檔案!
本外掛無法自動刪除那一個檔案,如果你上傳的是圖片,在某些情況下還是會使用到那一張圖片。Forum: Plugins
In reply to: [Upload to FTP] Uanable to upload mp3 and mp4In my web server With version 1.0.5.
I have check upload pdf or mp4 is OK!Forum: Plugins
In reply to: [Upload to FTP] Uanable to upload mp3 and mp4Sorry about update the plugin with so long time.
It’s because I forget at wordpress.org has a support forum of plugin.
And at my blog no one tell me about the question.I had update the plugin and fixed this question.
Forum: Plugins
In reply to: [WP auto tag] [Plugin: WP auto tag] What good is any of this?SORRY
Because this plugin is focus on Chinese language.
So just write it in Chinese without use the English.
and it also have some problem when using in English.Forum: Plugins
In reply to: Include Post Excerpt ?Sorry To You!
I think you are using WP-PostViews From Lester ‘GaMerZ’ Chan.
It,s not the same.Forum: Plugins
In reply to: Include Post Excerpt ?You want this plugin can count the post views times when you use
the_excerpt();function to display.
The most easy way is find
add_filter('the_content', 'process_postviews');
and add the code
add_filter('the_excerpt', 'process_postviews');
after what you findI will do more test, and release a new version