Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author kandrews

    (@kandrews)

    Hi,

    In widget.php, find the code:

    </ul>
            <?php
    		echo $args['after_widget'];
    	}

    and add the following right after the <ul> tag:

    <center><a href="<?php echo get_option( 'resume_jobs_page' ); ?>">View All Current Jobs</a></center>

    I should be releasing version 2.0 this weekend (hopefully), and I will add this fix to it so you won’t have to worry about overwriting it.

    Thread Starter idesigns

    (@idesigns)

    Thanks for the quick reply.

    I see his code

    $jobcount++;
    			}
    			echo '</ul>';
    		}
    		else {
    			echo '<p>' . __( 'There are no jobs to display at this time.', 'jobman' ) . '</p>';
    		}
    
    		echo $after_widget;
        }

    So where would I Place this? also thanks so much for you help on this. Loving the plugin.

    Plugin Author kandrews

    (@kandrews)

    Which version of the plugin are you running?

    Plugin Author kandrews

    (@kandrews)

    As of version 2.0, this has been included in the code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Resumé Submissions & Job Postings] View All Jobs’ is closed to new replies.