• Resolved braehler

    (@braehler)


    Hey there,
    I want to do some changes regarding the content-single-job_listing-company.php template, but nothing happens.
    In detail I want to move <?php the_company_name( '<strong>', '</strong>' ); ?>
    tinto the content-single-job_listing-meta.php to have it as the first info in the meta section.
    This works so far, but now I have the company name 2 times in the meta section. On the first and the last position in the meta, even when I delete the whole section with the company name of the content-single-job_listing-company.php
    What do I miss here?

    • This topic was modified 3 years, 8 months ago by braehler.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @braehler !

    Unless you made the obvious mistake and edited the wrong file somehow, it happens to us all :-P, I don’t know where could that other name be coming from. Are you using a default theme? Do you have a screenshot we could check out or a link?

    Thread Starter braehler

    (@braehler)

    @bindlegirl
    We are using the Jobify Theme.
    Here′s a Screenshot:

    https://snipboard.io/i6Hu3U.jpg

    The Company on the right in the meta is the “original”
    The one on the left in the meta is the one I inserted into the meta template

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    I think the line you are looking to remove is
    <?php do_action( 'single_job_listing_meta_end' ); ?>

    If you need to keep the action but want to remove the company name, you will need to dig deeper into Jobify WP Job Manager integration.

    Hope that helps!

    Thread Starter braehler

    (@braehler)

    @bindlegirl

    thanks a lot. Now it works the way we needed it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Override does not work content-single-job_listing-company.php’ is closed to new replies.