Sidebar search instead of submit a job
Hi there,
So basically I want to replace the "submit a job" icon in jobroller with the sidebar search plugin. I've managed to remove the submit a job and tried adding the following line: <?php add_action ( 'appthemes_before_sidebar_widgets', 'jobroller-sidebar-search' ); ?>
Sadly the plugin isn't showing in it's place, so I'm guessing my line isn't entirly correct. I've tried different variations but they won't work. How can I put the plugin on the top right of the sidebar (replacing it with the "submit a job" button?
Thanks in advance!