Our WP system uses the following plugins:
v3.4.4
v1.2.6
v2.0.19
v4.0
v7.0.8
v4.11.2
Following a migration, the product category web pages no longer work correctly. They show all products instead of those from the selected category. Also, the filter/sorter has appeared below the header. However, the products show the correct categories in admin.
How would I best debug this issue?
I can output the SQL that selects the category name using print $wp_query->request;
in the page.php
template, but how can I debug the product selection that references the category, please?
Our WP system uses the following plugins:
v3.4.4
v1.2.6
v2.0.19
v4.0
v7.0.8
v4.11.2
Following a migration, the product category web pages no longer work correctly. They show all products instead of those from the selected category. Also, the filter/sorter has appeared below the header. However, the products show the correct categories in admin.
How would I best debug this issue?
I can output the SQL that selects the category name using print $wp_query->request;
in the page.php
template, but how can I debug the product selection that references the category, please?
I found there were 195 dp_* settings missing the correct settings in the ‘wp_postmeta’ table, once they were replaced it worked. I assume they were lost during the migration.