Wrong links in the Recent Posts widget

Hey there! I need help with Recent Posts widget. For some unknown reason all links on the blog posts shown in the Recent Post widget send to the same post, “hello world”? I have the problem with translated pages as well. Thanks in advance!

Hi There,

Thanks for writing in! Could you please try disabling your WPML CMS plugin and it’s supporting addons (if there’s any) and see if that resolves your issue.

Make sure to update any outdated plugins and re-test this issue again.

Let us know how it goes.
Thanks!

Yeah, when I deactivate WPML links to other posts work. When I reactivate them, the issue comes back again. Plugins are updated. How should I go on?

Hi,

You have two options.

  1. Apply the fix stated on the link below
  1. Install this plugin and use this instead.

Thanks

I tried the first option and it worked! Thanks! Now I am getting a bit curious, could you explain me what I did and why it worked? :slight_smile:

Furthermore, have a look at the screenshot, please. WPML requires to increase memory limit. First of all should I do that? Second, how should I? The instructions on wordpress are as always very confusing.

Hi,

  1. The issue was between with WPML and wordpress widget. Regretfully, I am not in the position to explain as there is simply no way to account for all of the potential variables at play with another developer’s plugin.

  2. To increase your memory limit, add the code below in wp-config.php file.

define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '1024M' );

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.