zanpress
Forum Replies Created
-
Because I wanted to use the ‘sell_content’ log as a donation concept for content.
However, I was able to realize the functions I wanted by learning the various custom codes provided by CRED Codex.
I solved the problem. I saw a great guide. Thank you.The related guides I mentioned are ‘Log API’ and ‘myCRED_Query_Log’.
There was a lack of explanation. I’m sorry.
addon : ‘sell_content’.
1. I wanted to know how to disable ‘Purchase Template’, ‘Insufficient Funds Template’, and ‘Visitor Template’.
2. If you always want to show the contents regardless of the purchase,
Currently, it can be implemented using ‘get_the_content();’ but there is a problem that other filters, such as automatic embedded filters, will not be available.3. screenshot
before
https://teduri-s3.s3.ap-northeast-2.amazonaws.com/wp-content/uploads/2022/05/09225306/1.pngafter
https://teduri-s3.s3.ap-northeast-2.amazonaws.com/wp-content/uploads/2022/05/09225307/2.pngThank you for your answer.
Additionally, it would be great if there is an option or filter to disable automatic rendering of ‘the_content();’ when using the content sales add-on. It is now limited in the development of related products. And I’m going to learn more about ‘myCredit’ and use the paid plan. Thank you.- This reply was modified 4 years ago by zanpress.
Thanks for the answer 🙂
I’ve just checked.
If the excerpt is blank, it seems that it is not possible to properly load another language (Korean) of the text.
If you enter the excerpt directly, it will print correctly in another language (Korean).