Excerpt possible?
-
Hello all,
i am trying to add an excerpt of the job description to the listings page.
My workaround is to use the “Company Slogan” field for this, but its not ideal.
Another idea is to copy the description from content-single-job_listing.php into content-job_listing.php. this would be:<div class="job_description" itemprop="description"> <?php echo apply_filters( 'the_job_description', get_the_content() ); ?> </div>
But i would rather like to avoid changing the plugin files, since updates will break this.
Any ideas are very much appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Excerpt possible?’ is closed to new replies.