PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
service-finder
/
job_manager
<?php /** * Single view Company information box * * Hooked into single_job_listing_start priority 30 * * @since 1.14.0 */ if ( ! get_the_company_name() ) { return; } ?> <?php /*?><div class="company" itemscope itemtype="http://data-vocabulary.org/Organization"> <p class="name"> <?php if ( $website = get_the_company_website() ) : ?> <a class="website" href="<?php echo esc_url( $website ); ?>" itemprop="url" target="_blank" rel="nofollow"><?php _e( 'Website', 'service-finder' ); ?></a> <?php endif; ?> <?php the_company_twitter(); ?> <?php the_company_name( '<strong itemprop="name">', '</strong>' ); ?> </p> <?php the_company_tagline( '<p class="tagline">', '</p>' ); ?> <?php the_company_video(); ?> </div><?php */?>
[+]
..
[-] job-dashboard.php
[edit]
[-] content-single-job_listing.php
[edit]
[-] job-filter-job-types.php
[edit]
[-] job-listings-start.php
[edit]
[-] job-application.php
[edit]
[-] job-application-custom.php
[edit]
[-] job-submitted.php
[edit]
[-] job-preview.php
[edit]
[-] content-single-job_listing-company.php
[edit]
[-] job-listings-end.php
[edit]
[-] job-filters.php
[edit]
[-] content-single-job_listing-meta.php
[edit]
[-] content-job_listing.php
[edit]
[-] job-submit.php
[edit]