Hi,
Jobmonster is the topic to post jobs -> completely removing code is not feasible. Jobmonster currently has no option to turn off job posting.
You can try the following steps to hide post a job:
- You need to active the Child Theme, because you will need to customize the code.
- Select dropdown menu item for Employer. http://prntscr.com/q6wzvv
- Set the redirect url when employer login: http://prntscr.com/q6x0q4
If you leave this blank, it will redirect to the job management page
- Add this line to functions.php of Child Theme: remove the button "Post a Job"
http://prntscr.com/q6x1hn
remove_filter( 'wp_nav_menu_items', 'noo_navbar_btn', 11, 2 );
- You use Child Theme and customize these files to remove the menu item "Post a job".
http://prntscr.com/q6x1q3
wp-content/themes/noo-jobmonster/layouts/user-menu.php
wp-content/themes/noo-jobmonster/layouts/topbar.php
http://prntscr.com/q6x2by
Best regards,
tb.