Limiting Job Description to 50 Characters
-
Hello,
I am using the following code to display the job description on my job listing page:
<?php echo apply_filters( ‘the_job_description’, get_the_content() ); ?>
Is there a way I can limit the job description characters to 50 characters on the content-job_listing page?
I still would like to have over 50 characters on the content-single-job-listing page though.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Limiting Job Description to 50 Characters’ is closed to new replies.