Amending the latest job button on the header.php
This is the below code i need help with which i have extracted from the header.php file on line 75.
<div id="mainNav"><?php wp_nav_menu( array( 'theme_location' => 'aprimary', 'container' => '', 'depth' => 1, 'fallback_cb' => 'default_primary_nav' ) );?></div>
Currently the latest jobs directs to the home page, is there any code i can add or change so i can point the latest job to a specific URL?
Hope someone can help.
Last edited by jomarkosabel; November 13th, 2010 at 08:14 AM.