Please go to functions.php> add the following codes (we send you codes in the attachment below) to the last line of the file:
Note:
♣ Replace “your path” in the code with your real path (please notice that the path does not include the domain). For example, your real login link is http://wpthemes.noothemes.com/noopress/jobmonster/aaayou will replace “your path” with aaa
Similarly, if your real register link is http://wpthemes.noothemes.com/noopress/jobmonster/bbb then the register path will be bbb
♣ Replace “your path” in the code with your real path (please notice that the path does not include the domain). For example, your real login link is http://wpthemes.noothemes.com/noopress/jobmonster/aaayou will replace “your path” with aaa
Similarly, if your real register link is http://wpthemes.noothemes.com/noopress/jobmonster/bbb then the register path will be bbb
♣ If you use childtheme, add the following sentence to the function:
require_once dirname(__FILE__) . ‘/framework/admin/noo_form_handler.php’;
♣ The order of line can change based on each updated version. Therefore, you should find the code according to keywords in files we give you.
Here is the attached file of the added codes