It would be nice if pagination didn’t cut off at 10, or was adjustable by user (say a screen option).
]]>I’ve been getting issues with installing this plugin on a fresh WordPress install (5.5.1), and pretty barebone.
From the logs I gathered this:
AH01071: Got error ‘PHP message: WordPress database error Table ‘wp_l9pac.OT7Fa_mmursp_settings’ doesn’t exist for query SELECT * FROM OT7Fa_mmursp_settings made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, add_redirect_rule’, referer: https://virtualescaperoom.nl/
Manually making the table works, but it seems I also have issues with redirects in general – so there might be more at play here. I’m trying yet another fresh WordPress install (without being automatically created by Plesk) to see if the issue lies there, but just wanted to mention it for now.
Will keep you updated.
]]>I have 2 custom post types: broker and car.
It’s should be only possible to go to the single car page if you’ve selected a broker.
I can go to safelease.test/broker/broker-name and I can go to safelease.test/car/car-name
If I go to the broker detail page, the broker’s information is saved in a session. If I click through to the a car detail page, I can fill in the form at the bottom that contacts that specific broker.
The issue at the moment is, If I go directly to safelease.test/car/car-name no broker is selected. So someone on Stackoverflow suggested me to use this plugin so that my URL could be safelease.test/broker/broker-name/car/car-name.
I’ve tried multiple settings but none of them seem to work.
For example.
RegularExpression: ^broker/([a-zA-z]+)?/car/([a-zA-z]+)?
SelectType: Custom Post type (car)
Can someone help me with this?
Thanks in advance.
]]>