The user wants to hide the default 'Category' column and move a custom column next to the 'Date' column on the right in the custom post type listing table.
Solution:
Toolset does not provide tools to modify the WordPress dashboard directly. However, the user can use default WordPress options by clicking "Screen Options" at the top of the post type listing screen to toggle columns on/off. Changing the order of columns in WordPress may require a third-party plugin.
Two grids with single fields are causing duplication issues when the second row is conditional. The second field in red is duplicated in the first one (in blue).
Solution:
- Check for HTML code inside conditionals that might cause errors, especially unclosed tags.
- Verify the conditional logic and ensure it works correctly according to the documentation.
- Make sure you select the year, month and date in the date picker, then click the update button to save the post.