If you see this PHP Warning in your log files:
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /yourdomainpath/wp-content/plugins/microkids-related-posts/microkids-related-posts.php on line 645
There is a simple fix. Edit the file yourself:
Replace this line #645
if( count( $post_type_related_posts ) ) {
with this line
if( $post_type_related_posts ) {
That should fix it. If course, if you have a problem, just undo your changes.
]]>Hello,
I am getting this error
Function create_function() is deprecated in <b>/data/web/theherbsplace.com/wp-content/plugins/yuzo-related-post/assets/ilenframework/core.php</b> on line <b>4236
Please tell me what I need to do to get this working. This error shows up when I try to create a related page.
Thanks,
Randal
]]>I’m using this plugin in my personal sites and having an error/incompatibility with latest WordPress releases.
The called constructor method for WP_Widget in Most_Popular_Tags is <strong>deprecated</strong> since version 4.3.0!
Unfortunately looks like the plugin author does not have anymore time to maintain this. So I fix this issue myself, for anyone having this issue. Feel free to download a copy at github and test yourself.
https://github.com/codex-m/microkids-related-posts
If the plugin author is reading this, feel free to merge and create a new tag in WordPress repo for the updated version if you can. Otherwise, we will use github for now with this fixed version.
Thanks! Cheers.
Emerson
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Hi,
your plugin is very good and easy to set up.
There is only one thing’s missing.
How can i add the category of the post next to the title of the related post ?
Is there an option for this ?
If not, where can i add this into the plugin’s code ?
Thanks anyway.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Will this Plug-in which is great ever be tested to support WP 4.3. Many troubleshooting guides talk about stopping plug-ins and checking which ones support the WP installed and this one always turns up.
I have been getting :-
PHP Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home2/raymonk4/public_html/wp-includes/functions.php on line 3457
which can be linked to a plugin.
https://www.raymondthebrave.com
At the moment I have a skip to content problem which I cannot isolate at all. I have changed Themes, used different browsers just to check. I have done a partial re-install and still I have the same problem. The one thing i have to check are all my plugins.
Thanks Raymond
https://www.ads-software.com/plugins/microkids-related-posts/
]]>A client of ours has a site on 3.9.6 that we updated to 4.2.4 and search through content for related posts (the one in edit post page) started delaying the results for 10 seconds and sometimes more. I rolled back to 3.9.6 just to confirm, that speed was way better there.
Anyone else experiencing this or having an idea of a solution?
My guess is that changes in the core, especially those with security in wp-db.php are in conflict with some old bad code in the plugin…
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Hello,
I am trying to set my related posts image sizes to thumbnails. I’ve selected “Yes, display thumbnails with this size:” but there is nothing in the drop down menu to select. All of my related post images are currently very large. Can you please tell me how to set them to thumbnail images.
Thanks,
Mandy
https://www.ads-software.com/plugins/microkids-related-posts/
]]>I like the functionality of this Related Posts Plug-in, but am worried about installing it because it has not been updated in 2 years and am worried that it may not work in a future wordpress upgrade.
Does anyone know if there is a plugin that provides similar functionality but is actively supported?
I like the idea of being able to specify the “related posts” that I want to show in my post instead of letting some “engine” run in the background and use site resources. In fact, there are some hosting providers that won’t even let you use a “related posts” plugin because of the server overhead they cause.
Any other options to this one?
Any chance the author will decide to support this again?
Thanks.
Michael
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Hi there,
I love how this plugin works and it gives our users active control over which posts are pulled into the related posts area.
There is a little snag, though in the admin area.
Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /public_html/wp-includes/functions.php on line 3201
Maybe you have a chance to take a look at it, and update the plugin.
I’d really appreciate it
https://www.ads-software.com/plugins/microkids-related-posts/
]]>More of a feature request really but would be really handy!
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Hello there. After selecting an image for ‘Would you like to display thumbnails with your related posts?’ one doesn’t appear.
Is it supposed to be visible in the admin?
https://www.ads-software.com/plugins/microkids-related-posts/
]]>In the scroll of thumbnails by Zemanta under the post area (when in WordPress Editor) there is quite a number of highly relevant posts from my site which are not showing.
I wonder if this might be because of similarity of names, and the software only “reads” the first couple of words eg on mine I have something like:
Stan’s Story No 1
Stan’s Story No 2
Stan’s Story No 3 etc
As far as I can work out this stage these are the main missing posts in the scroll (but there may be others as well). Obviously I want to have links from one to the others.
Any brilliant ideas to help with this?
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Such a pity this plugin is not being maintained as it is really useful.
I have set reciprocal related posts, as most of the time this is what I need occasionally though I go into one of the posts (out of the two reciprocal ones) and delete the links. The problem is it delete both sets of links.
Is there any way to prevent this from happening?
Like I say reciprocal linking I use most of the time but occasionally I would like the option to delete the links on one of the reciprocal posts but if I attempt this it deletes the links on both reciprocal posts ??
https://www.ads-software.com/plugins/microkids-related-posts/
]]>I can no longer search for posts/pages and the format of the related post area has totally changed and become useless.
Ive tried uninstalling and reinstalling but it didn’t work.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>My website has more than 200,000 posts and has more than 50 authors.
If they search related posts by content, it is too slow and authors don’t simply need to do so.
I’d like to appreciate it if someone can tell me on how to make Title as the default value, instead of the current Both.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>I can successfully display these related posts with the below code, however, I would like to display a custom field (which is actually the subheading) below the title, currently it is set to show the excerpt.
I tried adding this: $related_post->get_post_meta($related_post->ID, "_subheading", true)
instead of the excerpt but it didn’t work.
Any tips would be really helpful?
$related_posts = MRP_get_related_posts( $post->ID );
if(!empty($related_posts)) {
echo '<aside id="categories-4" class="widget widget_related">
<h4 class="widget-title">Related Posts</h4>';
foreach($related_posts as $key => $value) {
$related_post = get_post($key);
$related_thumb = get_the_post_thumbnail($related_post->ID, $options['popular_post']);
if (!empty($related_thumb)) {
echo "<div class='wid clearfix'><span class='wid-thumb' style='width:15%'>".get_the_post_thumbnail($related_post->ID, $options['popular_post'])."</span>";
} else {
echo "<div class='wid clearfix'><span class='wid-thumb' style='width:15%'><img src='".get_template_directory_uri()."/inc/img/blank.jpg'></span>";}
echo "<span class='wid-text'>".$related_post->post_title."</span>";
echo "<div class='entry-meta'><span class='wid-text'>".$related_post->post_excerpt."</span></div></div>";
}
echo '</aside>';
https://www.ads-software.com/plugins/microkids-related-posts/
]]>I’m using text-only related posts. I want to include the post date, ideally in [dd mmm, yyyy] format, *within* the hyperlink that at present only shows the post title.
I found THIS article that was helpful, but not quite.
Using it, I get the post date, but not within the link. Only the title is hyperlinked. And the date is [dd MMM yyyy].
My coding skills aren’t great, and I tried fooling around with it, but with no luck. Any suggestions would be greatly appreciated. Here’s my current version of the key line (I think it’s line 255) in microkids-related-posts.php:
$output .= mysql2date('j F Y', $related_post->post_date) . " - <a href=\"".get_permalink( $related_post->ID )."\">".$related_post->post_title."</a>"; $output .= "</li>\n";
And HERE’s a live example.
]]>PHP Notice:
wp-content/plugins/microkids-related-posts/microkids-related-posts.php on line 282
Warning: Cannot modify header information – headers already sent by (output started at:
wp-content/plugins/microkids-related-posts/microkids-related-posts.php:282
AND
wp-content/plugins/microkids-related-posts/microkids-related-posts.php:282
https://www.ads-software.com/plugins/microkids-related-posts/
]]>There are no selected related posts in the widget anywhere: on pages, posts, custom content types. Just pages. What could be a problem?
https://www.ads-software.com/plugins/microkids-related-posts/
]]>For your information. Windows 2008 RC, PHP 5.3.13, WordPress 3.8.1
Thesis Theme 1.8.5. Your plugin 4.0.3.
Plugin seems to be working okay but WordPress debug enabled for another reason captured these errors.
[07-Mar-2014 15:06:25 UTC] PHP Warning: Invalid argument supplied for foreach() in D:\OA.Help\wp-content\plugins\microkids-related-posts\microkids-related-posts.php on line 873
[07-Mar-2014 15:07:57 UTC] PHP Warning: Invalid argument supplied for foreach() in D:\OA.Help\wp-content\plugins\microkids-related-posts\microkids-related-posts.php on line 873
[07-Mar-2014 15:20:52 UTC] PHP Warning: Invalid argument supplied for foreach() in D:\OA.Help\wp-content\plugins\microkids-related-posts\microkids-related-posts.php on line 873
https://www.ads-software.com/plugins/microkids-related-posts/
]]>I’m not sure why, but when I enter text in the search area, nothing happens. At all. If I press enter, it simply refreshes the page as though I’d clicked “update.”
… And it doesn’t really match the screenshots….
I’m happy to send a screen shot of what I’m seeing in the post editor if that’s helpful.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>assuming I have different rules for several related posts, i.e other colors, hot styles, relate posts, etc…
how can I got multiple panels to control each of the rules.
plz advise. thx.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Hi,
I have just installed your related posts plugin on my word press site at https://www.shopluxe.com.au.
I’m having a few troubles displaying the related posts a horizontal line rather than down the page and was wondering if you are able to help with this?
Everything else with the module is working beautifully. I have the AIT themes Business Finder installed with multiple other plugins running. The only problem is link displaying in a vertical list rather than horizontal
Regards
link to page displaying related posts: https://shopluxe.com.au/directory/blog/item/cafe-vue/
https://www.ads-software.com/plugins/microkids-related-posts/
]]>hi !
could you tell me how to add my own css-file?
regards Jan ??
https://www.ads-software.com/plugins/microkids-related-posts/
]]>how can i use tag in related post link?
put some tag in relate link
https://www.ads-software.com/plugins/microkids-related-posts/
]]>We’ve installed this plugin on our blog and while we have the ability to search select related posts, there is no way to save them, thus they never show up on the live blog. They’re just not saving. Interestingly, the “None” will be displayed when we turn on that option.
Anyone else encounter this issue and know the solution to this?
https://www.ads-software.com/plugins/microkids-related-posts/
]]>This is a really cool plugin. Thanks for sharing, microkid. I just wanted to ask, if it was possible to add external links or embed media. I have a lot of content on soundcloud and youtube and yould love to include it into the related content lists, so people can find it more easily. Though, not all content is relevant enough to be posted as a separate post.
Is there any way to achieve this?
Thanks a lot!
Andi
https://www.ads-software.com/plugins/microkids-related-posts/
]]>I am using Types & Views from onTheGo Systems, part of their Toolset Plugins to add custom types for a movie database. I have a types for Movies and Actors which are connected by the intermediate type Roles. It works well effectively giving me a many to many relationship exactly as recommended by onTheGo.
I add Related Posts for WordPress so I could associate movies together as related posts. For example, the Alien franchise consists of Alien, Aliens, Alien 3, et al. When I connect Alien to Aliens, with the default, and most desirable setting “Reciprocal” linking, in addition to correctly establishing the desired linkages by inserting records into the wp_posts_relationships table, it is inserting links from the roles table which is an intermediate post an appears as a fields table in the Movie screen.
If I shut off reciprocal, it works fine, but it means manually linking hundred of titles thereby reducing the value of your plugin.
Please let me know if you have any suggestions or a fix for this.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>I am trying to use this plugin with WP 3.6 but its area under “Edit Post” page is not displaying correctly. When I try to search a keyword, nothing displays to select it from. I have more than 50 posts though.
Any help will be appreciated.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>Initially I set to show Related Posts on Pages as well as Posts. That worked fine until I realised I no longer wanted to use it on Pages so unticked that selection. However, it kept on showing on Pages. Even uninstalling and reinstalling didn’t fix it probably because my settings came back despite deleting all files when uninstalling.
I discovered the solution is to select Nothing for the What should be displayed when there are no related posts? setting.
Apart from that blip which nearly caused me to can the plugin, I find it suits me to a T and I will be happy to donate if that keeps up another week or so.
https://www.ads-software.com/plugins/microkids-related-posts/
]]>