Conversation
supportHello, Iam using your plugin since about 4 months and it is really awesome. No Iam developing news website and I need to customize the plugin to show articles based on: 1- The same publish time only. 2- The same custom taxonomy (not category). Can we do that ? Appreciate your feedback. KR, https://wordpress.org/plugins/social-semantic-recommendation-sosere/
Hello KR, sure, it would work in general. 1) You could extend the controller class and overwrite the sosere_run function to get exact what you need… 2) Or you could try to set the value of “Selection Settings” -> “Consider posts/pages not older than (days)” to 1. If you not using categories you should get recommendations from the same taxonomy level, not older than one day. If you need the same day or same hour/minute you have to change the code. Best regards, Arthur
Hello KR, sure, it would work in general. 1) You could extend the controller class and overwrite the sosere_run function to get exact what you need… 2) Or you could try to set the value of “Selection Settings” -> “Consider posts/pages not older than (days)” to 1. If you not using categories you should get recommendations from the same taxonomy level, not older than one day. If you need the same day or same hour/minute you have to change the code. Best regards, Arthur