Search:
Search took 1.00 seconds.
-
Hi eilserus,
The dev team responded that Jobroller is compatible with Php7. As a matter fact, they are currently using it on their installation and everything works fine so far. Even some...
-
Open functions.php
CTRL+F to find this:
<strong><a href="<?php echo esc_url($job['url']); ?>"
Add this code just after it
onmousedown="<?php echo esc_attr($job['onmousedown']); ?>"
To be...
-
Hi All,
I was looking for a way to create buttons to use in various places on my job board. As far as I know there isn't any built in short code, so i did a bit of searching. I found this page...