ycerro
Forum Replies Created
-
I just did it and it works! The custom taxonomies are showing again.
Thank you so much!Hi again!
I disabled the cache.
The only thing that I found on QM, the caller is get_crp_posts_id(): ` SELECT DISTINCT wpem_posts.ID, wpem_posts.post_date
FROM wpem_posts
WHERE 1=1
AND wpem_posts.post_date < ‘2020-09-30 11:47:44’
AND wpem_posts.post_date >= ‘2017-10-01 11:47:44’
AND wpem_posts.post_status IN (‘publish’,’inherit’)
AND wpem_posts.ID != 41739
AND wpem_posts.post_type IN (‘job_listing’)
LIMIT 0, 4`This is the screenshot of plugin: https://snipboard.io/OU31rS.jpg
These are my settings on the widget, just in case it brings some information: https://snipboard.io/459wkh.jpg
Hi! Thanks for answering.
Last week it was working and for some reason, it doesn’t anymore. Now It’s constantly showing the same results, even though I’ve changed the category and region (the shared taxonomies between CPT).As checkboxes, I can only see Categories, Tags and Formats on Fetch Related posts only from.
I run Query Monitor and this came put:
SELECT wposts.ID FROM wpem_posts wposts, wpem_postmeta wpostmeta WHERE wposts.ID = wpostmeta.post_id AND wpostmeta.meta_key = '_wp_attached_file' AND wpostmeta.meta_value = '2020/01/155777034.jpg' AND wposts.post_type = 'attachment'Thanks again!