List recent jobs with text link only
-
Hi,
I am trying to list the latest 10 jobs in a simple text format.
I have this, but it is only displaying one job:
<?php global $post; ?> <div><a href="<?php the_job_permalink(); ?>" title="<?php wpjm_the_job_title(); ?>"><?php wpjm_the_job_title(); ?></a> <date>Added: <?php echo get_the_date( 'l, dS F Y' ); ?></date>
Does anyone know how I can list 10 jobs?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘List recent jobs with text link only’ is closed to new replies.