Can you link me to your site so I can take a look?
Thanks!
I changed it to back to [jobs]. I just wanted to see if it happens on your test environments with the latest wordpress version installed. If it’s just me, I will attempt to troubleshoot the bug myself.
The shortcode that stopped working for me was [jobs show_pagination = “true”]
There shouldn’t be any spaces around the equals sign. Try it like this:
[jobs show_pagination="true"]
That may or may not be the issue, just something I noticed.
Also worth noting that for pagination to kick in you of course need enough jobs to trigger it. So for example if you have just 3 jobs but have WP Job Manager set to paginate at 10 jobs per page, well, you won’t get any pagination then.
Thanks!
Lol, I know all this. The shortcode worked just fine until I upgraded to the latest wordpress. Now it just showed the actual text of the shortcode, instead of the code executing.
All I wanted to know is if,you tried this code on your end in a dev/test environment, containing the latest wp version, and does it work fine for you?
if,you tried this code on your end in a dev/test environment, containing the latest wp version, and does it work fine for you?
Yep. Here’s a video:
http://d.pr/v/12wGj/4ukV8jfI
Is it still not working correctly for you?