Osclass forums

Support forums => Themes => Repurpose => Topic started by: thedon on September 29, 2013, 02:48:55 pm

Title: Re assign Pages
Post 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)
Title: Re: Re assign Pages
Post by: xxxgoodkillaxxx on September 29, 2013, 04:04:20 pm
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 } ?>
                               
Title: Re: Re assign Pages
Post by: thedon on September 29, 2013, 05:03:55 pm
page file???
Title: Re: Re assign Pages
Post by: xxxgoodkillaxxx on September 29, 2013, 05:26:50 pm
  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>
                 
Title: Re: Re assign Pages
Post by: thedon on September 29, 2013, 05:38:57 pm
excellent works thanks
Title: Re: Re assign Pages
Post by: thedon on September 29, 2013, 05:45:38 pm
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