Help With Code
-
Hi all,
I have a big favour to ask you kind people. I have a new site, and at the top of this site there is a button that says “Post A Job” and links to the post a job page. Here is the code for that button:
<div class="buttons"> <div class="menu-btn icon-menu-1 blue-button"></div> <?php if ( !empty( $job_manager_slug ) ) { $post_a_job = true; $post_a_job_link = ' <div class="postajob"> <a href="' . get_permalink( get_page_by_path( $job_manager_slug ) ) . '" class="blue-button">' . __('Post a job', 'vh' ) . '</a> </div>'; } else { $post_a_job_link = ''; $post_a_job = false; }I would like to change this code so the button says “Recruiters” and points to a different link.
Thanks for any potential help 🙂
James
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Help With Code’ is closed to new replies.