PetraP
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] How to change post title words limit.Hey Raj,
thanks for reaching out!
I think this thread will help you out:
https://wordpress.org/support/topic/code-to-shorten-post-titles-is-shortening-every-title?replies=1#post-6085157Cheers,
PetraHi,
thanks for reaching out!
As you have already noticed, you can edit the post via the “Edit Related Posts” button.
And sadly, at the moment this is the only option to achieve what you are trying to do. With the “exclude category” you only tell our plugin to not put posts to those posts in the excluded category.If you have any other questions or need assistance, please let us know – we will gladly help.
Cheers,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Script loading from Zemanta.comDear Sheila,
thanks for reaching out!
We can understand your concern but unfortunately no, there is no option to download the script.
If you have any other questions or need assistance, please let us know – we will gladly help.
Cheers,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Print related post authorHey,
thanks for reaching out!
Keep in mind that I haven’t tested this, but you could try something like this:
Replace the
$output .= ‘‘ . wptexturize($related_post->post_title) . ‘‘;in the init.php file with:
$output .= ‘‘ . wptexturize($related_post->post_title) . “  by  ” . get_the_author() . ‘‘;
Let me know how it goes, take care and have a lovely day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Any Plans For Custom Post Type?Hey,
it looks to me, you are doing everything right – which WP theme are you using? I have tested this on a couple of standard WP themes and it works.
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Related Post on sidebarGlad to hear 🙂
Happy blogging!
Forum: Plugins
In reply to: [Related Posts by Sovrn] Customize LayoutHey,
thanks for reaching out and sorry for the late reply!
While you can’t add tags, you can add category – we have implemented this option in our latest release just a few days ago.
Happy blogging,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Change the font sizeDear Tori,
thanks for reaching out and sorry for the late reply.
Would you be so kind and give me a link to your blog, so that I can take a closer look?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] display category as part of related postHey,
I am happy to inform you that in the latest release we have implemented the category display option.
Take care and have a lovely day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Support for HHVMHey,
thanks for reaching out and for the heads up!
HipHop VM? No, we have not tested our plugin under HHVM. Sorry to hear that it doesn’t work there. I will ask our tech department to take a look at it but I can’t guarantee you that it will be fixed.
Once again, thanks for the feedback, take care and have a nice day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] php implementation not workingForum: Plugins
In reply to: [Related Posts by Sovrn] Allow Category as part of Related PostsHey,
not sure if you have noticed but in the latest release we have added the option to display thee category from which the related post is 🙂
Hope you will like it!
Take care and have a lovely day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Zemanta conflicting with Cloud FlareWell, keeping my fingers crossed! 🙂
Enjoy the week ahead,
PetraForum: Plugins
In reply to: [Editorial Assistant by Sovrn] Changing Recommended Posts (Search Bar)Hey,
thanks for getting back to me!
To be honest we have already discussed this with the team and for the moment we won’t implement it…but we might someday 🙂
Thank you for the feedback. And if you have any other suggestions or if you have any other questions, please let us know – we will gladly help.
Enjoy the week ahead,
PetraForum: Plugins
In reply to: [WordPress Related Posts] php implementation not workingDear JM,
thanks for reaching out!
One thing I have noticed that you have reached out via WordPress Related Posts and not via Related Posts by Zemanta forum. The thing is, if you have installed a WordPress Related Posts plugin then you must use:
<?php wp_related_posts()?> and not <?php zemanta_related_posts()?> .Let me know if this helped, take care and have a lovely day,
Petra