Osclass forums
		Support forums => Themes => Repurpose => Topic started by: thedon on September 29, 2013, 02:48:55 pm
		
			
			- 
				how do i re assign Pages from top left to footer
 
 (http://i.imgur.com/OwD0ity.png)
- 
				You can try this! Back up main.php and footer.php first. Then delete the page file in main.php and add this to the footer.php. I just tried it and it worked for me. 
 
 
 <?php while( osc_has_static_pages() ) { ?>
 <a href="<?php echo osc_static_page_url() ; ?>"><?php echo osc_static_page_title() ; ?></a>
 <?php } ?>
 
- 
				page file???
			
- 
				  delete this in main.php 
 
 
 <h3><?php _e('Pages', 'twitter') ; ?></h3>
 <ul class="unstyled">
 <?php while( osc_has_static_pages() ) { ?>
 <li><a href="<?php echo osc_static_page_url() ; ?>"><?php echo osc_static_page_title() ; ?></a></li>
 <?php } ?>
 <li><a href="<?php echo osc_contact_url(); ?>"><?php _e('Contact', 'twitter') ; ?></a></li>
 </ul>
 
- 
				excellent works thanks
			
- 
				when posting an ad,how to get rid of this
 
 Department or Unit:
 Employment Type: Full Time
 Minimum Experience: Student (High School)
 Number of positions:
 Salary:
 
 i have no plugin enabled for it