| 开发者 | blogestudio |
|---|---|
| 更新时间 | 2020年9月28日 23:58 |
| PHP版本: | 2.5.1 及以上 |
| WordPress版本: | 5.5.1 |
By default your posts comments and meneame comments will be mixed in your comments template. If you want to have them seperately follow these instructions: We have included a function that returns the list of the comments, called "meneame_comments__only_meneame."
meneame_comments__only_meneame("post_id=[ID]");We have included a function that returns the list of the comments, called "meneame_comments__without_meneame."
meneame_comments__without_meneame("post_id=[ID]&comments=[0|(1)]&trackbacks=[0|(1)]");