Title: Modifying Traction theme
Last modified: August 19, 2016

---

# Modifying Traction theme

 *  [JoeyJoeJoe1970](https://wordpress.org/support/users/joeyjoejoe1970/)
 * (@joeyjoejoe1970)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/modifying-traction-theme/)
 * Hi,
 * New to WP and using the Traction theme.
 * Does anyone know what controls the links at the top of every page? Is there a
   way to get rid of them or only show certain links based on user permissions? 
   Ditto the page footer.
 * Thanks,
    JJJ

Viewing 1 replies (of 1 total)

 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/modifying-traction-theme/#post-1984267)
 * The header nav (from “header.php”):
 *     ```
       <div id="pg-nav">
       	<ul class="nav">
       		<li class="page_item <?php if (is_front_page()) echo( 'current_page_item' );?>"><a href="<?php bloginfo( 'url' ); ?>"><?php _e( 'Home', 'traction' ); ?></a></li>
       		<?php if ($traction->hidePages() !== 'true' ) : ?>
       			<?php wp_list_pages( 'title_li=' ); ?>
       		<?php endif; ?>
       	</ul>
       </div><!--end page-navigation-->
       ```
   
 * 1) This Theme is using `wp_list_pages()`, so it is a list of all of your static
   Pages
 * 2) It appears that the Theme has an option to hide this menu, so look for the
   Theme Options page.
 * 3) This Theme is a free version of a commercial Theme, for which the developer
   offers paid upgrades and support. You should consult the Developer for support:
   
   [http://thethemefoundry.com/traction/](http://thethemefoundry.com/traction/)

Viewing 1 replies (of 1 total)

The topic ‘Modifying Traction theme’ is closed to new replies.

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [traction](https://wordpress.org/support/topic-tag/traction/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/modifying-traction-theme/#post-1984267)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
