Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Daniel Zimerman

Create a table that merges multiple post types

You have a brilliant product.
I need to create a table that merges multiple post types (Custom Post Types) on one page.

Trying to substitute a SQL query in pre_get_posts.
It always results in an error – array given a string was expected.

2 years, 3 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for your feedback. I believe that trying to combine post types on a specific post type overview page is not really a recommended way to do that. Instead, I would create a new page with a custom WP_List_Table. The downside to that solution is that you cannot use our plugin to manage the column on that overview.

Since you’re altering the query on the page, I doubt that the error is caused by our plugin. Or do you see in your error log that the error is caused by code in our plugin? In that case, can you send me the code that you used to alter the query on the page? Please contact me at support@admincolumns.com so we can continue this there.

2 years, 3 months ago

You must be logged in to reply to this topic.