hi, i installed free version but i can’t see a way to get related post between different custom post type. Whit the pro version is it possibile to display in a single post-page a set of related post?
]]>Hello.
For a few weeks now, I can’t use the “Select all” box in any list (posts, plugins, updates…)
I tested and the problem seems to be in your plugin. When I deactivate it everything returns to normal.
It’s not a serious problem, as the rest of the site seems to work correctly, but it is annoying.
]]>Hello,
I tried your nice plugin first on posts an it works fine.
Now I I tried to use it on a PAGE – and I got wrong results:
Under General settings / Post types display / Page I use content “after” and Manualy Post selection.
On my Page I can set manualy the articels – but they will not shown. I see only the “recent” content from my “Pages”
Can you help me?
]]>Hi!
I’ve just found out, that when I have your plugin active, it messes upp my site, so in my post widget, where the authors name is displayed, it’s displaying the wrong author, it’s displaying the name of author 1 (admin), but displays the right author photo..
So I think it somehow is using the same “data-ID” or something (I don’t know how it works)
This issue only occurs when your plugin is active.
]]>Is there any shortcode, to run the script, so I can place it on the page where I want, and not use the default location..
]]>Hi,
Wordfence is saying that there is a difference between the WP directory plugin version and the version on the website. The files affected are:
/plugins/related-post/assets/admin/js/settings-tabs.js
wp-content/plugins/related-post/assets/admin/css/settings-tabs.css
These appear to be minor differences and I’m checking to see if this change is correct or whether we need to re-install the plugin.
I’m not sure if it’s due to that or something else that there are a lot of broken images in the related posts section.
Thanks,
Karen
Hi,
I’ve seen by default the related post also appear in my home page where last posts is proposed. I don’t seen any option to remove it from that specific page.
Hello and first of all, thanks to have developed this extension. I’m working to switch from an old Related Posts to this version.
For now, my blog have more than 2000 entries till 2006. Unfortunately, I don’t find how to correctly settle (if it’s possible) how the plugin will choose to propose the 6 related post.
I would to use the query especially with the similar tags from other articles, but unfortunately, it’s seem to only use the first one when I choose “including taxonomy” in the General Setting.
In the Query menu, what I can do don’t really affect that kind of selection. It just le me push the recent or older post out of 2000…
Is there something I’ve missed, or the extension Is not thinked for that kind of use ?
When I’m trying to add new Related Post, update the current post and then immediately delete newly added relation – it does not deletes, it keeps intact. Though, when I’m refreshing the page – RelatedPost is in its place, but now it can be deleted smoothly.
I’ve located a bug that causes that behaviour:
File ./assets/admin/js/scripts.js, line 13:
html = '<div class="item"><span class="remove"><i class="fas fa-times"></i></span> <span class="move"><i class="fas fa-sort"></i></span> <span class="title">' + post_title + '</span></div><input type="hidden" name="related_post_ids[]" value="' + post_id + '" /></div>';
There is two closing </div> but only one opening <div>. So, the line should be that:
html = '<div class="item"><span class="remove"><i class="fas fa-times"></i></span> <span class="move"><i class="fas fa-sort"></i></span> <span class="title">' + post_title + '</span><input type="hidden" name="related_post_ids[]" value="' + post_id + '" /></div>';
IDK if you have a github, I didn’t found one, so, can you just fix that little thing without me opening PRs?
]]>Hello, I have posts with different tags in same category. I would like to display 6 related posts primary by tags, but if there are no tag related posts, then I want to fill rest of related posts by posts from same category.
How can I do this please?
]]>Hi,
First, I would like to thank you for this very useful plugin.
On few pages, I would like to choose to display no related post at all. However if I let the field blank, it fills the related posts by guessing itself.
Thanks for your help
N.
]]>Hi there,
after some updates the related post bar is now @ the top of the page covering my header image instead of @ the bottom.
How can I move them back?
Thanks!
]]>Hello, I just added the plugin, I really liked it but it has a small error in lighthouse, the thumbnail images are without titles.
Erro:
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users.
]]>Hi, your plugin is wonderfully simple to set up and use, and my client really likes the way that you assign related posts manually with the metabox. The problem is, we don’t want any posts to show any related posts unless they are added manually. Is there any way to have the plugin work ONLY when a related post is assigned to an article via the metabox?
]]>Hi,
The default thumbnail is not displayed. Or am I using something incorrectly?
The default photo should show up when a post has no photo, right?
But I don’t see a photo under a post where there is no thumbnail and no photo in the content.
https://disk.yandex.ru/i/_N-dHrHwsrnJwQ
How can I remove related posts showing on archive and category pages? I just want them to appear on single posts.
]]>Hello! Just wondering if it’s possible to pull something other than the “featured image” for the related posts. For example in your Post Grid plugin, how you can change the setting to pull the first image from the post content instead of the featured image. Is that option possible in this plugin as well?
Alternatively, is there a way using Post Grid or Post Grid Pro plugin to set a query to show “related posts” to the current page/post based on Category or Tag?
Thanks so much in advance…
]]>Hi,
Just found your plugin and I’m testing it out with other plugins. I can’t find any way to set the related posts based on tags?
Please help
]]>Hello,
How do I configure it in this format: https://imgur.com/a/S3f4h9C
]]>some articles do not show at all. and some constantly shows. how to make it select articles by tags?
]]>Hi,
I need help. The plugin is displayed in the menu and in footer in a strage way
I want noly to be displayed in body as normal.
https://upsalacosmetic.com/talones-agrietados-causas-y-soluciones/
You can visit the link page I provided and see it.
?How can it be fixed?
Regards,
]]>Hello, is it possible to choose related post by post name?
]]>Hello
I wanted to know if there is a way to add the image in mobile version that looks more responsive, that is to say that it looks bigger. I leave a screenshot
https://ibb.co/TrnpkXt
Hello, I already commented on this issue on a thread but later discovered that it is resolved so just to be sure that the plugin support will see my issue here it is:
I want to exclude posts having only 1 specific category from showing in related posts. for example, if the post has categories “a” and “b”, I want to exclude category “a” from showing so I used this code according to a link mentioned by the support:
add_filter(‘related_post_query_args’,’related_post_query_args_20200126′);
function related_post_query_args_20200126($args) {
// exclude categories
$args[‘category__not_in’] = array(3748);//3748 is id for category b
return $args;
}
But the problem is no related posts are showing even if the post has a category “b”.
Any help would be appreciated!
Thank you!
Maybe can delete type=”text/css”.
W3C Validation:
Warning: The type attribute for the style element is not needed and should be omitted.
<style type="text/css">
P.S.
It would be great to add a function OFF/ON inline styles css in settings on plugin.
There are a few certain posts on my site that I DO NOT want to display related posts on. So I want to be able to use the shortcode on all other posts and also manually choose the related posts that are displayed.
When using the shortcode though, it displays random related posts instead of the posts that I manually choose on the “Edit Post” page. Is there a way to correct this?
If not, is there a function I can run to EXCLUDE certain posts from displaying related posts at the bottom when selecting “enable related post automatically for post”?
Thanks.
]]>Two identical classes. But one of them is like an attribute. In the source code of the page.
Error: Attribute post_title not allowed on element a at this point. (W3C)
<a class="title post_title" post_title href="">
Hello,
I have a two questions about this plugin:
1. Is this plugin will slowdown website performance or not?
2. How free version of this plugin works and related post was based on what?
Thank you
]]>i can’t add icon by adding <i class=”fas fa-dot-circle”></i> , after save, the code is greyed out again. For the Font-awesome version, I set it to version 5+. plz help me
]]>Hi, I’m using the PHP shortcode below for the page I want to display the related posts on. It works fine listing the posts, but above them no where does it say: Related Posts
Since I’m using the php shortcode instead of the General Settings – Post Type Display section (where it let’s you enter the headline text), where can I add in the headline text for the unique page that I’m putting the related posts on (it’s for courses, not a blog so the page I want to list it on doesn’t show up in the General Settings)? Thanks!
<?php echo do_shortcode( ‘[related_post]’ ); ?>
]]>