how to change the link from a bottom.
-
Hi there,
I don′t now how to fix this problem in the header of my theme. I would like to link to the translate url “https://meersjob.de/en/post-a-job/”
but the botton is linking to “get_permalink( $job_manager_slug )”<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”>
‘ . __(‘Post a job’, ‘vh’ ) . ‘
</div>’;
} else {
$post_a_job_link = ”;
$post_a_job = false;
}how have i do do that.
thanks for help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to change the link from a bottom.’ is closed to new replies.