You know, i added two related posts because i want to display two parts different content of related. So, everyone will have more choice of related posts 🙂
1: Based on similar contents and title.
2: Random posts.
I tried both of your plugins but it’s just display related posts.
If you have “Random Option” at your next update version will be cool. I will using “WordPress related posts” for related posts and “Related Posts by Zemanta” for random posts. I think this is necessary for another customers of Zemanta like me 🙂
Yes, I understand & agree with you completely! And we appreciate feedback like this, really!
But for now we are just not able to help you out on this. Our plugins are only able to display posts that are related and that option with only random ones is just not our horizon yet. We hope we’ll be able to implement it sometime in the future, but I really cannot give you any certain dates. We’re really sorry about this!
As always — if you have any questions or if you stumble upon any problems (let’s hope not, though!), do not hesitate to let us know! We’ll gladly help!
Take care!
Silvo
Hi Silvo,
Long time no talk. How are you?
I need your help to config the code work again with your newest version. After updated to version 3.3.3 i can not find the title code “$output .= ‘‘ . wptexturize($related_post->post_title) . ‘‘;” so i can not add date after.
Could you please help me take a look?
Thank you,
Tuan.
Hey Tuan,
I hope you don’t mind me answering on Silvo’s behalf and big sorry for the late reply.
You can find the code in init.php (lines 286-290) file:
if ($platform_options["display_publish_date"]) {
$dateformat = get_option('date_format');
$output .= '<small class="wp_rp_publish_date">' . mysql2date($dateformat, $related_post->post_date) . '</small> ';
//$output .= mysql2date($dateformat, $related_post->post_date) . " -- ";
}
However we are going to release a new version of the plugin any day now so I suggest you wait for it and we can fix any date issues at that time.
Either way – please let me know how it goes or if you need any further assistance. I’ll gladly help! 🙂
Take care & have a nice day!
Best,
Petra
Thank you for your reply Petra.
I will waiting for your new release 🙂 Beside that, if you can add cutom css for the date, then i don’t have to add custom code manually everytime when i updated the plugin 🙂
Have a nice day,
Tuan.