• Resolved Panos_M

    (@panos_m)


    Hello,

    there is a problem with template override in the Resume Manager ( 1.5.2 )

    I copy the content-single-resume.php and i put it to mytheme/wp-job-manager-resumes/content-single-resume.php as you explained in the documentation. In my single.php i have the above code:
    `<div class=”newer-older”>
    <p class=”older”><?php previous_post_link(‘%link’, ‘« Previous post’) ?>
    <p class=”newer”><?php next_post_link(‘%link’, ‘Next Post »’) ?></p>
    </div><!–.newer-older–>

    This part of code is displaying in the content-single-resume.php. It shouldn’t be there. When i coppied for testing in the content-single-resume.php template just displayed two times.

    I clear the browser cash but still there.
    Where do you think is the problem?

    Best Regards,
    Panos

    https://ww.wp.xz.cn/plugins/wp-job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    I replied to this via support I believe – that template is the content part only. You need a single-resume.php in your theme instead, based on single.php

    Thread Starter Panos_M

    (@panos_m)

    The template is based on single.php. I rename the content-single-resume.php to single-resume.php and and put it to mytheme/wp-job-manager-resumes/single-resume.php but nothing changed. Still the same. Any thoughts?

    Thread Starter Panos_M

    (@panos_m)

    I realize my mistake. I put the single-resume.php direcctly to mytheme/single-resume.php and now working like it should be.
    Thank you for your help Mike.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Template Override problem’ is closed to new replies.