Forums
(@roarjo)
17 years, 3 months ago
Just solved this myself…
In my sql statement it says : “” AS post_type,
I changed that to : post AS post_type,
After changing all post_type to value post, all the posts appear. So now everything is fine